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.

AM3517: Read error bad block table

Guru 10255 points

Other Parts Discussed in Thread: AM3517


Regarding NAND Flash driver in PSP 04.02.00.07 for AM3517,it supports to read the bad block table on a EVM,
however it can not read the bad block table properly when it reads some NAND bad block tables on several boards.

After modified the file; linux-2.6.37-psp04.02.00.07\drivers\mtd\nand\omap2.c as below,
the read error can be fixed.

==============================================
Comment out the line in omap2.c;
// info->nand.options | = NAND_SKIP_BBTSCAN;
==============================================

[Question]
1. Is this modification for the read error in all reason?
2. If it is "yes" to the above answer, is there plan to update the file; omap2.c in next PSP?

Regards,
Kanae