diff options
author | Joel Challis <git@zvecr.com> | 2019-08-23 00:08:45 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-22 16:08:45 -0700 |
commit | ae44ec9820cdf5348e802c9bae3af34557617685 (patch) | |
tree | 1c0e98156fa2df209290f295ff000264a1852df1 /docs | |
parent | 1c805b3d008a98a5a15112b0655ba14b42dbae67 (diff) | |
download | firmware-ae44ec9820cdf5348e802c9bae3af34557617685.tar.gz firmware-ae44ec9820cdf5348e802c9bae3af34557617685.tar.bz2 firmware-ae44ec9820cdf5348e802c9bae3af34557617685.zip |
Align flashing behaviour of dfu-util (#6578)
* Align flashing retry logic of dfu-util
* Align bootloader wait messages
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/flashing.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 833b9dd62..d11dbdf15 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -171,7 +171,5 @@ Flashing sequence: There are a number of DFU commands that you can use to flash firmware to a STM32 device: -* `:dfu-util` - The default command for flashing to STM32 devices. -* `:dfu-util-wait` - This works like the default command, but it gives you a (configurable) 10 second timeout before it attempts to flash the firmware. You can use `TIME_DELAY=20` from the command line to change the timeout. - * Eg: `make <keyboard>:<keymap>:dfu-util TIME_DELAY=5` -* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util. +* `:dfu-util` - The default command for flashing to STM32 devices. +* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util. |