Xinyuan-LilyGO / LilyGO-T-SIM7000G

LilyGO T-SIM7000G
https://pt.aliexpress.com/item/4000542688096.html
284 stars 123 forks source link

Unable to mount SD card #216

Closed MatthewFehl365 closed 1 year ago

MatthewFehl365 commented 1 year ago

Hello all,

I'm trying to run some example scripts using the SD card slot but I am unable to mount the card. Has anyone tried this? Does it need to be formatted to certain filesystem type?

Thank you for any help you guys can provide!

Regards,

Matthew Fehl

iliDaedalus commented 1 year ago

A bit old answer but as I read here https://esp32.com/viewtopic.php?t=18437: SD card APIs support the FAT filesystem. SD cards larger than 32GB as per SDXC standard are formated using the exFAT file system and won't work with the ESP-IDF.

MatthewFehl365 commented 1 year ago

That link fixed the issue. I was using the wrong format method.