Skip to content

MicroPython: Filesystem will not mount #88

Closed
@ghost

Description

rp2040js: 0.14.6
MicroPython: 1.17
OS: Windows 10

Steps to reproduce:

  1. clone rp2040js: git clone https://github.com/wokwi/rp2040js.git
  2. cd rp2040js
  3. npm install
  4. npm run start:micropython
  5. wait for repl: f = open('test.txt', 'w')
  6. prints:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 19] ENODEV

Corresponds to filesystem not mounted: https://forum.micropython.org/viewtopic.php?t=1855#p10444

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions