File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2+
3+ set -e
4+
25INFO=" \e[1;36m"
36ENDCOLOR=" \e[0m"
47
@@ -24,7 +27,7 @@ mkdir -p release
2427python3 ./bootloader/tools/make-initial-firmware.py -s ./bootloader/build/stm32f469disco/startup/release/startup.hex -b ./bootloader/build/stm32f469disco/bootloader/release/bootloader.hex -f ./bin/specter-diy.hex -bin ./release/initial_firmware.bin
2528echo -e " Initial firmware saved to release/initial_firmware.bin"
2629
27- python3 ./bootloader/tools/upgrade-generator.py gen -f ./bin/specter-diy.hex -p stm32f469disco ./release/specter_upgrade.bin
30+ python3 ./bootloader/tools/upgrade-generator.py gen -f ./bin/specter-diy.hex -b ./bootloader/build/stm32f469disco/bootloader/release/bootloader.hex - p stm32f469disco ./release/specter_upgrade.bin
2831cp ./release/specter_upgrade.bin ./release/specter_upgrade_unsigned.bin
2932echo " Unsigned upgrate file saved to release/specter_upgrade_unsigned.bin"
3033
@@ -64,4 +67,4 @@ cat sha256.txt
6467
6568echo "
6669Hashes saved to release/sha256.txt file.
67- "
70+ "
You can’t perform that action at this time.
0 commit comments