coppermilk / wiener_linien_esp32_monitor

A script for using a T-Display S3 ESP32S3 as a departure board.
41 stars 3 forks source link

SPIFFS mounting error #5

Open aErbi opened 5 months ago

aErbi commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

I mean try function SPIFFS.format();

DryLungsRecords commented 4 months ago

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!