From e4708847a1bd7f882afd80fd776b297ca748392e Mon Sep 17 00:00:00 2001 From: BeerMoneyMotorsports <82395131+BeerMoneyMotorsports@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:53:45 -0400 Subject: [PATCH] Updated HOWTO DFU (markdown) --- HOWTO/HOWTO-DFU.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HOWTO/HOWTO-DFU.md b/HOWTO/HOWTO-DFU.md index dd7ecce8..059d8e3c 100644 --- a/HOWTO/HOWTO-DFU.md +++ b/HOWTO/HOWTO-DFU.md @@ -14,4 +14,10 @@ On a STM32F4 Discovery, entering DFU mode requires putting a jumper between the ## Q: I have "STM32 BOOTLOADER" in Device Manager and rusEFI console does not update firmware. What's wrong? -A: As of Aug 2021 rusEFI console uses "older" ST DFU driver. You would need to remove newer "STM32 BOOTLOADER" driver. Hit "Remove Device" with "Remove Drivers" checkbox. Once you've removed newer "STM32 BOOTLOADER" driver re-install DFU driver using rusEFI console driver button. \ No newline at end of file +A: As of Aug 2021 rusEFI console uses "older" ST DFU driver. You would need to remove newer "STM32 BOOTLOADER" driver. Hit "Remove Device" with "Remove Drivers" checkbox. Once you've removed newer "STM32 BOOTLOADER" driver re-install DFU driver using rusEFI console driver button. + +**BAD** +![](https://github.com/BeerMoneyMotorsports/rusefi_images/blob/main/REbootloader.png) + +**GOOD** +![](https://github.com/BeerMoneyMotorsports/rusefi_images/blob/main/RE_DFUmode.png) \ No newline at end of file