Skip to content
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

Open
aErbi opened this issue Jan 20, 2024 · 4 comments
Open

SPIFFS mounting error #5

aErbi opened this issue Jan 20, 2024 · 4 comments

Comments

@aErbi
Copy link

aErbi commented Jan 20, 2024

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

@coppermilk
Copy link
Owner

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.

@aErbi
Copy link
Author

aErbi commented Jan 21, 2024

Hello,
Thank you for the quick reply.
I am a little confused about the position of the reset button. The position you have marked for the reset button differs from the position of the reset button shown on https://github.com/Xinyuan-LilyGO/T-Display-S3.

@coppermilk
Copy link
Owner

coppermilk commented Jan 21, 2024

I mean try function SPIFFS.format();

@DryLungsRecords
Copy link

DryLungsRecords commented Feb 19, 2024

does your pcb look like that (amoled version)?

T-DISPLAY-S3-AMOLED-specifications

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:

_esp32s3_dev_module_adruino_ide_settings

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants