Better Windows build-in DFU #3338
This commit is contained in:
parent
195dd90e3a
commit
c74f2482f0
|
@ -1,3 +1,5 @@
|
||||||
|
silent_st_drivers
|
||||||
silent_st_drivers.exe
|
silent_st_drivers.exe
|
||||||
Virtual comport driver
|
|
||||||
ST-LINK_USB_V2_1_Driver
|
silent_st_drivers2
|
||||||
|
silent_st_drivers2.exe
|
|
@ -4,6 +4,7 @@ rm -rf silent_st_drivers/ST-LINK_USB_V2_1_Driver
|
||||||
rm -rf silent_st_drivers/"Virtual comport driver"
|
rm -rf silent_st_drivers/"Virtual comport driver"
|
||||||
|
|
||||||
cp -r "C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK_USB_V2_1_Driver" silent_st_drivers
|
cp -r "C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK_USB_V2_1_Driver" silent_st_drivers
|
||||||
|
rem https://github.com/rusefi/rusefi_external_utils/blob/master/stsw-stm32102_1_4_0.zip
|
||||||
cp -r "C:\Program Files (x86)\STMicroelectronics\Software\Virtual comport driver" silent_st_drivers
|
cp -r "C:\Program Files (x86)\STMicroelectronics\Software\Virtual comport driver" silent_st_drivers
|
||||||
|
|
||||||
rem compress 'silent_st_drivers' folder
|
rem compress 'silent_st_drivers' folder
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
rem Depends on ST Link and ST VCP being installed manually
|
||||||
|
|
||||||
|
rm -rf silent_st_drivers/ST-LINK_USB_V2_1_Driver
|
||||||
|
rm -rf silent_st_drivers/"Virtual comport driver"
|
||||||
|
|
||||||
|
cp -r "C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK_USB_V2_1_Driver" silent_st_drivers
|
||||||
|
rem https://github.com/rusefi/rusefi_external_utils/blob/master/stsw-stm32102_1_4_0.zip
|
||||||
|
cp -r "C:\Program Files (x86)\STMicroelectronics\Software\Virtual comport driver" silent_st_drivers
|
||||||
|
|
||||||
|
cp -r "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\Drivers\DFU_Driver" silent_st_drivers
|
||||||
|
|
||||||
|
rem compress 'silent_st_drivers' folder
|
||||||
|
"C:\Program Files\7-Zip\7z.exe" a silent_st_drivers2.exe -mmt -mx5 -sfx silent_st_drivers
|
|
@ -1 +1,3 @@
|
||||||
Here we have the tool to generate https://rusefi.com/build_server/st_files/silent_st_drivers.exe file
|
Here we have the tool to generate https://rusefi.com/build_server/st_files/silent_st_drivers.exe file
|
||||||
|
|
||||||
|
Here we have the tool to generate https://rusefi.com/build_server/st_files/silent_st_drivers2.exe file
|
Loading…
Reference in New Issue