Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
update make_df2_file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alhu committed Mar 2, 2024
1 parent ef09605 commit 2dfff57
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions HELPER_STUFF/rak4631_make_df2_file/make_df2_file.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
unzip firmware.zip -d firmware
cp uf2conv.py firmware/
cp uf2families.json firmware/
cd firmware/
python3 uf2conv.py firmware.bin -c -b 0x26000 -f 0xADA52840
mv flash.uf2 ../
cd ..
rm -rf firmware


unzip ../../.pio/build/rak4631/firmware.zip -d ../../.pio/build/rak4631/firmware
python3 uf2conv.py ../../.pio/build/rak4631/firmware/firmware.bin -c -b 0x26000 -f 0xADA52840
rm -rf ../../.pio/build/rak4631/firmware

0 comments on commit 2dfff57

Please sign in to comment.