Advertisement
lovenhe

write_Log

Apr 21st, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 KB | None | 0 0
  1. 串口已经连接,请给单板上电,若已经上电,请断电后重新上电。
  2.  
  3. Failed to open COM1, it may be already opened or not exist.
  4. Failed to download fastboot!
  5.  
  6. 串口已经连接,请给单板上电,若已经上电,请断电后重新上电。
  7.  
  8. Bootrom start
  9. Boot Media: eMMC
  10. ############################################
  11. Decrypt auxiliary code ...OK
  12.  
  13. lsadc voltage min: 000003FE, max: 000003FF, aver: 000003FE, index: 00000000
  14.  
  15. ##################################################################################################################################################################### ---- 9%
  16. ################################################################################################################################################################################################################# ---- 19%
  17. ################################################################################################################################################################################################################# ---- 29%
  18. ################################################################################################################################################################################################################# ---- 39%
  19. ################################################################################################################################################################################################################# ---- 49%
  20. ################################################################################################################################################################################################################# ---- 59%
  21. ################################################################################################################################################################################################################# ---- 69%
  22. ################################################################################################################################################################################################################# ---- 79%
  23. ################################################################################################################################################################################################################# ---- 89%
  24. ################################################################################################################################################################################################################# ---- 99%
  25. ## ---- 100%
  26.  
  27. Enter boot auxiliary code
  28.  
  29. Auxiliary code - v1.00
  30. DDR code - V1.1.2 20160205
  31. Build: Jul 28 2018 - 18:30:32
  32.  
  33. Reg Version: v1.6.0`
  34. Reg Time: 2018/01/17 12:21:06
  35. Reg Name: hi3798mv2dmg_hi3798mv200_DDR4-2133_2GB_16bitx2_2layers_A3300.reg
  36. DDRS
  37. Boot auxiliary code success
  38.  
  39. Bootrom success
  40.  
  41.  
  42. System startup
  43.  
  44.  
  45. Relocate Boot
  46.  
  47. Jump to C code
  48.  
  49.  
  50. Fastboot 3.3.0 (proj-hbE-hbsw__120698@join-r730-01) (Apr 10 2019 - 17:03:57)
  51.  
  52. Fastboot: Version 3.3.0
  53. Build Date: Apr 10 2019, 17:04:44
  54. CPU: Hi3798Mv200
  55. Boot Media: eMMC
  56. DDR Size: 2GB
  57.  
  58. LOGO Flag:cecdccd3
  59. Found flash memory controller hifmc100.
  60. no found nand device.
  61.  
  62. MMC/SD controller initialization.
  63. scan edges:2 p2f:5 f2p:7
  64. mix set temp-phase 2
  65. scan elemnts: startp:122 endp:115
  66. Tuning SampleClock. mix set phase:[02/07] ele:[10/18]
  67. MMC/SD Card:
  68. MID: 0x45
  69. Read Block: 512 Bytes
  70. Write Block: 512 Bytes
  71. Chip Size: 7636800K Bytes (High Capacity)
  72. Name: "DG4008"
  73. Chip Type: MMC
  74. Version: 5.1
  75. Speed: 100000000Hz
  76. Mode: HS400
  77. Voltage: 1.8V
  78. Bus Width: 8bit
  79. Boot Addr: 0 Bytes
  80. Using default environment
  81.  
  82. Net: eth0 phymdio(31) invalid, use default:0
  83. up, down, gmac0
  84.  
  85. Boot Env on eMMC
  86. Env Offset: 0x00200000
  87. Env Size: 0x00010000
  88. Env Range: 0x00010000
  89. start download process.
  90. Boot started successfully!
  91.  
  92. Send command: mmc write 0x0 0x1000000 0x0 0x1000
  93.  
  94. MMC write: dev # 0, block # 0, count 4096 ... 4096 blocks written: OK
  95.  
  96. 36893976 Bytes/s
  97. [EOT](OK)
  98. Fastboot burnt successfully!
  99.  
  100. Send command: setenv serverip 192.168.1.100
  101. [EOT](OK)
  102.  
  103. Send command: setenv ethaddr 00:43:55:96:5f:0a
  104. [EOT](OK)
  105.  
  106. Send command: setenv ipaddr 192.168.1.0
  107. [EOT](OK)
  108.  
  109. Send command: setenv netmask 255.255.255.0
  110. [EOT](OK)
  111.  
  112. Send command: setenv gatewayip 192.168.1.1
  113. [EOT](OK)
  114.  
  115. Send command: getinfo ddrfree
  116. DDR free region baseaddr:0x1000000 size:0x7F000000
  117. [EOT](OK)
  118. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\hi3798mv200-20220403>
  119.  
  120. Send command: mw.b 0x1000000 0xFF 0x10000
  121. [EOT](OK)
  122.  
  123. Send command: tftp 0x1000000 bootargs6.bin
  124. Eth up port phy at 0x02 is connect
  125. Hisilicon ETH net controler
  126. MAC: 00-43-55-96-5F-0A
  127. UP_PORT : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
  128. Using up device
  129. TFTP from server 192.168.1.100; our IP address is 192.168.1.0
  130. Download Filename 'bootargs6.bin'.
  131. Download to address: 0x1000000
  132. Downloading: *# [ Connected ]
  133.  
  134. done
  135. Bytes transferred = 65536 (10000 hex)
  136. [EOT](OK)
  137.  
  138. Send command: crc32 1000000 10000
  139. CRC32 for 01000000 ... 0100ffff ==> f82fd728
  140. [EOT](OK)
  141.  
  142. Send command: mmc write 0x0 0x1000000 0x1000 0x80
  143.  
  144. MMC write: dev # 0, block # 4096, count 128 ... 128 blocks written: OK
  145.  
  146. 17504273 Bytes/s
  147. [EOT](OK)
  148. Partition bootargs burned successfully!
  149. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\hi3798mv200-20220403>
  150.  
  151. Send command: mw.b 0x1000000 0xFF 0x992a00
  152. [EOT](OK)
  153.  
  154. Send command: tftp 0x1000000 hi_kernel-mv200.bin
  155. Eth up port phy at 0x02 is connect
  156. Hisilicon ETH net controler
  157. MAC: 00-43-55-96-5F-0A
  158. UP_PORT : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
  159. Using up device
  160. TFTP from server 192.168.1.100; our IP address is 192.168.1.0
  161. Download Filename 'hi_kernel-mv200.bin'.
  162. Download to address: 0x1000000
  163. Downloading: *## [ Connected ]
  164. ############################################################### [ 2.888 MB]
  165. ############################################################### [ 5.752 MB]
  166. ################################################################ [ 8.616 MB]
  167. ####################
  168. done
  169. Bytes transferred = 10037443 (9928c3 hex)
  170. [EOT](OK)
  171.  
  172. Send command: crc32 1000000 9928c3
  173. CRC32 for 01000000 ... 019928c2 ==> 1936c1e5
  174. [EOT](OK)
  175.  
  176. Send command: mmc write 0x0 0x1000000 0x1800 0x4c95
  177.  
  178. MMC write: dev # 0, block # 6144, count 19605 ... 19605 blocks written: OK
  179.  
  180. 42825157 Bytes/s
  181. [EOT](OK)
  182. Partition kernel burned successfully!
  183. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\hi3798mv200-20220403>
  184. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\HiTool_5.0.16>
  185.  
  186. Send command: tftp 0x1000000 3rootfs_384M.ext4.gz
  187. Eth up port phy at 0x02 is connect
  188. Hisilicon ETH net controler
  189. MAC: 00-43-55-96-5F-0A
  190. UP_PORT : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
  191. Using up device
  192. TFTP from server 192.168.1.100; our IP address is 192.168.1.0
  193. Download Filename '3rootfs_384M.ext4.gz'.
  194. Download to address: 0x1000000
  195. Downloading: *## [ Connected ]
  196. ################################################################ [ 2.888 MB]
  197. ################################################################ [ 5.752 MB]
  198. ################################################################ [ 8.616 MB]
  199. ################################################################ [11.480 MB]
  200. ############################################################## [14.344 MB]
  201. ################################################################ [17.208 MB]
  202. ############################################################### [20.072 MB]
  203. ################################################################ [22.960 MB]
  204. ################################################################ [25.824 MB]
  205. ################################################################ [28.688 MB]
  206. ############################################################### [31.552 MB]
  207. ################################################################ [34.416 MB]
  208. ########################
  209. done
  210. Bytes transferred = 37241310 (23841de hex)
  211. [EOT](OK)
  212.  
  213. Send command: crc32 1000000 23841de
  214. CRC32 for 01000000 ... 033841dd ==> 8eb0f358
  215. [EOT](OK)
  216.  
  217. Send command: unzip 0x1000000 0x40000000
  218. Uncompressed size: 98026584 = 0x5D7C458
  219. [EOT](OK)
  220. Send command: mmc write.ext4sp 0x0 0x40000000 0xb800 0xc0000
  221.  
  222.  
  223. MMC write ext4 sparse: dev # 0, block # 47104, count 786432 ...
  224.  
  225. Writing at 47120 blk# -- 0% complete.
  226. Writing at 80304 blk# -- 2% complete.
  227. Writing at 96832 blk# -- 3% complete.
  228. Writing at 110592 blk# -- 4% complete.
  229. Writing at 128752 blk# -- 5% complete.
  230. Writing at 141504 blk# -- 6% complete.
  231. Writing at 158304 blk# -- 7% complete.
  232. Writing at 175216 blk# -- 8% complete.
  233. Writing at 188960 blk# -- 9% complete.
  234. Writing at 204448 blk# -- 10% complete.
  235. Writing at 220208 blk# -- 11% complete.
  236. Writing at 245696 blk# -- 12% complete.
  237. Writing at 256608 blk# -- 13% complete.
  238. Writing at 267568 blk# -- 14% complete.
  239. Writing at 289424 blk# -- 15% complete.
  240. Writing at 300368 blk# -- 16% complete.
  241. Writing at 324688 blk# -- 17% complete.
  242. Writing at 332960 blk# -- 18% complete.
  243. Writing at 348400 blk# -- 19% complete.
  244. Writing at 361952 blk# -- 20% complete.
  245. Writing at 380576 blk# -- 21% complete.
  246. Writing at 394176 blk# -- 22% complete.
  247. Writing at 408880 blk# -- 23% complete.
  248. Writing at 424592 blk# -- 24% complete.
  249. Writing at 571392 blk# -- 33% complete.
  250. Writing at 1095680 blk# -- 66% complete.
  251. Writing at 1619968 blk# -- 100% complete.
  252. sparse: 93 MB / 384 MB.
  253. [EOT](OK)
  254. Partition rootfs burned successfully!
  255. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\hi3798mv200-20220403>
  256. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\HiTool_5.0.16>
  257.  
  258. Send command: tftp 0x1000000 4Ubuntu-20.04.4-armhf-hi3798mv200-20220403-2bf50.img.gz
  259. Eth up port phy at 0x02 is connect
  260. Hisilicon ETH net controler
  261. MAC: 00-43-55-96-5F-0A
  262. UP_PORT : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
  263. Using up device
  264. TFTP from server 192.168.1.100; our IP address is 192.168.1.0
  265. Download Filename '4Ubuntu-20.04.4-armhf-hi3798mv200-20220403-2bf50.img.gz'.
  266. Download to address: 0x1000000
  267. Downloading: *## [ Connected ]
  268. ########################################################## [ 2.888 MB]
  269. ################################################################ [ 5.752 MB]
  270. ############################################################### [ 8.616 MB]
  271. ################################################################ [11.480 MB]
  272. ############################################################### [14.344 MB]
  273. ############################################################## [17.208 MB]
  274. ################################################################ [20.072 MB]
  275. ################################################################ [22.960 MB]
  276. ################################################################ [25.824 MB]
  277. ############################################################### [28.688 MB]
  278. ############################################################## [31.552 MB]
  279. ################################################################ [34.416 MB]
  280. ############################################################### [37.280 MB]
  281. ############################################################### [40.144 MB]
  282. ################################################################ [43.008 MB]
  283. ################################################################ [45.896 MB]
  284. ################################################################ [48.760 MB]
  285. ################################################################ [51.624 MB]
  286. ################################################################ [54.488 MB]
  287. ################################################################ [57.352 MB]
  288. ################################################################ [60.216 MB]
  289. ################################################################ [63.080 MB]
  290. ################################################################ [65.968 MB]
  291. ################################################################ [68.832 MB]
  292. ################################################################ [71.696 MB]
  293. ################################################################ [74.560 MB]
  294. ################################################################ [77.424 MB]
  295. ############################################################# [80.288 MB]
  296. ################################################################ [83.152 MB]
  297. ################################################################ [86.016 MB]
  298. ################################################################ [88.904 MB]
  299. ################################################################ [91.768 MB] [BlockCounter Reset]
  300. ################################################################ [94.632 MB]
  301. ############################################################### [97.496 MB]
  302. ############################################################# [100.360 MB]
  303. ############################################################## [103.224 MB]
  304. ################################################################ [106.088 MB]
  305. ############################################################### [108.976 MB]
  306. ################################################################ [111.840 MB]
  307. ################################################################ [114.704 MB]
  308. ################################################################ [117.568 MB]
  309. ############################################################## [120.432 MB]
  310. ############################################################### [123.296 MB]
  311. ############################################################### [126.160 MB]
  312. ################################################################ [129.024 MB]
  313. ################################################################ [131.912 MB]
  314. ############################################################### [134.776 MB]
  315. ############################################################### [137.640 MB]
  316. ################################################################ [140.504 MB]
  317. ################################################################ [143.368 MB]
  318. ################################################################ [146.232 MB]
  319. ############################################################### [149.096 MB]
  320. ##########################################################
  321. done
  322. Bytes transferred = 159068886 (97b32d6 hex)
  323. [EOT](OK)
  324.  
  325. Send command: crc32 1000000 97b32d6
  326. CRC32 for 01000000 ... 0a7b32d5 ==> fbcb3bd7
  327. [EOT](OK)
  328.  
  329. Send command: unzip 0x1000000 0x40000000
  330. Uncompressed size: 707014656 = 0x2A243000
  331. [EOT](OK)
  332.  
  333. Send command: mmc write 0x0 0x40000000 0xcb800 0x151218
  334.  
  335. MMC write: dev # 0, block # 833536, count 1380888 ... 1380888 blocks written: OK
  336.  
  337. 42315665 Bytes/s
  338. [EOT](OK)
  339. Partition backup burned successfully!
  340.  
  341. Send command: mmcinfo
  342. Device: himci v300
  343. Manufacturer ID: 45
  344. OEM: 100
  345. Name: DG400
  346. Tran Speed: 100000000
  347. Rd Block Len: 512
  348. MMC version 5.1
  349. High Capacity: Yes
  350. Capacity: 7820083200
  351. Bus Width: 8-bit
  352. [EOT](OK)
  353. All eMMC remain space6659309568 Bytes allotted to last partition!
  354. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\hi3798mv200-20220403>
  355. Tftp server Download Home switched to <C:\Users\heqiusheng\Downloads\HiTool_5.0.16>
  356.  
  357. Send command: tftp 0x1000000 5Ubuntu-20.04.4-armhf-hi3798mv200-20220403-2bf50.img.gz
  358. Eth up port phy at 0x02 is connect
  359. Hisilicon ETH net controler
  360. MAC: 00-43-55-96-5F-0A
  361. UP_PORT : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
  362. Using up device
  363. TFTP from server 192.168.1.100; our IP address is 192.168.1.0
  364. Download Filename '5Ubuntu-20.04.4-armhf-hi3798mv200-20220403-2bf50.img.gz'.
  365. Download to address: 0x1000000
  366. Downloading: *## [ Connected ]
  367. ################################################################ [ 2.888 MB]
  368. ################################################################ [ 5.752 MB]
  369. ################################################################ [ 8.616 MB]
  370. ################################################################ [11.480 MB]
  371. ################################################################ [14.344 MB]
  372. ################################################################ [17.208 MB]
  373. ################################################################ [20.072 MB]
  374. ################################################################ [22.960 MB]
  375. ################################################################ [25.824 MB]
  376. ################################################################ [28.688 MB]
  377. ################################################################ [31.552 MB]
  378. ################################################################ [34.416 MB]
  379. ################################################################ [37.280 MB]
  380. ################################################################ [40.144 MB]
  381. ################################################################ [43.008 MB]
  382. ################################################################ [45.896 MB]
  383. ################################################################ [48.760 MB]
  384. ################################################################ [51.624 MB]
  385. ############################################################### [54.488 MB]
  386. ################################################################ [57.352 MB]
  387. ################################################################ [60.216 MB]
  388. ################################################################ [63.080 MB]
  389. ################################################################ [65.968 MB]
  390. ################################################################ [68.832 MB]
  391. ############################################################### [71.696 MB]
  392. ################################################################ [74.560 MB]
  393. ################################################################ [77.424 MB]
  394. ################################################################ [80.288 MB]
  395. ############################################################### [83.152 MB]
  396. ############################################################### [86.016 MB]
  397. ################################################################ [88.904 MB]
  398. ################################################################ [91.768 MB] [BlockCounter Reset]
  399. ################################################################ [94.632 MB]
  400. ############################################################### [97.496 MB]
  401. ############################################################### [100.360 MB]
  402. ################################################################ [103.224 MB]
  403. ############################################################### [106.088 MB]
  404. ################################################################ [108.976 MB]
  405. ################################################################ [111.840 MB]
  406. ################################################################ [114.704 MB]
  407. ################################################################ [117.568 MB]
  408. ################################################################ [120.432 MB]
  409. ############################################################### [123.296 MB]
  410. ################################################################ [126.160 MB]
  411. ################################################################ [129.024 MB]
  412. ################################################################ [131.912 MB]
  413. ################################################################ [134.776 MB]
  414. ################################################################ [137.640 MB]
  415. ################################################################ [140.504 MB]
  416. ################################################################ [143.368 MB]
  417. ################################################################ [146.232 MB]
  418. ################################################################ [149.096 MB]
  419. ##########################################################
  420. done
  421. Bytes transferred = 159068886 (97b32d6 hex)
  422. [EOT](OK)
  423.  
  424. Send command: crc32 1000000 97b32d6
  425. CRC32 for 01000000 ... 0a7b32d5 ==> fbcb3bd7
  426. [EOT](OK)
  427.  
  428. Send command: unzip 0x1000000 0x40000000
  429. Uncompressed size: 707014656 = 0x2A243000
  430. [EOT](OK)
  431.  
  432. Send command: mmc write 0x0 0x40000000 0x229800 0x151218
  433.  
  434. MMC write: dev # 0, block # 2267136, count 1380888 ... 1380888 blocks written: OK
  435.  
  436. 42259953 Bytes/s
  437. [EOT](OK)
  438. Partition ubuntu burned successfully!
  439. Partition burnt completed!
  440.  
  441. Send command: reset
  442. reset success!
  443.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement