-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Mounting SPIFFS failed on ESP32-C3 #7582
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
Hello @amibk I think this line Thanks |
Hello @felmue , |
Are you uploading a filesystem? If not, then you need to initialize the fs on first boot ( |
yeah,i did, and SPIFFS.begin in first line, SPIFFS.begin(false, "/spiffs", 5, NULL); that first line |
Does the SPIFFS example work? |
Oh heck.. this demo is working, i create new project in PlatformIO IDE,no partition,no upload filesystem image , but it's working , dont why... |
SPIFFS is OK, the problem has been solved, and the problem is platformio.ini file configure error,sorry |
Hi @meibao-real. You said the problem was solved but you did not show how you did it. Can you, please help me? I'm having the same issue. |
Board
ESP32-C3FN4
Device Description
Nothing Attached
Hardware Configuration
no
Version
latest master (checkout manually)
IDE Name
PlatformIO
Operating System
Windows 10
Flash frequency
40Mhz
PSRAM enabled
no
Upload speed
115200
Description
Hello,Attempts to mount a LittleFS filesystem fails on ESP32-C3...
and ,, I noticed that there was a similar problem #6579 but when I set it to the QIO mode, it still did not work
and the platformio.ini content is:
use partition.csv content is:
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: