Advertisement
Guest User

Typical hang

a guest
Feb 17th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. U-Boot SPL 2021.10-armbian (Jun 01 2023 - 17:35:46 +0800)
  2. pmic id is 0x4b
  3. DRAM: 1024 MiB
  4. Trying to boot from MMC1
  5. NOTICE: BL31: v2.9(debug):c0d8ee386-dirty
  6. NOTICE: BL31: Built : 17:35:38, Jun 1 2023
  7. NOTICE: BL31: Detected Allwinner H616 SoC (1823)
  8. NOTICE: BL31: Found U-Boot DTB at 0x4a082d60, model: MangoPi Mcore
  9. INFO: ARM GICv2 driver initialized
  10. INFO: Configuring SPC Controller
  11. INFO: PMIC: Probing AXP305 on RSB
  12. ERROR: RSB: set run-time address: 0x10003
  13. INFO: Could not init RSB: -65539
  14. INFO: BL31: Platform setup done
  15. INFO: BL31: Initializing runtime services
  16. INFO: BL31: cortex_a53: CPU workaround for 855873 was applied
  17. INFO: BL31: cortex_a53: CPU workaround for 1530924 was applied
  18. INFO: PSCI: Suspend is unavailable
  19. INFO: BL31: Preparing for EL3 exit to normal world
  20. INFO: Entry point address = 0x4a000000
  21. INFO: SPSR = 0x3c9
  22. INFO: Changed devicetree.
  23.  
  24.  
  25. U-Boot 2021.10-armbian (Jun 01 2023 - 17:35:46 +0800) Allwinner Technology
  26.  
  27. CPU: Allwinner H616 (SUN50I)
  28. Model: MangoPi Mcore
  29. I2C: ready
  30. DRAM: 1 GiB
  31. MMC: mmc@4020000: 0
  32. Loading Environment from FAT... Unable to use mmc 0:1... In: serial@5000000
  33. Out: serial@5000000
  34. Err: serial@5000000
  35. Net: phy interface6
  36. eth0: ethernet@5030000
  37. Autoboot in 1 seconds, press <Space> to stop
  38. switch to partitions #0, OK
  39. mmc0 is current device
  40. Scanning mmc 0:1...
  41. Found U-Boot script /boot/boot.scr
  42. 3202 bytes read in 5 ms (625 KiB/s)
  43. ## Executing script at 4fc00000
  44. U-boot loaded from SD
  45. Boot script loaded from mmc
  46. 227 bytes read in 5 ms (43.9 KiB/s)
  47. 33777 bytes read in 12 ms (2.7 MiB/s)
  48. Failed to load '/boot/dtb/allwinner/overlay/-fixup.scr'
  49. 11007115 bytes read in 466 ms (22.5 MiB/s)
  50. 22333448 bytes read in 938 ms (22.7 MiB/s)
  51. Moving Image from 0x40080000 to 0x40200000, end=417c0000
  52. ## Loading init Ramdisk from Legacy Image at 4ff00000 ...
  53. Image Name: uInitrd
  54. Image Type: AArch64 Linux RAMDisk Image (gzip compressed)
  55. Data Size: 11007051 Bytes = 10.5 MiB
  56. Load Address: 00000000
  57. Entry Point: 00000000
  58. Verifying Checksum ... OK
  59. ## Flattened Device Tree blob at 4fa00000
  60. Booting using the fdt blob at 0x4fa00000
  61. Loading Ramdisk to 49580000, end 49fff44b ... OK
  62. Loading Device Tree to 000000004950f000, end 000000004957ffff ... OK
  63.  
  64. Starting kernel ...
  65.  
  66. [ 1.266679] debugfs: Directory '5096000.codec' with parent 'H616 Audio Codec' already present!
  67. [ 1.306615] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  68. [ 1.396277] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
  69. [ 1.616723] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  70. [ 1.625290] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  71. [ 1.633151] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  72. [ 1.678487] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  73. [ 2.144821] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  74. [ 2.160700] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  75. [ 2.181836] axp2101-regulator axp2101-regulator.0: Setting DCDC frequency for unsupported AXP variant
  76. [ 2.191119] axp2101-regulator axp2101-regulator.0: Error setting dcdc frequency: -22
  77. [ 2.229618] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed
  78. [ 2.256943] debugfs: Directory '1100000.mixer' with parent 'regmap' already present!
  79. [ 2.264857] debugfs: Directory '1100000.mixer' with parent 'regmap' already present!
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement