rusefi-1/firmware/flash_dfu.bat

15 lines
554 B
Batchfile
Raw Normal View History

2019-01-04 15:15:31 -08:00
2019-01-05 16:24:04 -08:00
rem on linux that would be
rem dfu-util -a 0 -D rusefi_release.dfu -R
2019-01-25 20:42:49 -08:00
rem ..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
2019-01-26 10:20:01 -08:00
DfuSeCommand.exe -c -d --fn build/rusefi.dfu
2019-01-25 20:42:49 -08:00
2019-01-26 09:13:35 -08:00
rem to read from comtroller use
rem DfuSeCommand.exe -c -u --fn downloaded.dfu
2019-01-25 20:42:49 -08:00
rem Note that DfuSe_Demo_V3.0.6_Setup.exe does not install "stm32 bootloader" device drivers automaticaly
rem You need to point Windows at a relevant folder inside C:\Program Files (x86)\STMicroelectronics\Software\DfuSe v3.0.6\Bin\Driver
2019-01-26 10:20:01 -08:00
rem DfuSeCommand.exe -c -d --fn rusefi.dfu