Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot SPL 2017.07 (Jul 15 2017 - 22:48:06)
- DRAM: 1024 MiB
- Trying to boot from MMC1
- NOTICE: BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
- NOTICE: Configuring SPC Controller
- NOTICE: BL3-1: v1.0(debug):81e34c0f8c
- NOTICE: BL3-1: Built : 22:05:16, Jul 15 2017
- 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 (Jul 15 2017 - 22:48:06 +0000) Allwinner Technology
- CPU: Allwinner A64 (SUN50I)
- Model: Pine64+
- DRAM: 1 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 U-Boot script /boot.scr
- reading /boot.scr
- 377 bytes read in 15 ms (24.4 KiB/s)
- ## Executing script at 4fc00000
- reading uImage
- 6811720 bytes read in 365 ms (17.8 MiB/s)
- reading dtb
- 7629 bytes read in 23 ms (323.2 KiB/s)
- ## Booting kernel from Legacy Image at 40080000 ...
- Image Name: ARM64 LEDE Linux-4.9.37
- Image Type: AArch64 Linux Kernel Image (uncompressed)
- Data Size: 6811656 Bytes = 6.5 MiB
- Load Address: 40008000
- Entry Point: 40008000
- Verifying Checksum ... OK
- ## Flattened Device Tree blob at 4fa00000
- Booting using the fdt blob at 0x4fa00000
- Loading Kernel Image ... OK
- Loading Device Tree to 0000000049ffb000, end 0000000049fffdcc ... OK
- Starting kernel ...
- U-Boot SPL 2017.07 (Jul 15 2017 - 22:48:06)
- DRAM: 1024 MiB
- Trying to boot from MMC1
- NOTICE: BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
- NOTICE: Configuring SPC Controller
- NOTICE: BL3-1: v1.0(debug):81e34c0f8c
- NOTICE: BL3-1: Built : 22:05:16, Jul 15 2017
- 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 (Jul 15 2017 - 22:48:06 +0000) Allwinner Technology
- CPU: Allwinner A64 (SUN50I)
- Model: Pine64+
- DRAM: 1 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
- => <INTERRUPT>
- => <INTERRUPT>
- => printenv
- arch=arm
- baudrate=115200
- board=sunxi
- board_name=sunxi
- boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
- boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
- boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf
- boot_net_usb_start=usb start
- boot_prefixes=/ /boot/
- boot_script_dhcp=boot.scr.uimg
- boot_scripts=boot.scr.uimg boot.scr
- boot_targets=fel mmc0 usb0 pxe dhcp
- bootcmd=run distro_bootcmd
- bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
- bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
- bootcmd_mmc0=setenv devnum 0; run mmc_boot
- bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
- bootcmd_usb0=setenv devnum 0; run usb_boot
- bootdelay=2
- bootm_size=0xa000000
- console=ttyS0,115200
- cpu=armv8
- dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000
- distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
- efi_dtb_prefixes=/ /dtb/ /dtb/current/
- ethaddr=02:ba:71:b2:6e:2d
- fdt_addr_r=0x4FA00000
- fdtcontroladdr=79f35cd8
- fdtfile=allwinner/sun50i-a64-pine64-plus.dtb
- kernel_addr_r=0x40080000
- load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
- mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi
- preboot=usb start
- pxefile_addr_r=0x4FD00000
- ramdisk_addr_r=0x4FE00000
- scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
- scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done
- scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing...; fi; setenv efi_fdtfile
- scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}extlinux/extlinux.conf; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
- scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
- scriptaddr=0x4FC00000
- serial#=92c000ba71b26e2d
- soc=sunxi
- stderr=serial,vidconsole
- stdin=serial,usbkbd
- stdout=serial,vidconsole
- usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi
- Environment size: 3882/131068 bytes
- => booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
- Bad Linux ARM64 Image magic!
- =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement