andrewfernie / FreeTouchDeckWT32

19 stars 4 forks source link

esp_littlefs: mount failed, (-84) #11

Closed intensecity closed 5 months ago

intensecity commented 5 months ago

Hi Andrew,

I'm having some serious bad luck getting this project to run on my WT32-SC01 (basic). I have compiled it using VSCode 1.88.1 in Windows and uploaded successfully, but when running I'm met with the message "Failed to init LittleFS! Did you upload the data folder?" on the screen. I retried in a fresh Windows OS with just the recommended extensions (I even tried Ubuntu), but am met with the same result.

I've attached the console logs: upload.txt monitor.txt

Any ideas what I can do to resolve this issue?

Thank you!

andrewfernie commented 5 months ago

Have you uploaded the file system - it contains all of the icons and json configuration files. You do this by selecting the "Upload Filesystem Image" item in the PlatformIO Project Tasks in VS Code.

image

intensecity commented 5 months ago

That'll do it!

Sorry, I'm new to PlatformIO. I haven't found any good guides for FreeTouchDeck/WT32 for people who don't already know what they're doing, so this has been a good learning journey.

Appreciate the support!

andrewfernie commented 5 months ago

I am happy to hear that it worked OK.