2025-04-22 13:34:38 +02:00
|
|
|
pkill -f "python.*mpremote"
|
|
|
|
|
|
2025-04-25 15:08:49 +02:00
|
|
|
pushd internal_filesystem/
|
|
|
|
|
|
2025-04-21 11:37:30 +02:00
|
|
|
~/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
|
2025-04-24 14:01:30 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp autostart.py :/autostart.py
|
2025-04-22 11:54:36 +02:00
|
|
|
|
2025-04-22 11:33:12 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r apps :/
|
2025-04-23 16:28:23 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r lib :/
|
2025-04-23 14:50:02 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r resources :/
|
2025-04-27 22:11:57 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r data :/
|
2025-04-21 11:37:30 +02:00
|
|
|
|
2025-04-25 15:08:49 +02:00
|
|
|
popd
|
|
|
|
|
|
2025-04-21 11:37:30 +02:00
|
|
|
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py reset
|