igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
193 stars 92 forks source link

mkspiffs partition seems to be ReadOnly when mounted into an ESP #5

Closed martinayotte closed 9 years ago

martinayotte commented 9 years ago

After mounting a partition made with mkspiffs, all files are readable, but opening a new file, either in "a" or "w" mode is failing. Also, trying to open existing one in "a" mode will not fail but the content is never written.

martinayotte commented 9 years ago

Hi again Ivan, I've just re-merged all latest changes for GitHub, it seems the problem is gone ... :-) So, if it is not reproducible any, I'm closing the issue for now ! (I will re-open it if it comes back)