Advertisement
Guest User

u-boot sunxi problem

a guest
Oct 1st, 2024
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. U-Boot SPL 2024.07 (Oct 02 2024 - 02:54:17 +0200)
  2. DRAM: 1024 MiB
  3. Trying to boot from sunxi SPI
  4. NOTICE: BL31: v2.10.6(debug):
  5. NOTICE: BL31: Built : 02:53:37, Oct 2 2024
  6. NOTICE: BL31: Detected Allwinner H616 SoC (1823)
  7. NOTICE: BL31: Found U-Boot DTB at 0x4a0b4cb0, model: OrangePi Zero2
  8. INFO: ARM GICv2 driver initialized
  9. INFO: Configuring SPC Controller
  10. INFO: PMIC: Probing AXP305 on RSB
  11. INFO: PMIC: aldo1 voltage: 3.300V
  12. INFO: PMIC: aldo2 voltage: 3.300V
  13. INFO: PMIC: aldo3 voltage: 3.300V
  14. INFO: PMIC: bldo1 voltage: 1.800V
  15. INFO: PMIC: dcdcd voltage: 1.500V
  16. INFO: PMIC: dcdce voltage: 3.300V
  17. INFO: BL31: Platform setup done
  18. INFO: BL31: Initializing runtime services
  19. INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied
  20. INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied
  21. INFO: PSCI: Suspend is unavailable
  22. INFO: BL31: Preparing for EL3 exit to normal world
  23. INFO: Entry point address = 0x4a000000
  24. INFO: SPSR = 0x3c9
  25. INFO: Changed devicetree.
  26.  
  27.  
  28. U-Boot 2024.07 (Oct 02 2024 - 02:54:17 +0200) Allwinner Technology
  29.  
  30. CPU: Allwinner H616 (SUN50I)
  31. Model: OrangePi Zero2
  32. DRAM: 1 GiB
  33. Core: 56 devices, 22 uclasses, devicetree: separate
  34. WDT: Not starting watchdog@30090a0
  35. MMC: mmc@4020000: 0
  36. Loading Environment from SPIFlash... SF: Detected mx25l1606e with page size 256 Bytes, erase size 4 KiB, total 2 MiB
  37. OK
  38. In: serial@5000000
  39. Out: serial@5000000
  40. Err: serial@5000000
  41. Allwinner mUSB OTG (Peripheral)
  42. Net: eth0: ethernet@5020000using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
  43. MAC de:ad:be:ef:00:01
  44. HOST MAC de:ad:be:ef:00:00
  45. RNDIS ready
  46. , eth1: usb_ether
  47. starting USB...
  48. Bus usb@5200000: USB EHCI 1.00
  49. Bus usb@5200400: USB OHCI 1.0
  50. scanning bus usb@5200000 for devices... 1 USB Device(s) found
  51. scanning bus usb@5200400 for devices... 2 USB Device(s) found
  52. scanning usb for storage devices... 1 Storage Device(s) found
  53. Hit any key to stop autoboot: 0
  54. MMC: no card present
  55.  
  56. Device 0: Vendor: USB Rev: 8.07 Prod: Disk 2.0
  57. Type: Removable Hard Disk
  58. Capacity: 14860.0 MB = 14.5 GB (30433280 x 512)
  59. ... is now current device
  60. Scanning usb 0:1...
  61. Found U-Boot script /boot.scr
  62. 3259 bytes read in 94 ms (33.2 KiB/s)
  63. ## Executing script at 4fc00000
  64. U-boot loaded from SD
  65. Boot script loaded from usb
  66. Failed to load '/dtb/allwinner/sun50i-h616-orangepi-zero2.dtb'
  67. libfdt fdt_check_header(): FDT_ERR_BADMAGIC
  68. No FDT memory address configured. Please configure
  69. the FDT address via "fdt addr <address>" command.
  70. Aborting!
  71. Failed to load '/dtb/allwinner/overlay/-fixup.scr'
  72. Failed to load '/uInitrd'
  73. Failed to load '/Image'
  74. Bad Linux ARM64 Image magic!
  75. SCRIPT FAILED: continuing...
  76. Found U-Boot script /boot/boot.scr
  77. 3259 bytes read in 90 ms (35.2 KiB/s)
  78. ## Executing script at 4fc00000
  79. U-boot loaded from SD
  80. Boot script loaded from usb
  81. 180 bytes read in 60 ms (2.9 KiB/s)
  82. 37635 bytes read in 417 ms (87.9 KiB/s)
  83. Working FDT set to 4fa00000
  84. Failed to load '/boot/dtb/allwinner/overlay/-fixup.scr'
  85. 11755920 bytes read in 13045 ms (879.9 KiB/s)
  86. 24309768 bytes read in 26913 ms (881.8 KiB/s)
  87. Moving Image from 0x40080000 to 0x40200000, end=41a10000
  88. ## Loading init Ramdisk from Legacy Image at 4ff00000 ...
  89. Image Name: uInitrd
  90. Image Type: AArch64 Linux RAMDisk Image (gzip compressed)
  91. Data Size: 11755856 Bytes = 11.2 MiB
  92. Load Address: 00000000
  93. Entry Point: 00000000
  94. Verifying Checksum ... OK
  95. ## Flattened Device Tree blob at 4fa00000
  96. Booting using the fdt blob at 0x4fa00000
  97. Working FDT set to 4fa00000
  98. Loading Ramdisk to 494c9000, end 49fff150 ... OK
  99. Loading Device Tree to 0000000049457000, end 00000000494c8fff ... OK
  100. Working FDT set to 49457000
  101.  
  102. Starting kernel ...
  103.  
  104. Loading, please wait...
  105. Starting version 247.3-7+deb11u6
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement