mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
修改kvmpro 命令行更新deb的下载地址和增加安装顺序的描述
This commit is contained in:
@@ -231,11 +231,11 @@ NanoKVM Pro will periodically push new application versions that include new fea
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
@@ -177,11 +177,11 @@ NanoKVM Pro 会不定时推送新版本的应用,包含新功能和bug修复
|
||||
|
||||

|
||||
|
||||
点击下载后会自动下载新应用的安装包,包含`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 ,更新后可再次拉取到最新的版本
|
||||
|
||||
Reference in New Issue
Block a user