Closed
Description
CircuitPython version and board name
Adafruit CircuitPython 9.2.4-310-gca0eec3f1a on 2025-03-11; Adafruit Feather ESP32-S3 Reverse TFT with ESP32S3
Code/REPL
# Actually boot.py, not code.py
import storage
storage.remount("/",False)
Behavior
Adafruit CircuitPython 9.2.4-310-gca0eec3f1a on 2025-03-11; Adafruit Feather ESP32-S3 Reverse TFT with ESP32S3
Board ID:adafruit_feather_esp32s3_reverse_tft
UID:0740D1DC2800
boot.py output:
Traceback (most recent call last):
File "boot.py", line 2, in <module>
RuntimeError: Cannot remount '/' when visible via USB.
Description
File system access can't be configured for microcontroller access starting with the adafruit-circuitpython-adafruit_feather_esp32s3_reverse_tft-en_US-20250311-main-PR10122-ca0eec3.uf2
build.
Additional information
I first noticed this on the Waveshare ESP32S3 Geek board and then tested the reverse TFT to make sure it wasn't a problem with the device.