Skip to content

Commit a7703a8

Browse files
Move to internal_filesystem
1 parent d0044b4 commit a7703a8

File tree

31 files changed

+4
-0
lines changed

31 files changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pkill -f "python.*mpremote"
22

3+
pushd internal_filesystem/
4+
35
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp boot.py :/boot.py
46
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp main.py :/main.py
57
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp autostart.py :/autostart.py
@@ -8,4 +10,6 @@ pkill -f "python.*mpremote"
810
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r lib :/
911
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py fs cp -r resources :/
1012

13+
popd
14+
1115
~/sources/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py reset
File renamed without changes.
File renamed without changes.

apps/com.example.app1/res/mipmap-mdpi/launcher_icon.png renamed to internal_filesystem/apps/com.example.app1/res/mipmap-mdpi/launcher_icon.png

File renamed without changes.
File renamed without changes.
File renamed without changes.

apps/com.example.app2/res/mipmap-mdpi/launcher_icon.png renamed to internal_filesystem/apps/com.example.app2/res/mipmap-mdpi/launcher_icon.png

File renamed without changes.

apps/com.example.camtest/META-INF/MANIFEST.MF renamed to internal_filesystem/apps/com.example.camtest/META-INF/MANIFEST.MF

File renamed without changes.
File renamed without changes.

apps/com.example.cputest/META-INF/MANIFEST.MF renamed to internal_filesystem/apps/com.example.cputest/META-INF/MANIFEST.MF

File renamed without changes.

0 commit comments

Comments
 (0)