Advertisement
gyrex

Orange Pi Zero Plus boot issue

Sep 17th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. U-Boot SPL 2018.05-armbian (Sep 13 2018 - 08:30:40 +0200)
  2. DRAM: 512 MiB
  3. Trying to boot from MMC1
  4. NOTICE: BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000)
  5. NOTICE: Configuring SPC Controller
  6. NOTICE: BL3-1: v1.0(debug):c9f55c0
  7. NOTICE: BL3-1: Built : 08:30:33, Sep 13 2018
  8. NOTICE: DT: sun50i-h5-orangepi-zero-plus
  9. NOTICE: SCPI: dummy stub handler, implementation level: 000000
  10. INFO: BL3-1: Initializing runtime services
  11. INFO: BL3-1: Preparing for EL3 exit to normal world
  12. INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
  13.  
  14.  
  15. U-Boot 2018.05-armbian (Sep 13 2018 - 08:30:40 +0200) Allwinner Technology
  16.  
  17. CPU: Allwinner H5 (SUN50I)
  18. Model: Xunlong Orange Pi Zero Plus
  19. DRAM: 512 MiB
  20. MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
  21. Loading Environment from EXT4... ** File not found /boot/boot.env **
  22.  
  23. ** Unable to read "/boot/boot.env" from mmc0:1 **
  24. Failed (-5)
  25. In: serial
  26. Out: serial
  27. Err: serial
  28. Net: No ethernet found.
  29. 230454 bytes read in 34 ms (6.5 MiB/s)
  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. Autoboot in 1 seconds, press <Space> to stop
  36. switch to partitions #0, OK
  37. mmc0 is current device
  38. Scanning mmc 0:1...
  39. Found U-Boot script /boot/boot.scr
  40. 3090 bytes read in 31 ms (96.7 KiB/s)
  41. ## Executing script at 4fc00000
  42. U-boot loaded from SD
  43. Boot script loaded from mmc
  44. 229 bytes read in 24 ms (8.8 KiB/s)
  45. 26892 bytes read in 90 ms (291 KiB/s)
  46. 504 bytes read in 112 ms (3.9 KiB/s)
  47. Applying kernel provided DT overlay sun50i-h5-usbhost2.dtbo
  48. 504 bytes read in 114 ms (3.9 KiB/s)
  49. Applying kernel provided DT overlay sun50i-h5-usbhost3.dtbo
  50. 1020 bytes read in 93 ms (9.8 KiB/s)
  51. Applying kernel provided DT overlay sun50i-h5-gpio-regulator-1.3v.dtbo
  52. 561 bytes read in 89 ms (5.9 KiB/s)
  53. Applying kernel provided DT overlay sun50i-h5-cpu-clock-1.3GHz.dtbo
  54. 4155 bytes read in 91 ms (43.9 KiB/s)
  55. Applying kernel provided DT fixup script (sun50i-h5-fixup.scr)
  56. ## Executing script at 44000000
  57. 8406731 bytes read in 453 ms (17.7 MiB/s)
  58. 13146120 bytes read in 674 ms (18.6 MiB/s)
  59. ## Loading init Ramdisk from Legacy Image at 4fe00000 ...
  60. Image Name: uInitrd
  61. Image Type: AArch64 Linux RAMDisk Image (gzip compressed)
  62. Data Size: 8406667 Bytes = 8 MiB
  63. Load Address: 00000000
  64. Entry Point: 00000000
  65. Verifying Checksum ... OK
  66. ## Flattened Device Tree blob at 4fa00000
  67. Booting using the fdt blob at 0x4fa00000
  68. Loading Ramdisk to 497fb000, end 49fff68b ... OK
  69. reserving fdt memory region: addr=4fa00000 size=6c000
  70. Loading Device Tree to 000000004978c000, end 00000000497fafff ... OK
  71.  
  72. Starting kernel ...
  73.  
  74. Loading, please wait...
  75. starting version 237
  76. Begin: Loading essential drivers ... done.
  77. Begin: Running /scripts/init-premount ... done.
  78. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  79. Begin: Running /scripts/local-premount ... done.
  80. Begin: Will now check root file system ... fsck from util-linux 2.31.1
  81. [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
  82. /dev/mmcblk0p1 contains a file system with errors, check forced.
  83. /dev/mmcblk0p1: Inode 1905 seems to contain garbage.
  84.  
  85. /dev/mmcblk0p1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
  86. (i.e., without -a or -p options)
  87. fsck exited with status code 4
  88. done.
  89. Failure: File system check of the root filesystem failed
  90. The root filesystem on /dev/mmcblk0p1 requires a manual fsck
  91. Rebooting automatically due to panic= boot argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement