Author: Ezio Zhang Date: To: yaffs Subject: [Yaffs] how does yaffs work with bad block management?
as subject,in the source code of yaffs i found only the measures that seek
and mark badblock,but there's no measure to check blocks wether is bad or
ok before write or read the flash. if in Linux it's ok,the badblock
management left to MTD,but if i use it without os support it's not
ok.should i do this myself ?