I couldnt solve this issue with SPIFFS

I have ESP32 Dev Module.
Every time I try to mount the SPIFFS

E (1636) SPIFFS: mount failed, -10025
SPIFFS Mount Failed

I get this error, It's not really the programming mistake, as I tried alot of codes.

Which type of partition did you pick in the IDE and what’s your exact esp32 model?

ESP32 is just a regular 30 pin Dev Module without any S etc in name
I used both default 4MB with SPIFFS and huge app with SPIFFS(which also adds up to 4MB) and they have same issue

What code did you use?

(cf arduino-esp32/libraries/SPIFFS/examples/SPIFFS_Test/SPIFFS_Test.ino at master · espressif/arduino-esp32 · GitHub)

Oh wait. I think issue was that it wasnt formatted. as I changed my ESP32 and forgot to format

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.