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.

Nand Flash Ecc issue with U Boot 1.3.3

Other Parts Discussed in Thread: OMAP3530

Hi All....

I am writing an application on a Prototype OMAP3530 Processor Board which supports Micron Nand flash. I need to program the X-Loader from an Application and then Boot the System using the Updated X Loader. However the U Boot 1.3.3 does not support the "nandecc hw" command from the console, hence X Loader thye system does not boot after flashing since the x loader is flashed using the sw ecc.

The recovery u boot image for Beagle Board (U-Boot 2009.01-dirty (Feb 19 2009 - 12:23:21) supports the nandecc hw command in the console, but i did not find the source code for this u boot version. Any ideas where i can get the source code for this u boot???

i tried modifying the nand flash driver (drivers\mtd\nand\nand_base.c), nand_write_page function by selectingh the Hardware ecc. But the system hangs in the switch statement after entering the default case code.

Kindly provide some thoughts or pointers....

Thanks in advance,

Best regards,

Abel.