feat(docs): Note that UF2 drive unmounts after flashing (#1859)

Add a note about the UF2 drive that automatically unmounts itself
to restart, which may surprise some new users.
This commit is contained in:
フィルターペーパー
2023-07-07 01:39:08 +08:00
committed by GitHub
parent 3772ecb04e
commit bbb27ac027
2 changed files with 5 additions and 4 deletions

View File

@@ -130,8 +130,8 @@ The above build commands generate a UF2 file in `build/zephyr` (or
`build/left|right/zephyr` if you followed the instructions for splits) and is by
default named `zmk.uf2`. If your board supports USB Flashing Format (UF2), copy
that file onto the root of the USB mass storage device for your board. The
controller should flash your built firmware and automatically restart once
flashing is complete.
controller should flash your built firmware, unmount the USB storage device and
automatically restart once flashing is complete.
Alternatively, if your board supports flashing and you're not developing from
within a Dockerized environment, enable Device Firmware Upgrade (DFU) mode on