This commit is contained in:
richonguzman 2024-10-01 13:11:42 -03:00
parent 0ecbf076f8
commit 66579b409a
7 changed files with 7 additions and 4 deletions

View File

@ -24,6 +24,9 @@ jobs:
with: with:
python-version: "3.9" python-version: "3.9"
- name: Install esptool
run: pip install esptool
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio
@ -57,7 +60,7 @@ jobs:
0x8000 installer/firmware/partitions.bin \ 0x8000 installer/firmware/partitions.bin \
0xe000 installer/firmware/boot_app0.bin \ 0xe000 installer/firmware/boot_app0.bin \
0x10000 installer/firmware/firmware.bin \ 0x10000 installer/firmware/firmware.bin \
0x3D0000 installer/firmware/spiffs.bin 0x3F0000 installer/firmware/spiffs.bin
elif [ "${{ matrix.target.chip }}" == "esp32s2" ]; then elif [ "${{ matrix.target.chip }}" == "esp32s2" ]; then
python installer/bin/esptool/esptool.py --chip esp32s2 merge_bin \ python installer/bin/esptool/esptool.py --chip esp32s2 merge_bin \
-o installer/web_factory.bin \ -o installer/web_factory.bin \
@ -68,7 +71,7 @@ jobs:
0x8000 installer/firmware/partitions.bin \ 0x8000 installer/firmware/partitions.bin \
0xe000 installer/firmware/boot_app0.bin \ 0xe000 installer/firmware/boot_app0.bin \
0x10000 installer/firmware/firmware.bin \ 0x10000 installer/firmware/firmware.bin \
0x3D0000 installer/firmware/spiffs.bin 0x3F0000 installer/firmware/spiffs.bin
elif [ "${{ matrix.target.chip }}" == "esp32s3" ]; then elif [ "${{ matrix.target.chip }}" == "esp32s3" ]; then
python installer/bin/esptool/esptool.py --chip esp32s3 merge_bin \ python installer/bin/esptool/esptool.py --chip esp32s3 merge_bin \
-o installer/web_factory.bin \ -o installer/web_factory.bin \
@ -79,7 +82,7 @@ jobs:
0x8000 installer/firmware/partitions.bin \ 0x8000 installer/firmware/partitions.bin \
0xe000 installer/firmware/boot_app0.bin \ 0xe000 installer/firmware/boot_app0.bin \
0x10000 installer/firmware/firmware.bin \ 0x10000 installer/firmware/firmware.bin \
0x3D0000 installer/firmware/spiffs.bin 0x3F0000 installer/firmware/spiffs.bin
elif [ "${{ matrix.target.chip }}" == "esp32c3" ]; then elif [ "${{ matrix.target.chip }}" == "esp32c3" ]; then
python installer/bin/esptool/esptool.py --chip esp32c3 merge_bin \ python installer/bin/esptool/esptool.py --chip esp32c3 merge_bin \
-o installer/web_factory.bin \ -o installer/web_factory.bin \
@ -90,7 +93,7 @@ jobs:
0x8000 installer/firmware/partitions.bin \ 0x8000 installer/firmware/partitions.bin \
0xe000 installer/firmware/boot_app0.bin \ 0xe000 installer/firmware/boot_app0.bin \
0x10000 installer/firmware/firmware.bin \ 0x10000 installer/firmware/firmware.bin \
0x3D0000 installer/firmware/spiffs.bin 0x3F0000 installer/firmware/spiffs.bin
fi fi
- name: Install Zip - name: Install Zip

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.