Ebiroll / qemu_esp32

Add tensilica esp32 cpu and a board to qemu and dump the rom to learn more about esp-idf
Apache License 2.0
421 stars 53 forks source link

How to use sd card example #27

Open michalber opened 3 years ago

michalber commented 3 years ago

Hi,

I have followed the instructions in the readme file but can't successfully start 43_sdcard example. It shows me that sd card has not pullup resistors (or is not connected). Is is possible to emulate sd card in Linux?

Thanks

Michael.

Ebiroll commented 3 years ago

Hello, I do not think it is possible unless you add it to the code. Also look here, https://github.com/espressif/esp-idf/blob/master/examples/storage/sd_card/README.md and here for more info on qemu emulation https://github.com/espressif/qemu/issues/5