nicenguy
Global Moderator
Newbie
   
Karma: 0
Posts: 4
|
 |
« Reply #1 on: April 30, 2009, 04:54:35 PM » |
|
Try these commands at the uBoot prompt; it skips bad blocks if encounters any.
>>setenv bootargs 'console=ttyS0,115200 mtdparts=nand_flash:0x400000@0x100000(uImage)ro,0x1fC00000@0x500000(rootfs) root=/dev/mtdblock2' >>setenv bootcmd 'nand read.e 0x800000 0x100000 0x400000; bootm 0x800000' >> saveenv >> reset
|