Skip to content

Starting with PR10122 build, boards can't storage.remount False in boot.py #10167

Closed
@RetiredWizard

Description

@RetiredWizard

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions