From f01031f81c7622709960003d03a05afa98db69e1 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Tue, 18 Sep 2018 16:24:11 -0700 Subject: [PATCH] Update odrivetool.md --- docs/odrivetool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/odrivetool.md b/docs/odrivetool.md index 2356266c..6041928d 100644 --- a/docs/odrivetool.md +++ b/docs/odrivetool.md @@ -74,7 +74,7 @@ Note that this command will connect to GitHub servers to retrieve the latest fir If you have a non-default configuration saved on the device, ODrive Tool will try to carry over the configuration across the firmware update. If any of the settings are removed or renamed, you will get warning messages.
How to flash a custom firmware
-If you want to flash a specific firmware file instead of automatically downloading one, you can run `odrivetool dfu [path/to/firmware/file.hex]`. +If you want to flash a specific firmware file instead of automatically downloading one, you can run `odrivetool dfu path/to/firmware/file.hex` You can download one of the officially released firmware files from [here](https://github.com/madcowswe/ODrive/releases). You will need one of the __.hex__ files (not the __.elf__ file). Make sure you select the file that matches your board version.