From 84c7c4c57695931cabc53ec84d9afecd1312f595 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:26:32 -0500 Subject: [PATCH] time to squash (#213) Co-authored-by: rusefillc --- firmware/boards/build_f1_board.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/boards/build_f1_board.sh b/firmware/boards/build_f1_board.sh index 46b8e95..b36d425 100755 --- a/firmware/boards/build_f1_board.sh +++ b/firmware/boards/build_f1_board.sh @@ -65,7 +65,9 @@ if [ $USE_OPENBLT = "yes" ]; then $SREC_CAT ${OPENBLT_HEX} -Intel build/wideband.hex -Intel -o ${DELIVER_DIR}/wideband.hex -Intel else echo "Bin for raw flashing" - cp build/wideband.bin ${DELIVER_DIR}/wideband.bin + cp build/wideband.bin ${DELIVER_DIR} + + cp build/wideband.hex ${DELIVER_DIR} echo "Invoking hex2dfu for DFU file" $HEX2DFU -i build/wideband.hex -o ${DELIVER_DIR}/wideband.dfu