This commit is contained in:
Maxim Devaev
2026-07-11 06:41:21 +03:00
parent 7f65d90084
commit 93d7680108

View File

@@ -6,12 +6,12 @@ search:
To upload the firmware to Pico HID, you can use any computer with a USB port.
1. [Download](https://github.com/pikvm/kvmd/releases) the latest release of the firmware. The file is called `pico-hid.uf2`.
1. [Download](https://github.com/pikvm/kvmd/raw/refs/heads/master/firmware/org.pikvm.hid.v1.rp2040/firmware.uf2) the latest release of the firmware.
2. Press and hold the white button on the Pico board.
3. While still holding the button, plug it in the computer using a USB cable.
4. Release the button.
5. The Pico board appears as a flash drive on your computer.
6. Copy the `pico-hid.uf2` file to this flash drive.
6. Copy the `firmware.uf2` file to this flash drive.
7. Safely eject the USB device.
If you want to compile the firmware yourself, you can find the source code [here](https://github.com/pikvm/kvmd/tree/master/hid/pico).