merge rusEFI wiki

This commit is contained in:
GitHub Action 2023-01-16 02:20:50 +00:00
commit eac143f826
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@ 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)
Good
![x](https://user-images.githubusercontent.com/568254/76368785-90d77800-62ee-11ea-8fc1-bf03165909b7.png)
## More Information
For more about DFU see [HOWTO-DFU](HOWTO-DFU)