You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add devbuild to README.md
This commit is contained in:
@@ -71,8 +71,22 @@ Start the build:
|
||||
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh
|
||||
```
|
||||
|
||||
Or if you want to build for development, so without any preinstalled files, do:
|
||||
|
||||
```
|
||||
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh devbuild
|
||||
```
|
||||
|
||||
Now install it with:
|
||||
|
||||
```
|
||||
~/sources/PiggyOS/scripts/flash_over_usb.sh
|
||||
```
|
||||
|
||||
If you made a 'devbuild', then you probably want to install all files and apps manually:
|
||||
|
||||
```
|
||||
~/sources/PiggyOS/scripts/install.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user