time to squash (#213)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2023-03-07 00:26:32 -05:00 committed by GitHub
parent 6364c7cb2c
commit 84c7c4c576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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