Skip to content

Can't update filesystem after flashing #53

@thatbudakguy

Description

@thatbudakguy

Kind of an odd problem, but it doesn't happen for me when using core micropython (v1.24.1).

After building with make BOARD=M5STACK_Tough pack_all and flashing to the Tough, check the filesystem:

$ mpremote fs ls
ls :
           0 apps/
        1626 boot.py
           0 libs/
           0 res/

Try copying a file to the board:

$ mpremote cp src/main.py :
cp src/main.py :

Nothing happened:

$ mpremote fs ls
ls :
           0 apps/
        1626 boot.py
           0 libs/
           0 res/

The same thing occurs for rm and other commands: nothing seems to modify the filesystem. When using core micropython, the commands work normally.

Is the filesystem read-only, or something? How do I move files to the board?

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