-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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
Labels
No labels