-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ESP32 : spiffs image creation #3571
Comments
after reading 6429 and 9984 i thought of playing with the options a bit. and there is partial progress using image produced by mkspiffs but not by spiffsgen.py. how much are we deviating in dev-esp32 branch from master in esp-idf? default sdkconfig is containing:
if i compile image using i'm able to open a file using
if i use comprehensive
and verifying it by using
is failing as in first comment. |
generating spiffs image for ESP32 in following way:
using default partition table with changed sizes for lfs and spiffs only:
and flashing it together with bootloader and nodemcu.bin:
the device boots but spiffs stats are not working:
boot banner for partition table seems to fit with used addresses :
if i do file.format(), its starts to work.
is that the technique to prepare and flash spiffs for esp32?
The text was updated successfully, but these errors were encountered: