-
-
Notifications
You must be signed in to change notification settings - Fork 345
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_mount() not compatible with rBoot #1009
Comments
If I use |
rBoot saves the SPIFF file system at a pre-defined location. Which by default is If you use spiff_mount() is does something else - it calculates the first available sector on flash after your ROMs and looks for SpifFS starting from that sector. Which is the way non-rBoot ROMs flashing works. Since rBoot does not follow that logic you cannot expect That can be unified and if desired you should create a new issue and we will tackle the issue in the 3.2.0 release. |
I have changed the title of this issue to better reflect the problem. |
I opened a pull request to solve this issue |
I use SPIFFS in a project but when I enable rBOOT I get
read errno -10011
debug output and SPIFFS is not working. I am using the configuration from Basic_rBoot Makefile-user.mk on a NodeMCU (ESP-12) module.The text was updated successfully, but these errors were encountered: