UPS: no need to define load addr for dfu file (#3800)
This commit is contained in:
parent
adfe699bcf
commit
0abd4ce7fc
|
@ -11,7 +11,7 @@
|
||||||
# needed to exit DFU mode.
|
# needed to exit DFU mode.
|
||||||
#
|
#
|
||||||
|
|
||||||
dfu-util --alt 0 --download deliver/rusefi.dfu --dfuse-address 0x08000000 --reset
|
dfu-util --alt 0 --download deliver/rusefi.dfu --reset
|
||||||
|
|
||||||
# For Windows the batch file flash_dfu.bat runs the equivalent command
|
# For Windows the batch file flash_dfu.bat runs the equivalent command
|
||||||
# DfuSeCommand.exe -c -d --fn deliver/rusefi.dfu
|
# DfuSeCommand.exe -c -d --fn deliver/rusefi.dfu
|
||||||
|
|
Loading…
Reference in New Issue