Advertisement
Guest User

Untitled

a guest
Jun 1st, 2020
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. System startup
  2.  
  3. Uncompress Ok!
  4.  
  5. U-Boot 2016.11 (May 31 2019 - 16:25:41 +0800)hi3516ev200
  6.  
  7. Relocation Offset is: 0375f000
  8. Relocating to 43f5f000, new gd at 43f1eef0, sp at 43f1eed0
  9. SPI Nor: Check Flash Memory Controller v100 ... Found
  10. SPI Nor ID Table Version 1.0
  11. SPI Nor(cs 0) ID: 0x68 0x40 0x17
  12. Block:64KB Chip:8MB Name:"BY25Q64AS"
  13. SPI Nor total size: 8MB
  14. NAND: 0 MiB
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Net: eth0
  19. Hit any key to stop autoboot: 0
  20. hisilicon #
  21. hisilicon #
  22. hisilicon #
  23. hisilicon #
  24. hisilicon #
  25. hisilicon # setenv bootargs mem=38M root=/dev/mtdblock2 init=/bin/sh
  26. hisilicon # printenv
  27. arch=arm
  28. baudrate=115200
  29. board=hi3516ev200
  30. board_name=hi3516ev200
  31. bootargs=mem=38M root=/dev/mtdblock2 init=/bin/sh
  32. bootcmd=sf probe 0;sf read 0x42000000 0x50000 0x1d0000;bootm 0x42000000
  33. bootdelay=0
  34. cpu=armv7
  35. ethact=eth0
  36. ethaddr=72:bd:88:4a:24:05
  37. fileaddr=42000000
  38. filesize=fe000
  39. ipaddr=192.168.1.77
  40. serverip=192.168.1.177
  41. soc=hi3516ev200
  42. stderr=serial
  43. stdin=serial
  44. stdout=serial
  45. vendor=hisilicon
  46. verify=n
  47.  
  48. Environment size: 448/65532 bytes
  49. hisilicon # setenv bootcmd "sf probe 0;sf write 0x42000000 0x50000 0x1d0000;bootm 0x42000000"
  50. hisilicon # printenv
  51. arch=arm
  52. baudrate=115200
  53. board=hi3516ev200
  54. board_name=hi3516ev200
  55. bootargs=mem=38M root=/dev/mtdblock2 init=/bin/sh
  56. bootcmd=sf probe 0;sf write 0x42000000 0x50000 0x1d0000;bootm 0x42000000
  57. bootdelay=0
  58. cpu=armv7
  59. ethact=eth0
  60. ethaddr=72:bd:88:4a:24:05
  61. fileaddr=42000000
  62. filesize=fe000
  63. ipaddr=192.168.1.77
  64. serverip=192.168.1.177
  65. soc=hi3516ev200
  66. stderr=serial
  67. stdin=serial
  68. stdout=serial
  69. vendor=hisilicon
  70. verify=n
  71.  
  72. Environment size: 449/65532 bytes
  73. hisilicon # boot
  74. device 0 offset 0x50000, size 0x1d0000
  75. Writing at 0x220000 -- 100% complete.
  76. SF: 1900544 bytes @ 0x50000 Written: OK
  77. Wrong Image Format for bootm command
  78. ERROR: can't get kernel image!
  79. hisilicon # setenv bootargs mem=38M console=ttyAMA0,115200 root=/dev/mtdblock2 init=/bin/sh mtdparts=hi_sfc:320K(boot),1856K(kernel),1024K(rootfs),384K(config),4608K(data)
  80. hisilicon # boot
  81. device 0 offset 0x50000, size 0x1d0000
  82. Writing at 0x220000 -- 100% complete.
  83. SF: 1900544 bytes @ 0x50000 Written: OK
  84. Wrong Image Format for bootm command
  85. ERROR: can't get kernel image!
  86. hisilicon #
  87.  
  88.  
  89. System startup
  90.  
  91. Uncompress Ok!
  92.  
  93. U-Boot 2016.11 (May 31 2019 - 16:25:41 +0800)hi3516ev200
  94.  
  95. Relocation Offset is: 0375f000
  96. Relocating to 43f5f000, new gd at 43f1eef0, sp at 43f1eed0
  97. SPI Nor: Check Flash Memory Controller v100 ... Found
  98. SPI Nor ID Table Version 1.0
  99. SPI Nor(cs 0) ID: 0x68 0x40 0x17
  100. Block:64KB Chip:8MB Name:"BY25Q64AS"
  101. SPI Nor total size: 8MB
  102. NAND: 0 MiB
  103. In: serial
  104. Out: serial
  105. Err: serial
  106. Net: eth0
  107. Hit any key to stop autoboot: 0
  108. device 0 offset 0x50000, size 0x1d0000
  109.  
  110. SF: 1900544 bytes @ 0x50000 Read: OK
  111. ## Booting kernel from Legacy Image at 42000000 ...
  112. Bad Header Checksum
  113. ERROR: can't get kernel image!
  114. hisilicon #
  115.  
  116.  
  117. System startup
  118.  
  119. Uncompress Ok!
  120.  
  121. U-Boot 2016.11 (May 31 2019 - 16:25:41 +0800)hi3516ev200
  122.  
  123. Relocation Offset is: 0375f000
  124. Relocating to 43f5f000, new gd at 43f1eef0, sp at 43f1eed0
  125. SPI Nor: Check Flash Memory Controller v100 ... Found
  126. SPI Nor ID Table Version 1.0
  127. SPI Nor(cs 0) ID: 0x68 0x40 0x17
  128. Block:64KB Chip:8MB Name:"BY25Q64AS"
  129. SPI Nor total size: 8MB
  130. NAND: 0 MiB
  131. In: serial
  132. Out: serial
  133. Err: serial
  134. Net: eth0
  135. Hit any key to stop autoboot: 0
  136. device 0 offset 0x50000, size 0x1d0000
  137.  
  138. SF: 1900544 bytes @ 0x50000 Read: OK
  139. ## Booting kernel from Legacy Image at 42000000 ...
  140. Bad Header Checksum
  141. ERROR: can't get kernel image!
  142. hisilicon # printenv
  143. arch=arm
  144. baudrate=115200
  145. board=hi3516ev200
  146. board_name=hi3516ev200
  147. bootargs=mem=38M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=squashfs mtdparts=hi_sfc:320K(boot),1856K(kernel),1024K(rootfs),384K(config),4608K(data)
  148. bootcmd=sf probe 0;sf read 0x42000000 0x50000 0x1d0000;bootm 0x42000000
  149. bootdelay=0
  150. cpu=armv7
  151. ethact=eth0
  152. ethaddr=72:bd:88:4a:24:05
  153. fileaddr=42000000
  154. filesize=fe000
  155. ipaddr=192.168.1.77
  156. serverip=192.168.1.177
  157. soc=hi3516ev200
  158. stderr=serial
  159. stdin=serial
  160. stdout=serial
  161. vendor=hisilicon
  162. verify=n
  163.  
  164. Environment size: 558/65532 bytes
  165. hisilicon # boot
  166. device 0 offset 0x50000, size 0x1d0000
  167.  
  168. SF: 1900544 bytes @ 0x50000 Read: OK
  169. ## Booting kernel from Legacy Image at 42000000 ...
  170. Bad Header Checksum
  171. ERROR: can't get kernel image!
  172. hisilicon #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement