-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32-S2 - SPIFFS: mount failed, -10025 #6039
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
Comments
The workaround I found is this:
Then, SPIFFS works correctly. Maybe its a problem related to upload tools on PlatformIO? |
Try renaming "storage" to "spiffs" in your partition csv file. |
Even after renaming to |
It is probably a issue writing the needed correct boot loader. Solved in latest development platform for esp32.
|
This indeed solved the problem. |
@GiovanniCmpaner No, since it is fixed in actual master / development branch. |
|
try formatting the system files on the first run. More info here: https://www.tutorialspoint.com/esp32_for_iot/esp32_for_iot_spiffs_storage.htm |
Board
ESP32-S2
Device Description
Genuine ESP32-S2-Saola-1M
Hardware Configuration
No connections
Version
v2.0.1
IDE Name
PlatformIO
Operating System
Windows 11
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
921600
Description
Getting errors when trying to use SPIFFS with ESP32-S2.
platformio.ini
file:partition_custom.csv
file:Related issues:
#638
platformio/platform-espressif32#619
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: