kempniu / yafut

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

Support disabling ECC for tags #15

Closed kempniu closed 1 year ago

kempniu commented 1 year ago

Some Yaffs2 file systems do not use ECC for tags. Yafut needs to handle such file systems.

Add a new command-line option, -E, which allows use of ECC for tags to be disabled. Ensure the logic used for autodetecting use of inband tags also accounts for the value of this new option.

Update README.md to explain in what scenario the new option may be useful.