You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently if the Offset is left blank in partitions.csv, Platformio does not calculate corectly the offset making the ESP32 spiffs not possible to mount.
Apparently if the
Offset
is left blank inpartitions.csv
, Platformio does not calculate corectly the offset making the ESP32spiffs
not possible to mount.My
platformio.ini
partitions.csv
Platformio decides to write to
However,
So, if I explicitly specify the offset, i.e.,:
Then the
spifss
mounts successfuly. See more details on this topic at this link:https://community.platformio.org/t/esp32-esp-idf-cannot-increase-spifss-and-app-memory/35496/7
Edit: I am not sure if there is an issue also for other offset calculations. Maybe is good to double check. Thanks for your efforts!
The text was updated successfully, but these errors were encountered: