SPIFFS not working anymore
Posted: Thu May 18, 2023 9:59 am
Dear All,
I have some ESP32 projects I developed in a past few years that I want to bring up to date. Previously I was using older versions of the espressif32 platform, like this:
Everything used to work fine. When I convert my projects to anything at or above 4.0.0 my projects compile and upload correctly (including the SPIFFS), but when it arrives to initializing the file system, I get the following error:
I can't find anything related on the internet that is relevant, i.e. after version 4.0.0
Any idea what is wrong here?
Thanks in advance for any pointers!
I have some ESP32 projects I developed in a past few years that I want to bring up to date. Previously I was using older versions of the espressif32 platform, like this:
Code: Select all
[env:esp32dev]
platform = espressif32@^3.5.0
Code: Select all
E (1074) SPIFFS: mount failed, -10025
Any idea what is wrong here?
Thanks in advance for any pointers!