mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 21:45:18 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user