-
Notifications
You must be signed in to change notification settings - Fork 3
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
SPIFFS mounting error #5
Comments
Maybe trash will be written to SPIFFS before; first, you need to format the memory. Try a factory reset by keeping the reset button pressed for more than 30 seconds. |
Hello, |
I mean try function SPIFFS.format(); |
does your pcb look like that (amoled version)? mine did and i had the same error when using the preselected "lilygo t-display s3" in adruino as that just doesnt have spiffs template selectable for partition scheme, here are the boardname&settings i used that worked for that pcb, make sure its 1:1 like that, only works with dio and those settings for me: need to burn bootloader once then just "upload" (not via programmer), sometimes need to upload 2-3x if it gives error msg, no idea why but always works in the end over here be sure to exchange TFT_eSPI manually like dscribed otherwise you wont get any picture, the other things you can just grab the exact version needed via adruino library manager (check comments in code for version numbers) took me a few hours of trial and error, hope it can be of help to others too! |
Hi,
I encounter the following error message after flashing the sketch file:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037b27a
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x508
load:0x403c9700,len:0x4
load:0x403c9704,len:0xad0
load:0x403cc700,len:0x29d8
entry 0x403c9880
APP START
E (363) SPIFFS: spiffs partition could not be found
An error occurred while mounting SPIFFS
And the screen is not showing anything.
Can someone help me?
Greetings,
Erbi
The text was updated successfully, but these errors were encountered: