File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,12 @@ jobs:
184
184
ls /home/runner/Arduino/hardware/espressif/esp32/tools/partitions
185
185
- name : boot_app0 file from arduino-cli core
186
186
if : steps.check_files.outputs.files_exists == 'true'
187
- run : mv /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.boot_app0.bin
187
+ run : cp /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.boot_app0.bin
188
188
- name : boot_app0 file from esp32 source bsp
189
189
if : steps.check_files.outputs.files_exists == 'false'
190
- run : mv /home/runner/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.boot_app0.bin
190
+ run : cp /home/runner/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.boot_app0.bin
191
+ - name : Copy boot_app0 file to ota_data_initial.bin (overwrite tinyuf2 boot preference)
192
+ run : cp wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.boot_app0.bin ota_data_initial.bin
191
193
- name : Create combined binary using Esptool merge-bin
192
194
run : |
193
195
echo ${{ steps.get_board_json.outputs.boardJson }}
You can’t perform that action at this time.
0 commit comments