Skip to content

Use serial only instead of USB MSC for CIRCUITPY access #399

Description

@makermelissa

I would make the workflow much easier if we could only rely on the serial connection. This would make it so much easier to rename folders and use features like that. The main issue (and the reason it is the way it is now) is that I believe the file system is not writeable when the CIRCUITPY drive is present to avoid writing conflicts. We may be able to get around this by asking the user to eject the drive, and then writing

import storage
storage.disable_usb_drive()

to boot.py and and resetting. It could programmatically be removed from boot.py to re-enable the CIRCUITPY drive. Perhaps there is a way to just programmatically eject it, though I'm not seeing a way currently.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    USB WorkflowenhancementNew feature or requestin betaFeature or bug fix is available on code-beta.circuitpython.org

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions