Advertisement
zinosat

chip fails to boot kernel

Apr 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. U-Boot SPL 2016.01 (Dec 01 2016 - 23:52:05)
  2. DRAM: 512 MiB
  3. CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
  4. Trying to boot from NAND
  5.  
  6.  
  7. U-Boot 2016.01 (Dec 01 2016 - 23:52:05 +0000) Allwinner Technology
  8.  
  9. CPU: Allwinner A13 (SUN5I)
  10. I2C: ready
  11. DRAM: 512 MiB
  12. NAND: 4096 MiB
  13. video-mode 720x480-24@60 not available, falling back to 1024x768-24@60
  14. Setting up a 720x480i composite-ntsc console (overscan 40x20)
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Net: usb_ether
  19. starting USB...
  20. No controllers found
  21. Hit any key to stop autoboot: 0
  22.  
  23. device nand0 <sunxi-nand.0>, # parts = 5
  24. #: name size offset mask_flags
  25. 0: spl 0x00400000 0x00000000 0
  26. 1: spl-backup 0x00400000 0x00400000 0
  27. 2: uboot 0x00400000 0x00800000 0
  28. 3: env 0x00400000 0x00c00000 0
  29. 4: UBI 0xff000000 0x01000000 0
  30.  
  31. active partition: nand0,0 - (spl) 0x00400000 @ 0x00000000
  32.  
  33. defaults:
  34. mtdids : none
  35. mtdparts: none
  36. ubi0: attaching mtd1
  37. ubi0: scanning is finished
  38. ubi0: volume table was restored
  39. ubi0: attached mtd1 (name "mtd=4", size 4080 MiB)
  40. ubi0: PEB size: 2097152 bytes (4096 KiB), LEB size: 2064384 bytes
  41. ubi0: min./max. I/O unit sizes: 16384/16384, sub-page size 16384
  42. ubi0: VID header offset: 16384 (aligned 16384), data offset: 32768
  43. ubi0: good PEBs: 1012, bad PEBs: 8, corrupted PEBs: 0
  44. ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
  45. ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence numbe7
  46. ubi0: available PEBs: 968, total reserved PEBs: 44, PEBs reserved for bad P2
  47. Error reading superblock on volume 'ubi0:rootfs' errno=-22!
  48. ubifsmount - mount UBIFS volume
  49.  
  50. Usage:
  51. ubifsmount <volume-name>
  52. - mount 'volume-name' volume
  53. UBIFS not mounted, use ubifs mount to mount volume first!
  54. ubifsload - load file from an UBIFS filesystem
  55.  
  56. Usage:
  57. ubifsload <addr> <filename> [bytes]
  58. - load file 'filename' to address 'addr'
  59. UBIFS not mounted, use ubifs mount to mount volume first!
  60. ubifsload - load file from an UBIFS filesystem
  61.  
  62. Usage:
  63. ubifsload <addr> <filename> [bytes]
  64. - load file 'filename' to address 'addr'
  65. UBIFS not mounted, use ubifs mount to mount volume first!
  66. ubifsload - load file from an UBIFS filesystem
  67.  
  68. Usage:
  69. ubifsload <addr> <filename> [bytes]
  70. - load file 'filename' to address 'addr'
  71. Bad Linux ARM zImage magic!
  72.  
  73. device nand0 <sunxi-nand.0>, # parts = 5
  74. #: name size offset mask_flags
  75. 0: spl 0x00400000 0x00000000 0
  76. 1: spl-backup 0x00400000 0x00400000 0
  77. 2: uboot 0x00400000 0x00800000 0
  78. 3: env 0x00400000 0x00c00000 0
  79. 4: UBI 0xff000000 0x01000000 0
  80.  
  81. active partition: nand0,0 - (spl) 0x00400000 @ 0x00000000
  82.  
  83. defaults:
  84. mtdids : none
  85. mtdparts: none
  86. ubi0: detaching mtd1
  87. ubi0: mtd1 is detached
  88. ubi0: attaching mtd1
  89. ubi0: scanning is finished
  90. ubi0: attached mtd1 (name "mtd=4", size 4080 MiB)
  91. ubi0: PEB size: 2097152 bytes (4096 KiB), LEB size: 2064384 bytes
  92. ubi0: min./max. I/O unit sizes: 16384/16384, sub-page size 16384
  93. ubi0: VID header offset: 16384 (aligned 16384), data offset: 32768
  94. ubi0: good PEBs: 1012, bad PEBs: 8, corrupted PEBs: 0
  95. ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
  96. ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence numbe7
  97. ubi0: available PEBs: 968, total reserved PEBs: 44, PEBs reserved for bad P2
  98. Error reading superblock on volume 'ubi0:rootfs' errno=-22!
  99. ubifsmount - mount UBIFS volume
  100.  
  101. Usage:
  102. ubifsmount <volume-name>
  103. - mount 'volume-name' volume
  104. UBIFS not mounted, use ubifs mount to mount volume first!
  105. ubifsload - load file from an UBIFS filesystem
  106.  
  107. Usage:
  108. ubifsload <addr> <filename> [bytes]
  109. - load file 'filename' to address 'addr'
  110. UBIFS not mounted, use ubifs mount to mount volume first!
  111. ubifsload - load file from an UBIFS filesystem
  112.  
  113. Usage:
  114. ubifsload <addr> <filename> [bytes]
  115. - load file 'filename' to address 'addr'
  116. Bad Linux ARM zImage magic!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement