Advertisement
Guest User

nand boot

a guest
Dec 18th, 2012
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. U-Boot 2011.09-rc1-svn123 (Mar 15 2012 - 19:03:25) Allwinner Technology
  2.  
  3. CPU: SUNXI Family
  4. Board: A10-EVB
  5. DRAM: 512 MiB
  6. NAND: 3800 MiB
  7. In: serial
  8. Out: serial
  9. Err: serial
  10. --------fastboot partitions--------
  11. -total partitions:10-
  12. -name- -start- -size-
  13. bootloader : 100000 1000000
  14. env : 1100000 200000
  15. boot : 1300000 2000000
  16. system : 3300000 10000000
  17. data : 13300000 40000000
  18. misc : 53300000 100000
  19. recovery : 53400000 2000000
  20. cache : 55400000 10000000
  21. oem : 65400000 8000000
  22. UDISK : 6d400000 80400000
  23. -----------------------------------
  24. Hit ENTER key to stop autoboot: 0
  25.  
  26. NAND read: device 0 offset 0x1300000, size 0x2000000
  27. 33554432 bytes read: OK
  28.  
  29. Starting kernel ...
  30.  
  31. [ 1.160000] init: do_umount: /data
  32. [ 1.340000] init: do_umount: /cache
  33. [ 1.370000] init: dont need format /dev/block/nandj
  34. [ 1.470000] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
  35. [ 1.530000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  36. [ 1.540000] goodixgoodix_ts_init: err.
  37. [ 1.570000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  38. [ 1.580000] zinitix
  39. [ 1.720000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  40. [ 1.720000] Goodix-TSgoodix_ts_init: err.
  41. [ 1.770000] hv_i2c_txdata i2c write error: -70
  42. [ 2.160000] gsensor_fetch_sysconfig_para: gsensor_unused.
  43. [ 2.180000] gsensor_fetch_sysconfig_para: gsensor_unused.
  44. [ 2.410000] android_usb: already disabled
  45. [ 3928.450000] SysRq : Emergency Remount R/O
  46. [ 3928.470000] EXT4-fs (nande): ext4_da_writepages: jbd2_start: 2147483646 pages, ino 8257; err -30
  47. [ 3930.980000] Power down.
  48. HELLO! BOOT0 is starting!
  49. boot0 version : .2.2
  50. dram size =512
  51. Succeed in opening nand flash.
  52. Succeed in reading Boot1 file head.
  53. The size of Boot1 is 0x00036000.
  54. The file stored in 0X00000000 of block 2 is perfect.
  55. Check is correct.
  56. Ready to disable icache.
  57. Succeed in loading Boot1.
  58. Jump to Boot1.
  59. [ 0.122] boot1 version : 1.2.6a
  60. [ 0.122] pmu type = 3
  61. [ 0.148] axi:ahb:apb=3:2:2
  62. [ 0.148] set dcdc2=1400, clock=1008 successed
  63. [ 0.150] key
  64. [ 0.163] no key found
  65. [ 0.163] flash init start
  66. [ 0.179] flash init finish
  67. [ 0.180] fs init ok
  68. [ 0.180] fattype FAT16
  69. [ 0.181] fs mount ok
  70. [ 0.187] script finish
  71. [ 0.188] power finish
  72. [ 0.192] BootMain start
  73. [ 0.192] 0
  74. [ 0.201] gpio config
  75. [ 0.201] gpio finish
  76. [ 0.276] startup status = 0
  77. [ 0.276] try to open file c:\os_show\head.bmp
  78. [ 0.279] file c:\os_show\head.bmp found
  79. [ 0.284] try to open file c:\os_show\tail.bmp
  80. [ 0.288] file c:\os_show\tail.bmp found
  81. [ 0.293] try to open file c:\os_show\full.bmp
  82. [ 0.297] file c:\os_show\full.bmp found
  83. [ 0.301] try to open file c:\os_show\empty.bmp
  84. [ 0.306] file c:\os_show\empty.bmp found
  85. [ 0.872] WRN:L149(OSAL/OSAL_De.c):Length is ZERO!
  86. [ 2.375] base bat_cal = 99
  87. [ 3.876] extenal power low go high startup
  88. [ 3.876] enter standby
  89. [ 5.611] exit standby by 3
  90. [ 5.611] The all optional count is 1
  91. [ 5.612] key value = -1
  92. [ 5.615] recovery key high 20, low 8
  93. [ 5.619] unable to find fastboot_key key_max value
  94. [ 5.625] test for multi os boot with display
  95. [ 5.628] try to open file c:\linux\linux.bmp
  96. [ 5.634] file c:\linux\linux.bmp found
  97. [ 5.724] show pic finish
  98. [ 5.725] load kernel start
  99. [ 5.740] load kernel successed
  100. [ 5.740] start address = 0x4
  101.  
  102. U-Boot 2011.09-rc1-svn123 (Mar 15 2012 - 19:03:25) Allwinner Technology
  103.  
  104. CPU: SUNXI Family
  105. Board: A10-EVB
  106. DRAM: 512 MiB
  107. NAND: 3800 MiB
  108. In: serial
  109. Out: serial
  110. Err: serial
  111. --------fastboot partitions--------
  112. -total partitions:10-
  113. -name- -start- -size-
  114. bootloader : 100000 1000000
  115. env : 1100000 200000
  116. boot : 1300000 2000000
  117. system : 3300000 10000000
  118. data : 13300000 40000000
  119. misc : 53300000 100000
  120. recovery : 53400000 2000000
  121. cache : 55400000 10000000
  122. oem : 65400000 8000000
  123. UDISK : 6d400000 80400000
  124. -----------------------------------
  125. Hit ENTER key to stop autoboot: 0
  126.  
  127. NAND read: device 0 offset 0x1300000, size 0x2000000
  128. 33554432 bytes read: OK
  129.  
  130. Starting kernel ...
  131.  
  132. [ 1.170000] init: do_umount: /data
  133. [ 1.370000] init: do_umount: /cache
  134. [ 1.400000] init: dont need format /dev/block/nandj
  135. [ 1.500000] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
  136. [ 1.560000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  137. [ 1.570000] goodixgoodix_ts_init: err.
  138. [ 1.610000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  139. [ 1.620000] zinitix
  140. [ 1.760000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  141. [ 1.770000] Goodix-TS[mmc]: sdxc_request_done(L1114): smc 0 err, cmd 5, RTO !!
  142. [ 1.820000] hv_i2c_txdata i2c write error: -70
  143. [ 2.190000] gsensor_fetch_sysconfig_para: gsensor_unused.
  144. [ 2.210000] gsensor_fetch_sysconfig_para: gsensor_unused.
  145. [ 2.470000] android_usb: already disabled
  146. [ 131.080000] SysRq : Emergency Remount R/O
  147. [ 134.610000] Power down.
  148. HELLO! BOOT0 is starting!
  149. boot0 version : .2.2
  150. dram size =512
  151. Succeed in opening nand flash.
  152. Succeed in reading Boot1 file head.
  153. The size of Boot1 is 0x00036000.
  154. The file stored in 0X00000000 of block 2 is perfect.
  155. Check is correct.
  156. Ready to disable icache.
  157. Succeed in loading Boot1.
  158. Jump to Boot1.
  159. [ 0.122] boot1 version : 1.2.6a
  160. [ 0.122] pmu type = 3
  161. [ 0.148] axi:ahb:apb=3:2:2
  162. [ 0.148] set dcdc2=1400, clock=1008 successed
  163. [ 0.150] key
  164. [ 0.163] no key found
  165. [ 0.163] flash init start
  166. [ 0.179] flash init finish
  167. [ 0.180] fs init ok
  168. [ 0.180] fattype FAT16
  169. [ 0.181] fs mount ok
  170. [ 0.187] script finish
  171. [ 0.188] power finish
  172. [ 0.192] BootMain start
  173. [ 0.192] 0
  174. [ 0.201] gpio config
  175. [ 0.201] gpio finish
  176. [ 0.276] startup status = 0
  177. [ 0.276] try to open file c:\os_show\head.bmp
  178. [ 0.279] file c:\os_show\head.bmp found
  179. [ 0.284] try to open file c:\os_show\tail.bmp
  180. [ 0.288] file c:\os_show\tail.bmp found
  181. [ 0.293] try to open file c:\os_show\full.bmp
  182. [ 0.297] file c:\os_show\full.bmp found
  183. [ 0.301] try to open file c:\os_show\empty.bmp
  184. [ 0.306] file c:\os_show\empty.bmp found
  185. [ 0.872] WRN:L149(OSAL/OSAL_De.c):Length is ZERO!
  186. [ 2.375] base bat_cal = 100
  187. [ 3.876] extenal power low go high startup
  188. [ 3.876] enter standby
  189. [ 5.611] exit standby by 2
  190. [ 5.613] current bat_cal = 100
  191. [ 9.120] enter standby
  192. [ 10.853] exit standby by 2
  193. [ 10.855] current bat_cal = 100
  194. [ 14.362] enter standby
  195. [ 16.095] exit standby by 3
  196. [ 16.095] The all optional count is 1
  197. [ 16.096] key value = -1
  198. [ 16.099] recovery key high 20, low 8
  199. [ 16.103] unable to find fastboot_key key_max value
  200. [ 16.109] test for multi os boot with display
  201. [ 16.112] try to open file c:\linux\linux.bmp
  202. [ 16.118] file c:\linux\linux.bmp found
  203. [ 16.208] show pic finish
  204. [ 16.209] load kernel start
  205. [ 16.224] load kernel successed
  206. [ 16.224] start address = 0x4
  207.  
  208. U-Boot 2011.09-rc1-svn123 (Mar 15 2012 - 19:03:25) Allwinner Technology
  209.  
  210. CPU: SUNXI Family
  211. Board: A10-EVB
  212. DRAM: 512 MiB
  213. NAND: 3800 MiB
  214. In: serial
  215. Out: serial
  216. Err: serial
  217. --------fastboot partitions--------
  218. -total partitions:10-
  219. -name- -start- -size-
  220. bootloader : 100000 1000000
  221. env : 1100000 200000
  222. boot : 1300000 2000000
  223. system : 3300000 10000000
  224. data : 13300000 40000000
  225. misc : 53300000 100000
  226. recovery : 53400000 2000000
  227. cache : 55400000 10000000
  228. oem : 65400000 8000000
  229. UDISK : 6d400000 80400000
  230. -----------------------------------
  231. Hit ENTER key to stop autoboot: 0
  232.  
  233. NAND read: device 0 offset 0x1300000, size 0x2000000
  234. 33554432 bytes read: OK
  235.  
  236. Starting kernel ...
  237.  
  238. [ 1.160000] init: do_umount: /data
  239. [ 1.340000] init: do_umount: /cache
  240. [ 1.370000] init: dont need format /dev/block/nandj
  241. [ 1.470000] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
  242. [ 1.530000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  243. [ 1.540000] goodixgoodix_ts_init: err.
  244. [ 1.570000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  245. [ 1.580000] zinitix
  246. [ 1.730000] ctp_fetch_sysconfig_para: name ft5x_ts does not match CTP_NAME.
  247. [ 1.730000] Goodix-TSgoodix_ts_init: err.
  248. [ 1.790000] hv_i2c_txdata i2c write error: -70
  249. [ 2.160000] gsensor_fetch_sysconfig_para: gsensor_unused.
  250. [ 2.170000] gsensor_fetch_sysconfig_para: gsensor_unused.
  251. [ 2.430000] android_usb: already disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement