diff --git a/docs/hardware/en/kvm/NanoKVM_Pro/extended.md b/docs/hardware/en/kvm/NanoKVM_Pro/extended.md index 39fa91af..20cdfb10 100644 --- a/docs/hardware/en/kvm/NanoKVM_Pro/extended.md +++ b/docs/hardware/en/kvm/NanoKVM_Pro/extended.md @@ -231,11 +231,11 @@ NanoKVM Pro will periodically push new application versions that include new fea ![](./../../../assets/NanoKVM/pro/extended/Update.png) -After clicking download, the new application installation package will be automatically downloaded, which includes `kvmcomm_x.x.x_arm64.deb`, `nanokvmpro_x.x.x_arm64.deb`, and `pikvm_x.x.x_arm64.deb`: +After clicking download, the new application installation package will be automatically downloaded, which includes `pikvm_x.x.x_arm64.deb`, `nanokvmpro_x.x.x_arm64.deb`, and `kvmcomm_x.x.x_arm64.deb`: -- `kvmcomm_x.x.x_arm64.deb` is responsible for driving the shared hardware in the NanoKVM and PiKVM frameworks; -- `nanokvmpro_x.x.x_arm64.deb` is the NanoKVM application software; - `pikvm_x.x.x_arm64.deb` is the PiKVM application software. +- `nanokvmpro_x.x.x_arm64.deb` is the NanoKVM application software; +- `kvmcomm_x.x.x_arm64.deb` is responsible for driving the shared hardware in the NanoKVM and PiKVM frameworks; Enabling the preview update feature will allow you to access the latest experimental application, which usually includes updated features but may lack stability. It is recommended to enable SSH before downloading preview updates. @@ -249,8 +249,10 @@ sudo curl -L https://cdn.sipeed.com/nanokvm/preview/nanokvm_pro_1.1.6.tar.gz | s # Enter folder cd nanokvm_pro_1.1.6 -# Install deb packages -sudo apt install ./*.deb +# Install the .deb package. For web terminals, please follow the installation order below strictly!!! +sudo apt install ./pikvm_1.2.14_arm64.deb +sudo apt install ./nanokvmpro_1.2.14_arm64.deb +sudo apt install ./kvmcomm_1.2.14_arm64.deb ``` > Software version 1.1.5 and later underwent an architectural adjustment. Older NanoKVM-Pro units can only fetch up to version 1.1.5 initially; after updating, they will be able to retrieve the latest versions. diff --git a/docs/hardware/en/kvm/NanoKVM_Pro/faq.md b/docs/hardware/en/kvm/NanoKVM_Pro/faq.md index 035b8833..81d05346 100644 --- a/docs/hardware/en/kvm/NanoKVM_Pro/faq.md +++ b/docs/hardware/en/kvm/NanoKVM_Pro/faq.md @@ -86,6 +86,7 @@ NanoKVM Pro supports restoring or updating the system via USB image burning. * Download and install the burning tool [balenaEtcher](https://etcher.balena.io/). 2. **Enter Burning Mode** + * Please remove the TF card if installed. * 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. diff --git a/docs/hardware/zh/kvm/NanoKVM_Pro/extended.md b/docs/hardware/zh/kvm/NanoKVM_Pro/extended.md index 4ba18aad..7587e177 100644 --- a/docs/hardware/zh/kvm/NanoKVM_Pro/extended.md +++ b/docs/hardware/zh/kvm/NanoKVM_Pro/extended.md @@ -177,11 +177,11 @@ NanoKVM Pro 会不定时推送新版本的应用,包含新功能和bug修复 ![](./../../../assets/NanoKVM/pro/extended/Update.png) -点击下载后会自动下载新应用的安装包,包含`kvmcomm_x.x.x_arm64.deb`、`nanokvmpro_x.x.x_arm64.deb`、`pikvm_x.x.x_arm64.deb` +点击下载后会自动下载新应用的安装包,包含`pikvm_x.x.x_arm64.deb`、`nanokvmpro_x.x.x_arm64.deb`、`kvmcomm_x.x.x_arm64.deb` -- `kvmcomm_x.x.x_arm64.deb` 负责驱动 NanoKVM 和 PiKVM 框架中共用的硬件; -- `nanokvmpro_x.x.x_arm64.deb` NanoKVM 应用软件 - `pikvm_x.x.x_arm64.deb` PiKVM 应用软件 +- `nanokvmpro_x.x.x_arm64.deb` NanoKVM 应用软件 +- `kvmcomm_x.x.x_arm64.deb` 负责驱动 NanoKVM 和 PiKVM 框架中共用的硬件; 打开预览更新功能将会获取到最新的实验版应用,通常包含更新的功能,但稳定性有待验证,建议下载预览更新前先打开SSH功能 @@ -190,13 +190,15 @@ NanoKVM Pro 会不定时推送新版本的应用,包含新功能和bug修复 ```shell # 以下载 1.1.6 版本为例 # 下载文件 -sudo curl -L https://cdn.sipeed.com/nanokvm/preview/nanokvm_pro_1.1.6.tar.gz | sudo tar -xz +sudo curl -L https://github.com/sipeed/NanoKVM-Pro/releases/download/1.2.14/nanokvm_pro_1.2.14.tar.gz | sudo tar -xz # 进入文件夹 -cd nanokvm_pro_1.1.6 +cd nanokvm_pro_1.2.14 -# 安装deb包 -sudo apt install ./*.deb +# 安装deb包,网页终端请严格按照下面的顺序安装!!! +sudo apt install ./pikvm_1.2.14_arm64.deb +sudo apt install ./nanokvmpro_1.2.14_arm64.deb +sudo apt install ./kvmcomm_1.2.14_arm64.deb ``` > 1.1.5 及后续软件进行过一次架构调整,较低版本的NanoKVM-Pro只能拉取到 1.1.5 ,更新后可再次拉取到最新的版本 diff --git a/docs/hardware/zh/kvm/NanoKVM_Pro/faq.md b/docs/hardware/zh/kvm/NanoKVM_Pro/faq.md index a19758ff..d456d2a8 100644 --- a/docs/hardware/zh/kvm/NanoKVM_Pro/faq.md +++ b/docs/hardware/zh/kvm/NanoKVM_Pro/faq.md @@ -6,6 +6,8 @@ NanoKVM Pro 会不定期更新应用,一些问题可能在新的应用中已 ## 系统启动 + + ### 绿色LED闪烁 绿色LED是 NanoKVM Pro 的电源指示,如果连接了供电能力较弱的电源,绿色LED会因电压不稳定而无法启动,请拔掉所有供电并更换电源 @@ -87,7 +89,7 @@ NanoKVM Pro 支持通过 USB 烧录镜像的方式来恢复或更新系统。 - 下载并安装烧录工具 [balenaEtcher](https://etcher.balena.io/) 2. **进入烧录模式** - +- 如果有安装tf卡请拔下tf卡。 - 使用 USB 数据线连接 NanoKVM Pro 的 HID 接口到电脑 - 先按住 NanoKVM 的 User 按键,然后接通电源(或者在通电状态下按下 Reset 按键),直到橙色 LED 灯熄灭 - 这时设备会进入烧录模式,橙色灯再次开始闪烁,查看电脑是否识别到新的磁盘设备