schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
1.08k stars 284 forks source link

SPIFFs with SDFat impossible #271

Closed nodoubtman closed 2 years ago

nodoubtman commented 2 years ago

Hello... I would like to use spiffs with SDFat System, but i cannot... is it possible to do a work around?

Thanks. Marc.

schreibfaul1 commented 2 years ago

That does not work. SDFat comes with its own file system. This is not compatible with that of Espressif. SPIFFS, SD, SD_MMC are therefore not possible.

nodoubtman commented 2 years ago

That does not work. SDFat comes with its own file system. This is not compatible with that of Espressif. SPIFFS, SD, SD_MMC are therefore not possible.

Thanks. Can i get another sd card which is not sdhc that can work ? Thanks. Marc.

schreibfaul1 commented 2 years ago

I don't quite know what the question means. Regarding SDFat I have no idea. A second instance can be created with the ESP32 libraries (SD1, SD2, ...) I think this must be enabled in the sdkconfig, the default is one instance.

nodoubtman commented 2 years ago

ok