Skip to content

Commit

Permalink
update nanokvm zh document
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-xiao committed Aug 14, 2024
1 parent fc40416 commit 88ed86f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 26 deletions.
10 changes: 4 additions & 6 deletions docs/hardware/zh/kvm/NanoKVM/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ NanoKVM Full 为完整版配置,带精致外壳和完整配件,内置开机

![](./../assets/NanoKVM/1_intro/NanoKVM_2.jpg)


## NanoKVM 软硬件资料

NanoKVM 基于 Sipeed [LicheeRV Nano](https://wiki.sipeed.com/hardware/zh/lichee/RV_Nano/1_intro.html) 核心板搭建,这部分硬件的规格书、原理图、尺寸图等均可在这里找到:[点击这里](http://cn.dl.sipeed.com/shareURL/LICHEE/LicheeRV_Nano)
Expand All @@ -63,9 +62,9 @@ NanoKVM Lite 由 LicheeRV Nano E 和 HDMItoCSI 小板构成,NanoKVM FULL 在 N

NanoKVM 镜像在LicheeRV Nano SDK 和 MaixCDK 基础上构建,可以兼容使用 LicheeRV Nano 的资料,反之LicheeRV Nano 或其他 SG2002 产品无法使用KVM软件。如果您想在 NanoKVM 上构建 HDMI 输入相关应用,请与我们联系,以获得技术支持。

+ [NanoKVM-A 原理图](https://cn.dl.sipeed.com/fileList/KVM/nanoKVM/HDK/02_Schematic/SCH_RV_Nano_KVM_A_30111.pdf)
+ [NanoKVM-B 原理图](https://cn.dl.sipeed.com/fileList/KVM/nanoKVM/HDK/02_Schematic/SCH_HDMI_MIPI_31011.pdf)
+ [NanoKVM 镜像下载](https://github.com/sipeed/NanoKVM/releases/tag/NanoKVM)
+ [NanoKVM-A 原理图](https://dl.sipeed.com/fileList/KVM/nanoKVM/HDK/02_Schematic/SCH_RV_Nano_KVM_A_30111.pdf)
+ [NanoKVM-B 原理图](https://dl.sipeed.com/fileList/KVM/nanoKVM/HDK/02_Schematic/SCH_HDMI_MIPI_31011.pdf)
+ [NanoKVM 镜像下载](https://github.com/sipeed/NanoKVM/releases)

## 购买入口

Expand All @@ -77,7 +76,6 @@ NanoKVM 镜像在LicheeRV Nano SDK 和 MaixCDK 基础上构建,可以兼容使

如果您在使用过程中有任何问题或建议,请通过以下渠道和我们反馈:

+ [Github issues](https://github.com/sipeed/NanoKVM)
+ [Github issues](https://github.com/sipeed/NanoKVM)
+ [MaixHub 论坛](https://maixhub.com/discussion/nanokvm)
+ QQ 交流群: 703230713

4 changes: 2 additions & 2 deletions docs/hardware/zh/kvm/NanoKVM/network/frp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ update:
- Release docs
---

> 注意,直接在公网暴露服务十分危险!建议配置 HTTPS 后使用。
想要使用 frp,你需要自己编写配置文件,可以参考 [frp 文档](https://gofrp.org)

这里给出一个示例,实现通过 frp [访问内网的 web 服务](https://gofrp.org/zh-cn/docs/examples/vhost-http/)

注意:v1.0.0 版本的镜像不支持 frp。如果你的 NanoKVM 镜像版本是 v1.0.0,请先更新镜像。

## 启动 frps 服务

首先你需要一台带有公网 IP 的服务器,然后在该服务上启动 frps 服务。
Expand Down
2 changes: 1 addition & 1 deletion docs/hardware/zh/kvm/NanoKVM/network/tailscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ update:

> **推荐将 NanoKVM 与 Tailscale 配合使用,来实现公网访问远程主机的目的。**
*注意:v1.0.0 版本的镜像不支持 Tailscale。如果你的 NanoKVM 镜像版本是 v1.0.0,请先[更新镜像](https://wiki.sipeed.com/nanokvm/hardware/zh/kvm/NanoKVM/start/flashing.html)*
*注意:v1.0.0 版本的镜像不支持 Tailscale。如果你的 NanoKVM 镜像版本是 v1.0.0,请先[更新镜像](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/start/flashing.html)*

目前 NanoKVM 已经内置了 Tailscale,只需要简单的操作即可开始使用。
有两种配置 Tailscale 的方式:在浏览器中配置和在终端中配置。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 总览
title: 快速上手
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
update:
- date: 2024-7-4
Expand Down Expand Up @@ -41,9 +41,23 @@ NanoKVM-Full版接口示意图如下,Lite版仅包含 USB-C、HDMI和网口,

![](./../assets/NanoKVM/2_unbox/unbox_2.png)

## 基础操作
## 更新

### 更新镜像

> **Lite 版本需要准备 TF 卡并且烧录镜像后才能开始使用!**
Full 版本出厂时已经烧录了镜像,可以跳过此步骤。

镜像会不定期更新。建议更新到最新版本镜像,以获取更好的使用体验。

### Lite用户烧卡请参考[烧卡方法](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/3_firmware.html)
具体操作方式请参考 [烧录镜像](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/system/flashing.html)

### 更新应用

目前应用还处于快速迭代阶段,使用前请先将应用更新到最新版本。具体操作方式请参考 [更新应用](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/system/updating.html)

## 基础操作

### 如何获取IP地址

Expand All @@ -53,9 +67,9 @@ Full版NanoKVM自带OLED显示屏,联网之后会在显示屏第一行显示IP

Lite版用户在插入镜像卡启动后,可在路由器/交换机后台查看IP。用户也可按照[LicheeRV NANO](https://wiki.sipeed.com/hardware/zh/lichee/RV_Nano/5_peripheral.html#usb-rndis-%E7%BD%91%E5%8F%A3)的联网方式登录到板子,使用`ifconfig`查看`eth0`的地址

### 更新应用,查看远程桌面
### 查看远程桌面

浏览器直接输入获取的IP,进入登录页面,默认账号密码为admin、admin,登录后请**先检查更新**(设置 -> 检查更新),详细步骤可参考[应用升级方法](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/4_firmware.html)
浏览器直接输入获取的IP,进入登录页面,默认账号密码为admin、admin,登录后请**先检查更新**(设置 -> 检查更新),详细步骤可参考 [更新应用](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM/system/updating.html)

Lite版用户,或Full用户重新烧卡登录后页面上无远程画面,请先升级应用后刷新网页,即可开始使用

Expand Down
Empty file.
File renamed without changes.
26 changes: 14 additions & 12 deletions docs/hardware/zh/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,16 +385,10 @@ items:
items:
- label: 简介
file: kvm/NanoKVM/introduction.md
- label: 总览
file: kvm/NanoKVM/overview.md
- label: 开始
items:
- label: 烧录镜像
file: kvm/NanoKVM/start/flashing.md
- label: 更新应用
file: kvm/NanoKVM/start/updating.md
- label: 用户指南
file: kvm/NanoKVM/start/user_guide.md
- label: 快速上手
file: kvm/NanoKVM/quick_start.md
- label: 用户指南
file: kvm/NanoKVM/user_guide.md
- label: 网络
items:
- label: Tailscale
Expand All @@ -403,8 +397,16 @@ items:
file: kvm/NanoKVM/network/frp.md
- label: 静态 IP
file: kvm/NanoKVM/network/static_ip.md
- label: 配置文件
file: kvm/NanoKVM/configuration.md
- label: 系统
items:
- label: 系统介绍
file: kvm/NanoKVM/system/introduction.md
- label: 烧录镜像
file: kvm/NanoKVM/system/flashing.md
- label: 更新应用
file: kvm/NanoKVM/system/updating.md
- label: 配置文件
file: kvm/NanoKVM/system/configuration.md
- label: FAQ
file: kvm/NanoKVM/faq.md
# - label: Maix Audio
Expand Down

0 comments on commit 88ed86f

Please sign in to comment.