This commit is contained in:
parent
9edbf8218a
commit
75ea1a57f7
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
This files comes from https://community.st.com/s/question/0D50X00009XkeovSAB/dfu-fail-verify-8-byte-align-magic
|
|
@ -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 ..
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue