Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. # usbboot -c "nerase 0 4096 0 0"
  2. usbboot - Ingenic XBurst USB Boot Utility
  3. (c) 2009 Ingenic Semiconductor Inc., Qi Hardware Inc., Xiangfu Liu, Marek Lindner
  4. This program is Free Software and comes with ABSOLUTELY NO WARRANTY.
  5.  
  6. Now checking whether all configure args valid: YES
  7. Current device setup information:
  8. Crystal work at 12MHz, the CCLK up to 252MHz and PMH_CLK up to 84MHz
  9. SDRAM Total size is 32 MB, work in 4 bank and 16 bit mode
  10. Nand page per block 128, Nand page size 4096, ECC offset in OOB 12, bad block offset in OOB 0, bad block page 127, use 1 plane mode
  11. Execute command: nerase 0 4096 0 0
  12. CPU data: Boot4740
  13. Erasing No.0 device No.0 flash (start_blk 0 blk_num 4096)......
  14. Finish! Return: 80 00 08 00 00 00 00 00 (position 4097)
  15. Force erase, no bad block infomation!
  16.  
  17. # usbboot -c "nprog 0 openwrt-xburst-qi_lb60-u-boot.bin 0 0 -n"
  18. usbboot - Ingenic XBurst USB Boot Utility
  19. (c) 2009 Ingenic Semiconductor Inc., Qi Hardware Inc., Xiangfu Liu, Marek Lindner
  20. This program is Free Software and comes with ABSOLUTELY NO WARRANTY.
  21.  
  22. Now checking whether all configure args valid: YES
  23. Current device setup information:
  24. Crystal work at 12MHz, the CCLK up to 252MHz and PMH_CLK up to 84MHz
  25. SDRAM Total size is 32 MB, work in 4 bank and 16 bit mode
  26. Nand page per block 128, Nand page size 4096, ECC offset in OOB 12, bad block offset in OOB 0, bad block page 127, use 1 plane mode
  27. Execute command: nprog 0 openwrt-xburst-qi_lb60-u-boot.bin 0 0 -n
  28. Programing No.0 device, flen 452136, start page 0...
  29. CPU data: Boot4740
  30. Erasing No.0 device No.0 flash (start_blk 0 blk_num 1)......
  31. Finish! Return: 80 00 00 00 00 00 00 00 (position 1)
  32. Force erase, no bad block infomation!
  33. Size to send 452136, transfer_size 524288
  34. Image type : without oob
  35. It will cause 1 times buffer transfer.
  36. Writing NAND page 0 len 454656...
  37. CPU data: Boot4740
  38. Finish! (len 454656 start_page 0 page_num 111)
  39. Checking 454656 bytes... Comparing 454656 bytes - FAIL at off 2048, wrote 0x0, read 0xff
  40. off 2040 write: 00 00 45 a0 ff 00 c6 30 00 00 43 a0 ff 00 e7 30
  41. off 2040 read: 00 00 45 a0 ff 00 c6 30 ff ff 00 00 00 ff e8 ae
  42. End at Page: 111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement