This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why is not written into the nand flash?

 the command  inside the uboot:

tftp 0xc0700000 file.yaffs

nand erase 0x10000000   //

nand write.yaffs 0xc0700000 0x10000000 0xSize(file.txt) //this address have data and correct.

nand write.yaffs 0xc0700000 0x20000000 0xSize(file.txt) //this address donnot have data.

This is why, Is it also needs to pass tftp?

 

Thanks!

qiu li