Closed MatthewFehl365 closed 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.
That link fixed the issue. I was using the wrong format method.
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