Page 1 of 1

EMMC and littlefs

Posted: Tue Aug 01, 2023 6:19 am
by dmrsim
Hello, I should use eMMC and littlefs.
At the moment I'm using this: https://github.com/joltwallet/esp_littlefs, with a SPI flash, but now I have to use an eMMC.
Is it possible?

Thanks!

Re: EMMC and littlefs

Posted: Tue Aug 01, 2023 7:43 am
by ESP_igrr
It's possible, but you would have to implement a different version of these functions, and call sdmmc_write_sectors / sdmmc_read_sectors instead of using esp_partition API.