You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Actually boot.py, not code.pyimportstoragestorage.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.
The text was updated successfully, but these errors were encountered:
RetiredWizard
changed the title
Starting with PR10122 build, S3 boards can't storage.remount False in boot.py
Starting with PR10122 build, boards can't storage.remount False in boot.py
Mar 22, 2025
CircuitPython version and board name
Code/REPL
Behavior
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.
The text was updated successfully, but these errors were encountered: