Skip to content

Commit

Permalink
Update path to elf2uf2
Browse files Browse the repository at this point in the history
  • Loading branch information
protik09 committed Apr 8, 2024
1 parent 0375fcf commit 6f0ad58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd build
arm-none-eabi-objcopy -O ihex Coremark-RP2040.elf Coremark-RP2040.hex
arm-none-eabi-objcopy -O binary Coremark-RP2040.elf Coremark-RP2040.bin
python $PICO_SDK_PATH/tools/uf2conv.py -c Coremark-RP2040.uf2 -o Coremark-RP2040.uf2 Coremark-RP2040.bin
$PICO_SDK_PATH/build/elf2uf2/elf2uf2 Coremark-RP2040.elf Coremark-RP2040.uf2
- name: Create release
id: create_release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
cd build
arm-none-eabi-objcopy -O ihex Coremark-RP2040.elf Coremark-RP2040.hex
arm-none-eabi-objcopy -O binary Coremark-RP2040.elf Coremark-RP2040.bin
python $PICO_SDK_PATH/tools/uf2conv.py -c Coremark-RP2040.uf2 -o Coremark-RP2040.uf2 Coremark-RP2040.bin
$PICO_SDK_PATH/build/elf2uf2/elf2uf2 Coremark-RP2040.elf Coremark-RP2040.uf2

0 comments on commit 6f0ad58

Please sign in to comment.