sharandac / My-TTGO-Watch

A GUI named hedge for smartwatch like devices based on ESP32. Currently support for T-Watch2020 (V1,V2,V3), T-Watch2021, M5Paper, M5Core2 and native Linux support for testing.
GNU General Public License v2.0
537 stars 246 forks source link

SD card not working #378

Closed westhecool closed 2 years ago

westhecool commented 2 years ago

Build tool used:

used Hardware:

Description of problem: SD card will not mount:

20:40:40.298 [E][sd_diskio.cpp:741] sdcard_mount(): f_mount failed 0x(d)
20:40:40.303 [E][sdcard.cpp:95] sdcard_setup(): SD Card Mount Failed

Additional information and things you've tried: Formatting the SD card to FAT32. And it is a 16G seapiy card.

westhecool commented 2 years ago

Apparently the SD card somehow got reformatted. And after reformatting it again to FAT32 it is working now.