Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Feb 2, 2024
1 parent 011247b commit d8f944b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compile_firmwares.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,16 @@ jobs:
ls -all
tree
esptool.py --chip esp32s3 merge_bin --output @flash_args
esptool.py --chip esp32s3 merge_bin --output M5Cardputer-UserDemo.bin @flash_args
esptool.py --chip esp32s3 merge_bin --output M5Cardputer-UserDemo/UserDemo1.bin @flash_args
esptool.py --chip esp32s3 merge_bin --output UserDemo.M5Cardputer.bin \
esptool.py --chip esp32s3 merge_bin --output ../UserDemo.M5Cardputer2.bin \
0x0 bootloader/bootloader.bin \
0x8000 partition_table/partition-table.bin \
0x10000 cardputer.bin
esptool.py --chip esp32s3 merge_bin --output ../../UserDemo.M5Cardputer3.bin \
0x0 bootloader/bootloader.bin \
0x8000 partition_table/partition-table.bin \
0x10000 cardputer.bin
Expand Down

0 comments on commit d8f944b

Please sign in to comment.