We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315f91c commit 38e9bcaCopy full SHA for 38e9bca
README.md
@@ -71,8 +71,22 @@ Start the build:
71
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh
72
```
73
74
+Or if you want to build for development, so without any preinstalled files, do:
75
+
76
+```
77
+~/sources/PiggyOS/scripts/build_lvgl_micropython.sh devbuild
78
79
80
Now install it with:
81
82
83
~/sources/PiggyOS/scripts/flash_over_usb.sh
84
85
86
+If you made a 'devbuild', then you probably want to install all files and apps manually:
87
88
89
+~/sources/PiggyOS/scripts/install.sh
90
91
92
0 commit comments