-
Notifications
You must be signed in to change notification settings - Fork 7.6k
esp32c3 - SPIFFS, FFat, fail to mount after commit 8ee5f0a #6614
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
SPIFFS Example (from git master) Compiled and flashed via Platformio using 2.0.3-rc1
LittleFS example
|
@Jason2866, thanks, I don't know what I'm including or excluding to get these errors with the examples. Is there something else needed after S3 support? Just changing branches from 2.0.2 to the commit with S3 support I can't seem to read/write to the flash/eeprom with 3 devkits and c3 mini. Is a new platform branch needed? I'm going to delete the .platformio folder and try again. |
To use latest .git master use this setup for platformio.
|
Thanks @Jason2866 , just tried that and couldn't find package, so changed to espressif32 @ 4.1.0 That installed but still same error with spiffs. Erased flash again and cleaned. Here's the upload: Do you see anything that stands out?
This is with the upstream branch
Here's the ini. Do you see anything in the build flags that would cause problems?
|
I am using esptool.py v3.3. I have builded a framework for project Tasmota with some (small) changes. You can try with
and remove anything you added!
|
@Jason2866
|
I ran into exactly the same issue on the ESP32-S3-DevKitC-1U-N8R8 board. Switched from the standard After rebuilding and uploading the firmware.bin file, the error went away. I am using PlatformIO with the latest (5.0.0) version Espressif 32 framework. My question then is as follows: |
@lranders The issue is solved here. Platformio is a different project. Platformio crew has not released the Platformio core 2.0.4! Tasmota Platformio release (my part) does differ in some small details. For 99% of users the changes will have no impact. We have choosen some other settings in sdkconfig (for example, Rainmaker is removed completly) to build the needed Arduino libs for Tasmota use. |
@Jason2866 That makes sense. I am still very new to all of this exciting ESP32 stuff, so I am very much poking around and searching for enlightenment. I will search their PR list and open an issue with them as appropriate. Thank you for your time! |
Board
ESP32-C3-DevKitC-02
Device Description
Using ESP32-C3-DevKitC-02
Hardware Configuration
Nothing attached to gpio's
Version
latest development Release Candidate (RC-X)
IDE Name
Arduino & PIO
Operating System
Win 10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
Example Spiffs, ffat & nvs issues with esp32c3 after commit 8ee5f0a. All examples work correctly in 2.0.2 up to commit 8ee5f0a
Sketch
Debug Message
Other Steps to Reproduce
Using ESP32-C3-DevKitC-02 and Lolin C3 mini. Using example code from repository.
I believe the issue is similar to #6572 and #6579
Using latest Arduino IDE, littlefs also fails to mount with rc1, same as #6579
Reverting to any commit prior to 8ee5f0a, all example code involving flash read/write work as expected.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: