Advertisement
Guest User

Untitled

a guest
Oct 31st, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. U-Boot SPL 2020.07 (Jul 06 2020 - 19:22:53 +0000)
  2. DRAM: 2048 MiB
  3. Trying to boot from MMC1
  4. NOTICE: BL31: v2.3():
  5. NOTICE: BL31: Built : 00:00:00, Jan 1 1980
  6. NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689)
  7. NOTICE: BL31: Found U-Boot DTB at 0x4065f60, model: Pine64 PinePhone Braveheart (1.1)
  8. NOTICE: PSCI: System suspend is unavailable
  9.  
  10.  
  11. U-Boot 2020.07 (Jul 06 2020 - 19:22:53 +0000) Allwinner Technology
  12.  
  13. CPU: Allwinner A64 (SUN50I)
  14. Model: Pine64 PinePhone Braveheart (1.1)
  15. DRAM: 2 GiB
  16. MMC: Device 'mmc@1c11000': seq 1 is in use by 'mmc@1c10000'
  17. mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1
  18. Loading Environment from FAT... Unable to use mmc 1:1... In: serial@1c28000
  19. Out: serial@1c28000
  20. Err: serial@1c28000
  21. starting USB...
  22. No working controllers found
  23. Hit any key to stop autoboot: 0
  24. switch to partitions #0, OK
  25. mmc0 is current device
  26. Scanning mmc 0:3...
  27. Found U-Boot script /boot.scr
  28. 2478 bytes read in 2 ms (1.2 MiB/s)
  29. ## Executing script at 4fc00000
  30. ****************
  31. * Mobile NixOS *
  32. ****************
  33.  
  34. Built for pine64-pinephone
  35.  
  36. gpio: pin 115 (gpio 115) value is 1
  37. gpio: pin 114 (gpio 114) value is 1
  38. gpio: pin 116 (gpio 116) value is 0
  39. gpio: pin 35 (gpio 35) value is 1
  40. gpio: pin 35 (gpio 35) value is 0
  41.  
  42. === debug information ===
  43. bootargs=console=ttyS0,115200 vt.global_cursor_default=0 earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=4
  44.  
  45. kernel_addr_r=0x40080000
  46. fdt_addr_r=0x4FA00000
  47. ramdisk_addr_r=0x4FE00000
  48. === end of the debug information ===
  49.  
  50. :: Detected mmc booting
  51. :: Booting from mmc 0
  52. part number mmc 0 boot bootpart
  53. 0x3
  54. :: Booting from partition 0x3
  55. 13203339 bytes read in 566 ms (22.2 MiB/s)
  56. 35901 bytes read in 6 ms (5.7 MiB/s)
  57. 8711315 bytes read in 375 ms (22.2 MiB/s)
  58. bootargs: console=ttyS0,115200 vt.global_cursor_default=0 earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=4
  59. booti 0x40080000 0x4FE00000:84ec93 0x4FA00000
  60. kernel_comp_addr_r or kernel_comp_size is not provided!
  61. SCRIPT FAILED: continuing...
  62. switch to partitions #0, OK
  63. mmc1(part 0) is current device
  64. Scanning mmc 1:1...
  65. Found U-Boot script /boot.scr
  66. 919 bytes read in 1 ms (897.5 KiB/s)
  67. ## Executing script at 4fc00000
  68. gpio: pin 114 (gpio 114) value is 1
  69. Booting from SD
  70. arch=arm
  71. baudrate=115200
  72. board=sunxi
  73. board_name=sunxi
  74. boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
  75. boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
  76. boot_net_usb_start=usb start
  77. boot_prefixes=/ /boot/
  78. boot_script_dhcp=boot.scr.uimg
  79. boot_scripts=boot.scr.uimg boot.scr
  80. boot_syslinux_conf=extlinux/extlinux.conf
  81. boot_targets=fel mmc_auto usb0
  82. boot_type=boot
  83. bootargs=init=/init.sh rw console=tty0 console=ttyS0,115200 no_console_suspend earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=1 cma=256M PMOS_NO_OUTPUT_REDIRECT pmos_boot=/dev/mmcblk0p1 pmos_root=/dev/mmcblk0p2
  84. bootcmd=run distro_bootcmd
  85. bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi
  86. bootcmd_mmc0=devnum=0; run mmc_boot
  87. bootcmd_mmc1=devnum=1; run mmc_boot
  88. bootcmd_mmc_auto=if test ${mmc_bootdev} -eq 1; then run bootcmd_mmc1; run bootcmd_mmc0; elif test ${mmc_bootdev} -eq 0; then run bootcmd_mmc0; run bootcmd_mmc1; fi
  89. bootcmd_usb0=devnum=0; run usb_boot
  90. bootdelay=0
  91. bootdev=0
  92. bootfstype=ext4
  93. bootm_size=0xa000000
  94. bootpart=0x3
  95. console=ttyS0,115200
  96. cpu=armv8
  97. devplist=1
  98. dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FE00000 0x4000000
  99. distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
  100. ethaddr=REDACTED
  101. fdt_addr_r=0x4FA00000
  102. fdtaddr=4fa00000
  103. fdtcontroladdr=bbf48ce0
  104. fdtfile=allwinner/sun50i-a64-pinephone-1.1.dtb
  105. fileaddr=4fc00000
  106. filesize=397
  107. kernel_addr_r=0x40080000
  108. mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
  109. mmc_bootdev=0
  110. partitions=name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};name=loader2,size=984k,uuid=${uuid_gpt_loader2};name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};name=system,size=-,uuid=${uuid_gpt_system};
  111. preboot=usb start
  112. pxefile_addr_r=0x4FD00000
  113. ramdisk_addr_r=0x4FE00000
  114. ramdisk_size=84ec93
  115. 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;
  116. 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; setenv devplist
  117. scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
  118. scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${pre
  119. scriptaddr=0x4FC00000
  120. serial#=REDACTED
  121. soc=sunxi
  122. stderr=serial@1c28000
  123. stdin=serial@1c28000
  124. stdout=serial@1c28000
  125. usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
  126. uuid_gpt_esp=REDACTED
  127. uuid_gpt_system=REDACTED
  128.  
  129. Environment size: 3227/131068 bytes
  130. Loading DTB
  131. ** Unrecognized filesystem type **
  132. Loading Initramfs
  133. ** Unrecognized filesystem type **
  134. Loading Kernel
  135. ** Unrecognized filesystem type **
  136. gpio: pin 115 (gpio 115) value is 1
  137. Resizing FDT
  138. Booting kernel
  139. gpio: pin 116 (gpio 116) value is 1
  140. kernel_comp_addr_r or kernel_comp_size is not provided!
  141. SCRIPT FAILED: continuing...
  142. starting USB...
  143. No working controllers found
  144. USB is stopped. Please issue 'usb start' first.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement