igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
186 stars 91 forks source link

SPIFFS_write error(-10001): File system is full #71

Open Flint174 opened 4 years ago

Flint174 commented 4 years ago

Hi, I have a esp32-device with a webpage on it. There is a html script (from the example) for uploading and saving files to flash and it works fine, but it is not very useful for production. I tried to create an spiffs image of web with mkspiffs and it said "SPIFFS_write error(-10001): File system is full". Instead of 0x220000 bytes it requires 0x260000. What might be a problem?..