forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugesp32-s3regressionThings that used to work but don't any longerThings that used to work but don't any longer
Milestone
Description
CircuitPython version
Adafruit CircuitPython 9.0.0-alpha.2-13-gdc5845fa41 on 2023-11-04; Adafruit Camera with ESP32S3Code/REPL
import sdcardio
import board
import storage
sdcard = sdcardio.SDCard(board.SPI(), board.CARD_CS)
vfs = storage.VfsFat(sdcard)
storage.mount(vfs, "/sd")Behavior
Traceback (most recent call last):
File "code.py", line 12, in
OSError: [Errno 19] No such device
Description
the SD card is definitely 'started' - i dont get OSError: no SD card
note same thing occurs when using adaruit_sdcard library sdcard = adafruit_sdcard.SDCard(board.SPI(), digitalio.DigitalInOut(board.CARD_CS))
so its something in storage?
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugesp32-s3regressionThings that used to work but don't any longerThings that used to work but don't any longer