Skip to content

Commit 38e9bca

Browse files
Add devbuild to README.md
1 parent 315f91c commit 38e9bca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,22 @@ Start the build:
7171
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh
7272
```
7373

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+
7480
Now install it with:
7581

7682
```
7783
~/sources/PiggyOS/scripts/flash_over_usb.sh
7884
```
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

Comments
 (0)