
16 Mar
2009
16 Mar
'09
12:44 p.m.
Pillai, Manikandan said the following on 03/16/2009 01:41 PM:
The cleanmarkers are being written in location 0x0 and 0x1 of the OOB space And they are the problem since when u-boot comes up it does a scan and decided That since these OOB locations do not contain 0xff, the blocks are bad.
offset 0 and 1 in a x16 large page micron device is reserved for badblock marker - u-boot is checking the correct location and if those locations dont have 0xff, it is noted as bad blocks. if cleanmarker is being written there, you'd need to fix the kernel board file etc.. Regards, Nishanth Menon