Official Spiffs and mkspiffs
Posted: Thu Oct 12, 2017 8:47 pm
Did somone of you manage to use the mkspiffs tool and the official spiffs implementation together?
I created a folder containing two files on my pc and followed the steps descriped by the documentation for creating and uploading the spiffsimage. ( https://esp-idf.readthedocs.io/en/lates ... piffs.html )
After the upload I can mount the spiff partition and I can access these two files but when I want to read the files I get complete wrong data. The values I get are far away from beeing close to the real values in the original files.
When I create a third file write data to it and save it to the spiffs partition directly from the esp32 everything works fine.
The only problem is when I want to upload a spiff image with files in it using the mkspiffs tool.
Did someone of you accomplish to get it working?
Is that a bug?
I created a folder containing two files on my pc and followed the steps descriped by the documentation for creating and uploading the spiffsimage. ( https://esp-idf.readthedocs.io/en/lates ... piffs.html )
After the upload I can mount the spiff partition and I can access these two files but when I want to read the files I get complete wrong data. The values I get are far away from beeing close to the real values in the original files.
When I create a third file write data to it and save it to the spiffs partition directly from the esp32 everything works fine.
The only problem is when I want to upload a spiff image with files in it using the mkspiffs tool.
Did someone of you accomplish to get it working?
Is that a bug?