Hi all,
We are using a flash card with 32 KB page size and hardware generates ecc for every 512 bytes . There is extra 8 bytes available for storing meta information for the 512 bytes
It is not possible to directly write on to the spare area. As I understand, we can ask yaffs to use in-band tags for every 512 bytes.
Is it required for the driver to implement the write_oob or write_ecc function for mounting yaffs ?.