I know this had been brought up in a few different threads, but I wanted to ask about it again since I have not seen this addressed by TI.
I am trying to simply update my kernel image (not from u-boot, which works fine) using the following commands:
flash_eraseall /dev/mtd2
nandwrite -p /dev/mtd2 uImage
When I reboot, u-boot reports a "** Read error" when trying to read the image from flash into RAM. So just for fun, I tried it with the following command (-n option to write without ecc):
nandwrite -n -p /dev/mtd2 uImage
This time when I reboot, the checksum passes and appears to boot and function no problem. I am using the nand tools from mtd-utils-v1.1.tar.gz from PSP_02_10_00_14.
BTW, my flash is a Micron 256MB. I've also tried this on the DM36 EVM with the 2G flash and I see the same behavoir.
Can someone confirm there or is not any known issue using these tools on a dm365 platform?
What are the dangers of doing this with the "-n" option?
Thanks,
-Craig
 
				 
		 
					 
                          