|
1 | 1 | builddir=../lvgl_micropython/build |
2 | | -outdir=../build_outputs |
| 2 | +outdir=../build_outputs/ |
| 3 | +updatesdir=../updates/ |
3 | 4 |
|
4 | 5 | buildfile="$builddir"/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin |
5 | | - |
6 | | -./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024 |
7 | | -cp"$buildfile""$outdir"/MicroPythonOS_fri3d-2024_dev |
| 6 | +updatefile=../lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/micropython.bin |
8 | 7 |
|
9 | 8 | ./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024 |
10 | 9 | cp"$buildfile""$outdir"/MicroPythonOS_fri3d-2024_prod |
| 10 | +cp"$updatefile""$updatesdir"/MicroPythonOS_fri3d-2024_prod.ota |
11 | 11 |
|
12 | | -./scripts/build_lvgl_micropython.shunix dev |
13 | | -cp"$builddir"/lvgl_micropy_unix"$outdir"/MicroPythonOS_amd64_Linux |
| 12 | +./scripts/build_lvgl_micropython.shesp32 dev fri3d-2024 |
| 13 | +cp"$buildfile""$outdir"/MicroPythonOS_fri3d-2024_dev |
14 | 14 |
|
15 | 15 | ./scripts/build_lvgl_micropython.sh esp32 prod waveshare-esp32-s3-touch-lcd-2 |
16 | 16 | cp"$buildfile""$outdir"/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod |
| 17 | +cp"$updatefile""$updatesdir"/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod.ota |
17 | 18 |
|
18 | 19 | ./scripts/build_lvgl_micropython.sh esp32 dev waveshare-esp32-s3-touch-lcd-2 |
19 | 20 | cp"$buildfile""$outdir"/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_dev |
20 | 21 |
|
| 22 | +./scripts/build_lvgl_micropython.sh unix dev |
| 23 | +cp"$builddir"/lvgl_micropy_unix"$outdir"/MicroPythonOS_amd64_Linux |