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