-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIFFS_write error(-10001): File system is full. #63
Comments
You might need to specify a few more command line arguments, at the very least the fliesystem size. Default value is 64kB, so probably your data does not fit? Arduino IDE passes a few more arguments, such as page size and block size. You can find them in boards.txt of esp8266/Arduino repository. |
I've done some homework since my post and I got it. I didn't know about the default size but I did get it to work once I set the size. My problem now (I don't think it's the bin file) is I can't seem to figure out how to uploaded the spiffs.bin using OTA. I'm getting : ERROR[10]: Magic byte is wrong, not 0xE9. Thanks for the quick reply! |
Have same error. Sometimes i do have unknown error.
Command line paramters are: whem i'm choosing bigger (512k) flash image sizze instead of 256k at the moment i'm flashing a ftp-server to my esp, format the spiffs, and then i upload the files to my esp. When i'm done, i am flashing my firmware which i am working on. then it is working. In the attachment you'll find a zip with data dir (this files are going to be on the esp) btw: Same result with die Arduino Sketch Data Upload which is using the same tool. I hope insanely that there is a better solution than i am working with. kind regards. |
Compiled sketch from Arduino IDE for ESP-01 (1m) with Generic ESP8266 Module and Flash Size 1M (192K SPIFFS).
mkspiffs -c data/ firmware.bin
result:
SPIFFS_write error(-10001): File system is full
During 1st file. I tried changed to 256K with same error. Works from IDE using ESP8266 Sketch Data Upload plugin.
The text was updated successfully, but these errors were encountered: