Fedora Running On Pine64!
#12
Hi all,

with https://rwmj.wordpress.com/2017/03/18/fe...he-pine64/ I was able to get an aarch64 Fedora image. The Pine64 needs an SPL for DRAM init code, so I did't tried the grubaa64.efi way. With http://git.denx.de/?p=u-boot.git;a=blob;...ME.sunxi64 I was able to build an u-boot-2017.07 and installed it to SD card. From aarch64 image the /boot directory was copied and extlinux/extlinux.conf created. But booting the kernel failed:


Code:
U-Boot SPL 2017.07 (Aug 02 2017 - 13:17:00)
DRAM: 2048 MiB
Trying to boot from MMC1
NOTICE:  BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)

 *** U-Boot Boot Menu ***

NOTICE:  Configuring AXP PMIC
NOTICE:  PMIC: fixing DRAM voltage from 1.24V to 1.36V
NOTICE:  PMIC: setup successful
NOTICE:  SCPI: dummy stub handler, implementation level: 000000
INFO:    BL3-1: Initializing runtime services
INFO:    BL3-1: Preparing for EL3 exit to normal world
INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9


U-Boot 2017.07 (Aug 02 2017 - 13:17:00 +0200) Allwinner Technology

CPU:   Allwinner A64 (SUN50I)
Model: Pine64+
DRAM:  2 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   phy interface7
eth0: ethernet@01c30000
starting USB...
USB0:   USB EHCI 1.00
USB1:   USB OHCI 1.0
scanning bus 0 for devices... 1 USB Device(s) found
      scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1372 bytes read in 85 ms (15.6 KiB/s)
Ignoring unknown command: ui
Ignoring malformed menu command:  autoboot
Ignoring malformed menu command:  hidden
Fedora Boot Options.
1:      Fedora (4.11.10-300.fc26.aarch64) 26 (Twenty Six)
2:      Fedora(4.11.8-300.fc26.aarch64)
3:      Fedora-0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca(0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca)
Enter choice: 1:        Fedora (4.11.10-300.fc26.aarch64) 26 (Twenty Six)
Retrieving file: /initramfs-4.11.10-300.fc26.aarch64.img
14409584 bytes read in 823 ms (16.7 MiB/s)
Retrieving file: /vmlinuz-4.11.10-300.fc26.aarch64
6614427 bytes read in 490 ms (12.9 MiB/s)
append: root=UUID=f03cec28-d471-4d67-9d28-bcd2a389c183 rootflags=subvol=root ro console=tty0 rd_NO_PLYMOUTH console=ttyS0,115200n8 e
arlycon=uart,mmio32,0x01c28000 LANG=en_US.UTF-8
Retrieving file: /dtb-4.11.10-300.fc26.aarch64/allwinner/sun50i-a64-pine64-plus.dtb
7949 bytes read in 206 ms (37.1 KiB/s)
Bad Linux ARM64 Image magic!
2:      Fedora(4.11.8-300.fc26.aarch64)
Retrieving file: /initramfs-4.11.8-300.fc26.aarch64.img
14376152 bytes read in 830 ms (16.5 MiB/s)
Retrieving file: /vmlinuz-4.11.8-300.fc26.aarch64
6613757 bytes read in 499 ms (12.6 MiB/s)
Bad Linux ARM64 Image magic!append: root=UUID=f03cec28-d471-4d67-9d28-bcd2a389c183 rootflags=subvol=root ro console=tty0 rd_NO_PLYMOUTH console=ttyS0,115200n8 e
arlycon=uart,mmio32,0x01c28000 LANG=en_US.UTF-8
Retrieving file: /dtb-4.11.8-300.fc26.aarch64/allwinner/sun50i-a64-pine64-plus.dtb
7949 bytes read in 214 ms (36.1 KiB/s)
Bad Linux ARM64 Image magic!
3:      Fedora-0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca(0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca)
Retrieving file: /initramfs-0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca.img
37100644 bytes read in 1925 ms (18.4 MiB/s)
Retrieving file: /vmlinuz-0-rescue-1f7b0ffbc2e84e5395b96acd4c9e00ca
6613757 bytes read in 482 ms (13.1 MiB/s)
append: root=UUID=f03cec28-d471-4d67-9d28-bcd2a389c183 rootflags=subvol=root ro console=tty0 rd_NO_PLYMOUTH console=ttyS0,115200n8 e
arlycon=uart,mmio32,0x01c28000
Bad Linux ARM64 Image magic!
SCRIPT FAILED: continuing...
Found U-Boot script /boot.scr
2 bytes read in 56 ms (0 Bytes/s)
## Executing script at 4fc00000
Wrong image format for "source" command
SCRIPT FAILED: continuing...

USB device 0: unknown device
BOOTP broadcast 1
BOOTP broadcast 2


Why do I get "Bad Linux ARM64 Image magic!"?


Messages In This Thread
Fedora Running On Pine64! - by cztian - 07-20-2017, 10:23 PM
RE: Fedora Running On Pine64! - by tllim - 07-20-2017, 10:45 PM
RE: Fedora Running On Pine64! - by heatfanjohn - 07-29-2017, 09:52 PM
RE: Fedora Running On Pine64! - by Gnx - 07-31-2017, 02:17 PM
RE: Fedora Running On Pine64! - by pfeerick - 07-31-2017, 07:37 PM
RE: Fedora Running On Pine64! - by heatfanjohn - 07-31-2017, 09:58 PM
RE: Fedora Running On Pine64! - by cztian - 08-01-2017, 07:15 AM
RE: Fedora Running On Pine64! - by Gnx - 08-01-2017, 03:38 AM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-02-2017, 07:52 AM
RE: Fedora Running On Pine64! - by Absurd - 08-02-2017, 12:39 PM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-02-2017, 06:33 PM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-02-2017, 10:03 AM
RE: Fedora Running On Pine64! - by Absurd - 08-02-2017, 12:53 PM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-03-2017, 02:21 PM
RE: Fedora Running On Pine64! - by Absurd - 08-04-2017, 06:22 AM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-04-2017, 12:23 PM
RE: Fedora Running On Pine64! - by Absurd - 08-07-2017, 11:44 AM
RE: Fedora Running On Pine64! - by cztian - 08-12-2017, 04:08 AM
RE: Fedora Running On Pine64! - by Absurd - 08-17-2017, 05:55 AM
RE: Fedora Running On Pine64! - by heatfanjohn - 08-18-2017, 06:24 PM
RE: Fedora Running On Pine64! - by Absurd - 08-20-2017, 08:13 AM
RE: Fedora Running On Pine64! - by KrYpToNiTe - 08-20-2017, 07:43 PM
RE: Fedora Running On Pine64! - by cztian - 08-25-2017, 08:08 PM
RE: Fedora Running On Pine64! - by Absurd - 09-05-2017, 01:35 PM
RE: Fedora Running On Pine64! - by joe - 09-09-2017, 08:37 AM
RE: Fedora Running On Pine64! - by cztian - 09-10-2017, 06:46 AM
RE: Fedora Running On Pine64! - by gregjo - 10-26-2017, 05:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fedora 32/CentOS 8 Pine A64+ Images wideawake 2 5,447 10-02-2020, 11:38 AM
Last Post: mathiraj
  Programming languages support under PINE64 baryluk 6 12,299 09-23-2020, 11:46 PM
Last Post: Phillip Bell
  Manjaro arm on pine64+ roel 2 5,901 10-19-2019, 05:13 AM
Last Post: roel
  +PINEBOOK Fedora 30 on Pinebook sdgathman 0 3,373 08-14-2019, 11:41 AM
Last Post: sdgathman
  Volumio for PINE64 Released mikelangeloz 11 24,467 03-22-2019, 09:25 AM
Last Post: llungster
  I2S Audio patches for Pine64+ uploaded to GitHub ramstadt 1 4,036 01-19-2019, 11:31 AM
Last Post: ramstadt
  Pine64: Minimal SDL config Max11 3 5,969 01-04-2019, 03:47 PM
Last Post: Max11
  Fedora 27 on Pine64 gregjo 18 35,159 01-02-2019, 10:42 PM
Last Post: heatfanjohn
  Official build procedure of ayufan pine64 r.tanaka 0 3,107 08-21-2018, 10:54 PM
Last Post: r.tanaka
  DKMS on kernel 3.10.107-pine64 obrienmd 5 8,589 06-21-2018, 05:45 PM
Last Post: evilbunny

Forum Jump:


Users browsing this thread: 1 Guest(s)