diff options
author | Stefan Kerkmann <karlk90@pm.me> | 2022-03-07 17:59:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 08:59:06 -0800 |
commit | 2bface8f893f3f13ddb9a3e10c0f362819d09c5c (patch) | |
tree | c1f4eff97cc9c9665532cb1738b03cf9e5337347 /docs | |
parent | 05b71936511402d91e345e615d074cf310cb4ece (diff) |
Add flash target for UF2 bootloaders (#16525)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/flashing.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 83f4bf82ae..ae31f9c621 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -347,3 +347,14 @@ Flashing sequence: 2. Wait for the OS to detect the device 3. Copy the .uf2 file to the new USB disk 4. Wait for the keyboard to become available + +or + +CLI Flashing sequence: + +1. Enter the bootloader using any of the following methods: + * Tap the `RESET` keycode + * Double-tap the `nRST` button on the PCB. +2. Wait for the OS to detect the device +3. Flash via QMK CLI eg. `qmk flash --keyboard handwired/onekey/blackpill_f411_tinyuf2 --keymap default` +4. Wait for the keyboard to become available |