-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Unable to build SPIFFS for ESP8266 d1_pro_mini #69
Comments
Thanks! Fixed in the development branch |
Wonderful, thank you! I am running the develop version of platformio (PlatformIO, version 3.5.2a1), and tried updating the platform espressif8266 to incorporate this bugfix, but it tells me that the platform is up to date:
How do I force the platform to use develop branch? I'd really like to use this feature ASAP. |
Take a look at the README of this repo |
Thanks, that worked! |
Doesn't seem to be fixed until today. I'm getting the same error in the current stable version... |
What kind of issue is this?
Unable to build SPIFFS for ESP8266 d1_pro_mini
Configuration
Operating system: MacOS High Sierra 10.13.2 (17C88)
PlatformIO Version (
platformio --version
): PlatformIO, version 3.5.0Description of problem
The process of building the SPI FFS fails. The error message is as follows:
Steps to Reproduce
git clone git@bitbucket.org:VonLatvala/esp8266_platformio_spiffs_problem.git
pio run --target buildfs
Actual Results
No FS image was built.
Expected Results
FS image built successfully.
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
I have a blank main.cpp with setup&loop in the git repository. Should not matter.
Additional info
The text was updated successfully, but these errors were encountered: