kempniu / yafut

Yet Another File UTility
GNU General Public License v2.0
4 stars 3 forks source link

Inband tags autodetection #9

Closed kempniu closed 1 year ago

kempniu commented 1 year ago

If the MTD provided has less bytes available in its OOB area than are necessary to store a full Yaffs2 tag structure (including tags ECC data) and Yaffs2 is used, enable inband tags. This makes Yaffs2 code expect tags to be present in the flash data area, alongside the data, rather than in the OOB area.

kempniu commented 1 year ago

It turned out that this PR is not enough to solve #5.

10 supersedes this PR.