Hello,
I am using Micron Nand MT29F1G08ABC , on u-boot OMAP-L138, and I write in the following sequence:
1. erase block
2, read complete page, change the first byte and then write back the complete page (2048 bytes)
3, read complete page, change the next byte and then write back the complete page (2048 bytes)
4. back to step 3. until I write the complete page
I see that after about 1280 bytes, byte 0x570 is 0xbf instead of 0xff.
Is there a problem in the way I use the Nand ?
Is it that I write too many times into page after only one erase ?
I thank you for any idea or guidance,
Ran