Page 1 of 1

eMMC support

Posted: Wed Nov 21, 2018 7:23 am
by DominikD
Hello,
we are trying to get ESP32 working with eMMC memory on custom board. I used sd_card example to test communication with memory, but it always fails to initialize. I'm using PlatformIO IDE, which currently uses version 3.1.1 of ESP-IDF.
Is eMMC supported in this version, or is version 3.2 going to be the first one to support it ? The example states that eMMC is supported, but I see there are some changes to SD_MMC component in 3.2.

Thanks,
Dominik

Re: eMMC support

Posted: Wed Nov 21, 2018 2:37 pm
by ESP_igrr
eMMC support has been added after 3.1 was released. It will be released in version 3.2.

Re: eMMC support

Posted: Mon Feb 18, 2019 1:41 pm
by tatulea
Hi Dominik,

Have you got it working?
I want to use eMMC in my project as well.