Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. U-Boot SPL 2017.07 (Jul 15 2017 - 22:48:06)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4. NOTICE: BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
  5. NOTICE: Configuring SPC Controller
  6. NOTICE: BL3-1: v1.0(debug):81e34c0f8c
  7. NOTICE: BL3-1: Built : 22:05:16, Jul 15 2017
  8. NOTICE: Configuring AXP PMIC
  9. NOTICE: PMIC: fixing DRAM voltage from 1.24V to 1.36V
  10. NOTICE: PMIC: setup successful
  11. NOTICE: SCPI: dummy stub handler, implementation level: 000000
  12. INFO: BL3-1: Initializing runtime services
  13. INFO: BL3-1: Preparing for EL3 exit to normal world
  14. INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
  15.  
  16.  
  17. U-Boot 2017.07 (Jul 15 2017 - 22:48:06 +0000) Allwinner Technology
  18.  
  19. CPU: Allwinner A64 (SUN50I)
  20. Model: Pine64+
  21. DRAM: 1 GiB
  22. MMC: SUNXI SD/MMC: 0
  23. *** Warning - bad CRC, using default environment
  24.  
  25. In: serial
  26. Out: serial
  27. Err: serial
  28. Net: phy interface7
  29. eth0: ethernet@01c30000
  30. starting USB...
  31. USB0: USB EHCI 1.00
  32. USB1: USB OHCI 1.0
  33. scanning bus 0 for devices... 1 USB Device(s) found
  34. scanning usb for storage devices... 0 Storage Device(s) found
  35. Hit any key to stop autoboot: 0
  36. switch to partitions #0, OK
  37. mmc0 is current device
  38. Scanning mmc 0:1...
  39. Found U-Boot script /boot.scr
  40. reading /boot.scr
  41. 377 bytes read in 15 ms (24.4 KiB/s)
  42. ## Executing script at 4fc00000
  43. reading uImage
  44. 6811720 bytes read in 365 ms (17.8 MiB/s)
  45. reading dtb
  46. 7629 bytes read in 23 ms (323.2 KiB/s)
  47. ## Booting kernel from Legacy Image at 40080000 ...
  48. Image Name: ARM64 LEDE Linux-4.9.37
  49. Image Type: AArch64 Linux Kernel Image (uncompressed)
  50. Data Size: 6811656 Bytes = 6.5 MiB
  51. Load Address: 40008000
  52. Entry Point: 40008000
  53. Verifying Checksum ... OK
  54. ## Flattened Device Tree blob at 4fa00000
  55. Booting using the fdt blob at 0x4fa00000
  56. Loading Kernel Image ... OK
  57. Loading Device Tree to 0000000049ffb000, end 0000000049fffdcc ... OK
  58.  
  59. Starting kernel ...
  60.  
  61.  
  62. U-Boot SPL 2017.07 (Jul 15 2017 - 22:48:06)
  63. DRAM: 1024 MiB
  64. Trying to boot from MMC1
  65. NOTICE: BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
  66. NOTICE: Configuring SPC Controller
  67. NOTICE: BL3-1: v1.0(debug):81e34c0f8c
  68. NOTICE: BL3-1: Built : 22:05:16, Jul 15 2017
  69. NOTICE: Configuring AXP PMIC
  70. NOTICE: PMIC: fixing DRAM voltage from 1.24V to 1.36V
  71. NOTICE: PMIC: setup successful
  72. NOTICE: SCPI: dummy stub handler, implementation level: 000000
  73. INFO: BL3-1: Initializing runtime services
  74. INFO: BL3-1: Preparing for EL3 exit to normal world
  75. INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
  76.  
  77.  
  78. U-Boot 2017.07 (Jul 15 2017 - 22:48:06 +0000) Allwinner Technology
  79.  
  80. CPU: Allwinner A64 (SUN50I)
  81. Model: Pine64+
  82. DRAM: 1 GiB
  83. MMC: SUNXI SD/MMC: 0
  84. *** Warning - bad CRC, using default environment
  85.  
  86. In: serial
  87. Out: serial
  88. Err: serial
  89. Net: phy interface7
  90. eth0: ethernet@01c30000
  91. starting USB...
  92. USB0: USB EHCI 1.00
  93. USB1: USB OHCI 1.0
  94. scanning bus 0 for devices... 1 USB Device(s) found
  95. scanning usb for storage devices... 0 Storage Device(s) found
  96. Hit any key to stop autoboot: 0
  97. => <INTERRUPT>
  98. => <INTERRUPT>
  99. => printenv
  100. arch=arm
  101. baudrate=115200
  102. board=sunxi
  103. board_name=sunxi
  104. boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
  105. 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
  106. boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf
  107. boot_net_usb_start=usb start
  108. boot_prefixes=/ /boot/
  109. boot_script_dhcp=boot.scr.uimg
  110. boot_scripts=boot.scr.uimg boot.scr
  111. boot_targets=fel mmc0 usb0 pxe dhcp
  112. bootcmd=run distro_bootcmd
  113. 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;
  114. bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
  115. bootcmd_mmc0=setenv devnum 0; run mmc_boot
  116. bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
  117. bootcmd_usb0=setenv devnum 0; run usb_boot
  118. bootdelay=2
  119. bootm_size=0xa000000
  120. console=ttyS0,115200
  121. cpu=armv8
  122. dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000
  123. distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
  124. efi_dtb_prefixes=/ /dtb/ /dtb/current/
  125. ethaddr=02:ba:71:b2:6e:2d
  126. fdt_addr_r=0x4FA00000
  127. fdtcontroladdr=79f35cd8
  128. fdtfile=allwinner/sun50i-a64-pine64-plus.dtb
  129. kernel_addr_r=0x40080000
  130. load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
  131. mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi
  132. preboot=usb start
  133. pxefile_addr_r=0x4FD00000
  134. ramdisk_addr_r=0x4FE00000
  135. 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;
  136. 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
  137. 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
  138. 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
  139. 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
  140. scriptaddr=0x4FC00000
  141. serial#=92c000ba71b26e2d
  142. soc=sunxi
  143. stderr=serial,vidconsole
  144. stdin=serial,usbkbd
  145. stdout=serial,vidconsole
  146. usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi
  147.  
  148. Environment size: 3882/131068 bytes
  149. => booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
  150. Bad Linux ARM64 Image magic!
  151. =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement