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.
Hi Krunal,
What processor and what Linux version is this?
Hi,
Meanwhile I found this document that may be useful to you: http://www.google.bg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0CGMQFjAJ&url=http%3A%2F%2Fwww.micron.com%2F~%2Fmedia%2Fdocuments%2Fproducts%2Ftechnical-note%2Fnand-flash%2Ftn2956_ondie_ecc_omap3_linux.pdf&ei=4Nw4VdvoI-efyAPW_YHACQ&usg=AFQjCNEq5FsF8DkUHGh5ya3xLvi3f9u1eQ&bvm=bv.91427555,d.bGQ
Please check section 3 from the document. There is no reconfiguration of NAND ECC mentioned there. The necessary changes listed are:
Step 1: Disable standard hardware and software ECC (this is on the AM35X side, not on NAND side).
Step 2: Modify the OOB layout to accommodate the new ECC map.
Step 3: Poll for status after READ (required after every READ); check for errors beyond the 4 handled by the on-die ECC. When an error is logged, there is some form of data corruption.
Step 4: Verify that NAND Flash timing requirements are met, with sufficient time to complete the required status check.