F&Q
Updating to Solve Issues
NanoKVM Pro will periodically update applications, and some issues may have been resolved in newer versions. Therefore, please try updating the application first.
Green LED Flashing
The green LED is the power indicator for NanoKVM Pro. If a power supply with insufficient capacity is connected, the green LED may fail to start due to unstable voltage. Please disconnect all power sources and replace the power supply.
Image Burning Methods
USB Burning
NanoKVM Pro supports restoring or updating the system via USB image burning.
Preparation
- Prepare a USB data cable
- Download the latest NanoKVM Pro image file
- Prepare a burning tool (such as balenaEtcher, Rufus, or the dd command)
Burning Steps
Download the Image and Burning Tool
- Visit the NanoKVM Pro Release Page to download the latest image file.
- Download and install the burning tool balenaEtcher.
Enter Burning Mode
- Use the USB data cable to connect the NanoKVM Pro's HID interface to your computer.
- Press and hold the User button on the NanoKVM, then power it on (or press the Reset button while powered on) until the orange LED turns off.
- The device will then enter burning mode, and the orange LED will start flashing again. Check if your computer recognizes the new disk device.

Windows Recognizing Device

Linux Recognizing Device
- Burn Using balenaEtcher (Recommended)
- Launch balenaEtcher.
- Click "Flash from file" and select the downloaded image file.
- Click "Select target" and choose the recognized NanoKVM Pro device.
- Click "Flash!" to start the burning process.
- Wait for the burning to complete and verify.

- If prompted that the partition table cannot be found, it is normal; click continue.

- Burn Using Command Line
# Find the device name
sudo fdisk -l
# Decompress the image file (if it is in .xz format)
xz -dv 20250828_NanoKVMPro_1_0_10.img.xz
# Burn the image (replace /dev/sdX with the actual device name)
sudo dd if=20250828_NanoKVMPro_1_0_10.img of=/dev/sdX bs=4M status=progress
sudo sync
- Restart the Device
- After burning is complete, safely eject the device.
- Disconnect the USB connection.
- Reconnect the power, and the device will automatically start the new system.
Notes
- Ensure you select the correct device to avoid accidentally operating on other storage devices.
- Do not disconnect the power or remove USB connections during the burning process.
- The first startup may take a long time for initialization and configuration.
- If the orange light does not turn on or the disk device does not appear, please refer to the methods below to use AXDL for burning.
AXDL Burning
AXDL is an official burning tool provided by Aixin, designed for burning AXP format system images. It currently supports Windows platform only.
Preparation
- Prepare a USB data cable.
- Visit the NanoKVM Pro Release Page to download the latest AXP format image file.
- Download and install the AXDL tool and corresponding drivers Download Link.
Burning Steps
Connect the Device
- Use the USB data cable to connect the NanoKVM Pro's HID interface to your computer.
Configure the Burning Tool
- Open the AXDL tool.
- Select the downloaded AXP format image file.
- Click the start burning button.
Enter Burning Mode and Start Burning
- Press and hold the User button on the NanoKVM, then power it on (or press the Reset button while powered on).
- The burning process will start automatically, wait for the progress bar to complete.
- Wait until the prompt indicates that burning was successful; the entire process is complete.