ECC in Nand_write_page
Ken Offer
koffer at arlut.utexas.edu
Thu Jul 11 09:25:17 EDT 2002
On Thursday, July 11, 2002, at 05:19 AM, Steve Tsai wrote:
> The board I used will display the message, "nand_write_ecc: Failed ECC
> write", so I try to trace the function nand_write_ecc, I found it can
> not write the ECC code into OOB sometime because the ECC in OOB are not
> set as 0xff. There are two conditions to cause the problem, one
> condition is the erase does not success, another condition is that the
> page was written before. Nand_write_page could write partial page to
> the flash. Does it cause the ECC in OOB was written and ECC can not be
> written next time. For example, nand_write_page write 100 byte
> the first
> time and if it want to write 412 bytes to the same page next time, it
> will fail. Does anyone have this problem?
I have read that some NAND memory devices can read partial pages
but must write full pages. Could this be your problem? In such
cases you might have to read the page, make a write to part of
the page and then write out the modified full page.
+-----------------------------------------------------------+
| Ken Offer koffer at arlut.utexas.edu ARL:UT |
| Office: 512-835-3859 Fax: 512-835-3259 |
+-----------------------------------------------------------+
More information about the linux-mtd
mailing list