-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Eclipse data folder to spiffs upload. #1063
Comments
Do you mean you want SPIFFS upload function implemented in Eclipse? |
you can create your own make targets for example mkspiffs.
vecho := @echo
Q := @
ARDUINO_BASE = D:/Coding/avr/Programme/arduino-nightly
ESP8266_BASE = $(ARDUINO_BASE)/hardware/esp8266com/esp8266
ESP8266_TOOLS = $(ESP8266_BASE)/tools
mkspiffs:
$(vecho) Staring mkspiffs...
$(ESP8266_TOOLS)/mkspiffs/mkspiffs.exe -c "../data" mkspiffs.bin
@igrr can you check the mkspiff command, i never used it before ;) is the block, size and page needed? @far5893 may your ESP8266_BASE path is in your user arduino dir (when you have installed via json) |
You also need to pass block size, page size, and image size to mkspiffs.
These values must be given to mkspiffs, otherwise created image will not be compatible with SPIFFS configuration in firmware. mkspiffs command line arguments are described here: https://github.com/igrr/mkspiffs#usage Edit: |
Closing per #3655 . |
Under eclipse compiled with (512k/64k) option there is no way to build and flash data directory.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: