@@ -11,6 +11,8 @@ if [ -z "$appname" ]; then
1111sleep 2
1212fi
1313
14+ mpremote=~ /MicroPythonOS/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py
15+
1416pushd internal_filesystem/
1517
1618if [! -z " $appname " ]; then
@@ -26,32 +28,32 @@ if [ ! -z "$appname" ]; then
2628exit 1
2729fi
2830fi
29- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py mkdir" /apps"
30- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py mkdir" /builtin"
31- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py mkdir" /builtin/apps"
32- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r" $appdir " :/" $target "
31+ $ mpremote mkdir" /apps"
32+ $ mpremote mkdir" /builtin"
33+ $ mpremote mkdir" /builtin/apps"
34+ $ mpremote fs cp -r" $appdir " :/" $target "
3335echo " start_app(\" /$appdir \" )"
34- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py
36+ $ mpremote
3537popd
3638exit
3739fi
3840
3941
40- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp boot.py :/boot.py
41- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp main.py :/main.py
42+ $ mpremote fs cp boot.py :/boot.py
43+ $ mpremote fs cp main.py :/main.py
4244
43- # ~/sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp main.py :/system/button.py
44- # ~/sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp autorun.py :/autorun.py
45- # ~/sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r system :/
45+ # $ mpremote fs cp main.py :/system/button.py
46+ # $ mpremote fs cp autorun.py :/autorun.py
47+ # $ mpremote fs cp -r system :/
4648
47- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r apps :/
48- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -rbuiltin :/
49- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r lib :/
50- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r resources :/
49+ $ mpremote fs cp -r apps :/
50+ $ mpremote fs cp -rbuiltin :/
51+ $ mpremote fs cp -r lib :/
52+ $ mpremote fs cp -r resources :/
5153
52- # ~/sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r data :/
53- # ~/sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py fs cp -r data/images :/data/
54+ # $ mpremote fs cp -r data :/
55+ # $ mpremote fs cp -r data/images :/data/
5456
5557popd
5658
57- ~ /sources/lvgl_micropython/lib/micropython/tools/ mpremote/mpremote.py reset
59+ $ mpremote reset