You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
9 lines
382 B
Bash
Executable File
9 lines
382 B
Bash
Executable File
pkill -f "python.*mpremote"
|
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp boot.py :/boot.py
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp main.py :/main.py
|
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r apps :/
|
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py reset
|