Skip to content

Commit 492ed75

Browse files
committed
Copy bootloader/partition table files for flash_args
1 parent 1df881e commit 492ed75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ jobs:
151151
wget https://adafruit-circuit-python.s3.amazonaws.com/bootloaders/esp32/seeed_xiao_esp32s3/tinyuf2-seeed_xiao_esp32s3-0.35.0.zip -O tinyuf2.zip
152152
fi
153153
unzip -o tinyuf2.zip -d .
154+
155+
# Copy files where they're expected to make flash_args happy
156+
mkdir bootloader
157+
cp bootloader.bin bootloader/bootloader.bin
158+
mkdir partition_table
159+
cp partition-table.bin partition_table/partition-table.bin
160+
154161
# Append main app to flash_args file
155162
echo "0x10000 wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.bin" >> flash_args
156163

0 commit comments

Comments
 (0)