Updated HOWTO Update Firmware (markdown)

This commit is contained in:
rusefillc 2023-01-15 21:15:10 -05:00
parent 0839d7d93d
commit f1b25fdcbd
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@ dfu-util -a 0 -D rusefi.dfu
```
## FAQ
Q: I got "DRIVER ERROR"
A: in rusEFI console please hit "Device Manager". When ECU gets into DFU mode (blue LED stops blinking) you are expected to see "STM32 Bootloader" device. If you see "STM device in DFU mode" please uninstall it and remove old driver.
Bad ![x](https://user-images.githubusercontent.com/7377949/76368499-dbfd8500-6306-11ea-9aff-823b22b46283.png)
## More Information
For more about DFU see [HOWTO-DFU](HOWTO-DFU)