Skip to content

RPi Pico W, Saving file returns: [Errno 30] Read-only filesystem #7134

@Keyjetter

Description

@Keyjetter

CircuitPython version

Adafruit CircuitPython 8.0.0-beta.3 on 2022-10-22; Raspberry Pi Pico W with rp2040

Code/REPL

text = open("TextFile.txt", "w")
text.write("Test")
text.close()

Behavior

Returns the following error:
Traceback (most recent call last):
File "stdin", line 1, in "module"
OSError: [Errno 30] Read-only filesystem

Description

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions