Advanced Usage
DFU recovery
Use this procedure for the original JetKVM, which has no microSD card slot. Recovery happens over USB using DFU (Device Firmware Update) mode and Rockchip's upgrade_tool.
If your device has a microSD card slot, follow the microSD recovery guide instead.
1. Download the firmware
Download the latest image from:
https://api.jetkvm.com/releases/system_recovery/latest?sku=jetkvm-v2
2. Enter DFU mode
- Unplug the USB cable from the device.
- Locate the small hole on the right side of the device.
- Insert a needle into the hole, press and hold the button inside, then reconnect the USB cable.
- Hold for three seconds, then release. The device is now in DFU mode.
3. Flash the firmware
Pick the section for your operating system.
Linux
- Clone the
rv1106-systemrepository:
git clone https://github.com/jetkvm/rv1106-system.git
- Flash the firmware:
pushd tools/linux/Linux_Upgrade_Tool
sudo ./upgrade_tool uf /path/to/your/firmware.img
popd
macOS
-
Download the upgrade_tool for macOS.
-
Flash the firmware:
pushd upgrade_tool_v2.44_for_mac
sudo ./upgrade_tool uf /path/to/your/firmware.img
popd
Windows
Install drivers
- Download Driver Assistant.
- Open Driver Assistant and install the drivers. The board does not need to be connected for this step.

Flash the firmware
- Download and extract the SocToolKit for Windows.
- Open
SocToolKit.exeand selectRV1106.

- Put the device in DFU mode and connect it to your computer.
- Open the
Downloadtab, select theUSBradio, and confirm the dropdown readsMaskroom rockchip. - Click
Firmware...and choose the firmware file you downloaded. - Click
Upgradeto flash.

