Hello
 
The version of u-boot that I'm using has the commands:
 
nand erase offset length
nand write address offset length
 
e.g.
nand erase 0x100000 0x300000  - erases a 3MB block of nand starting
at a byte offset of 1MB.
nand write 0x80000000 0x100000 0x180000 - writes a 1.5 MB image
stored in ram at address 0x80000000 to nand offset 1MB.
 
Also try typing saveenv and re-boot.
U-Boot should no longer give the error
*** Warning - bad CRC or NAND, using default environment
indicating that it successfully saved the environment to NAND.
 
Rudy.
 
 
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to