Skip to content

ESP32-S2 SD card won't mount? #3396

@emard

Description

@emard

Is SD card supposed to work on ESP32-S2 WROVER?
I pulled latest driver bundle and tried this example to mount
SD card:

https://github.com/emard/esp32ecp5/blob/master/circuitpython/sdmount.py

If SD card is inserted (it has FAT and old ESP32 non-S2 is able to mount),
then ESP32-S2 prints

Traceback (most recent call last):
File "", line 1, in
File "sdmount.py", line 31, in
File "adafruit_sdcard.py", line 116, in init
File "adafruit_sdcard.py", line 177, in _init_card
File "adafruit_sdcard.py", line 155, in _init_card
OSError: couldn't determine SD card version

if SD card is not inserted then:
Traceback (most recent call last):
File "", line 1, in
File "sdmount.py", line 31, in
File "adafruit_sdcard.py", line 116, in init
File "adafruit_sdcard.py", line 177, in _init_card
File "adafruit_sdcard.py", line 145, in _init_card
OSError: no SD card

Metadata

Metadata

Assignees

Labels

bugbusioespressifapplies to multiple Espressif chips

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions