diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 875613f..56c42ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,12 +51,13 @@ jobs: . /opt/esp/idf/export.sh cmake -Daction=select_board -P Bootloader.cmake cmake -Daction=build_all_apps -P Bootloader.cmake - mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin - name: Merge binaries into a single image run: | . /opt/esp/idf/export.sh cmake -Daction=merge_binaries -P Bootloader.cmake + mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin + - name: Upload artifact uses: actions/upload-artifact@v4 diff --git a/README.md b/README.md index 253b654..b521bdb 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ [Run on-line in Wokwi Simulator](https://wokwi.com/experimental/viewer?diagram=https://github.com/georgik/esp32-graphical-bootloader/blob/main/diagram.json&firmware=https://github.com/georgik/esp32-graphical-bootloader/releases/download/v0.3/graphical-bootloader-esp32-box-3-uf2.bin) -[![Try it with ESP Launchpad](https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png)](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://raw.githubusercontent.com/georgik/esp32-graphical-bootloader/main/esp-launchpad.toml) - - ## Selected board The project is by default configured for ESP32-S3-BOX-3. In case of different board please run one of following exports and then CMake command: