File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11builddir=../lvgl_micropython/build
2- outdir=../build_outputs
2+ outdir=../build_outputs/
3+ updatesdir=../updates/
34
45buildfile=" $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
87
98./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024
109cp " $buildfile " " $outdir " /MicroPythonOS_fri3d-2024_prod
10+ cp " $updatefile " " $updatesdir " /MicroPythonOS_fri3d-2024_prod.ota
1111
12- ./scripts/build_lvgl_micropython.sh unix dev
13- cp " $builddir " /lvgl_micropy_unix " $outdir " /MicroPythonOS_amd64_Linux
12+ ./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
13+ cp " $buildfile " " $outdir " /MicroPythonOS_fri3d-2024_dev
1414
1515./scripts/build_lvgl_micropython.sh esp32 prod waveshare-esp32-s3-touch-lcd-2
1616cp " $buildfile " " $outdir " /MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod
17+ cp " $updatefile " " $updatesdir " /MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod.ota
1718
1819./scripts/build_lvgl_micropython.sh esp32 dev waveshare-esp32-s3-touch-lcd-2
1920cp " $buildfile " " $outdir " /MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_dev
2021
22+ ./scripts/build_lvgl_micropython.sh unix dev
23+ cp " $builddir " /lvgl_micropy_unix " $outdir " /MicroPythonOS_amd64_Linux
You can’t perform that action at this time.
0 commit comments