DFU
This commit is contained in:
parent
636ae0af9a
commit
3184092f91
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
DFU is Device Firmware Update mode - that's a way to update firmware via the same USB cable you use for rusEFI communication.
|
||||
|
||||
*Auto DFU* is when your rusEFI console switches your rusEFI device into DFU mode
|
||||
|
||||
*Manual DFU* mode is when you hold "Program" button while powering your rusEFI in order to switch it into DFU mode. This mode is
|
||||
used to program brand new stm32 chips which do not have a running version of rusEFI firmware.
|
||||
|
||||
[HOWTO DFU video](https://www.youtube.com/watch?v=VdvXYgv_acg)
|
|
@ -21,7 +21,7 @@ All microRusEfi kits use [MRE F4 rusEfi firmware - DOWNLOAD LATEST BUNDLE HERE](
|
|||
|
||||
[rusEfi Slack channel](https://rusefi.com/forum/viewtopic.php?f=13&t=1198) is the primary support channel.
|
||||
|
||||
[HOWTO program rusEfi using DFU](https://www.youtube.com/watch?v=VdvXYgv_acg)
|
||||
[HOWTO program rusEfi using DFU](HOWTO_DFU)
|
||||
|
||||
# Crankshaft position sensor options: Hall or VR
|
||||
|
||||
|
|
Loading…
Reference in New Issue