summaryrefslogtreecommitdiffstats
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2022-03-07 17:59:06 +0100
committerGitHub <noreply@github.com>2022-03-07 08:59:06 -0800
commit2bface8f893f3f13ddb9a3e10c0f362819d09c5c (patch)
treec1f4eff97cc9c9665532cb1738b03cf9e5337347 /docs/flashing.md
parent05b71936511402d91e345e615d074cf310cb4ece (diff)
Add flash target for UF2 bootloaders (#16525)
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md11
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