This commit is contained in:
rusEfi 2019-01-04 17:27:14 -05:00
parent 9edbf8218a
commit 75ea1a57f7
3 changed files with 5 additions and 0 deletions

BIN
misc/hex2dfu/HEX2DFU.exe Normal file

Binary file not shown.

1
misc/hex2dfu/readme.md Normal file
View File

@ -0,0 +1 @@
This files comes from https://community.st.com/s/question/0D50X00009XkeovSAB/dfu-fail-verify-8-byte-align-magic

View File

@ -41,6 +41,10 @@ if not exist deliver/rusefi_release.hex exit -1
if not exist deliver/rusefi_debug.hex echo FAILED DEBUG
if not exist deliver/rusefi_debug.hex exit -1
../misc/hex2dfu/HEX2DFU.exe deliver/rusefi_release.hex -out deliver/rusefi_release.dfu
../misc/hex2dfu/HEX2DFU.exe deliver/rusefi_debug.hex -out deliver/rusefi_debug.dfu
cd ..