mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
Merge pull request #684 from Z2Z-GuGu/main
Update LicheeRV Nano Doc and create a KVM document framework
This commit is contained in:
@@ -358,6 +358,18 @@ items:
|
||||
file: logic_analyzer/combo8/update_firmware.md
|
||||
- label: FAQ
|
||||
file: logic_analyzer/combo8/faq.md
|
||||
- label: KVM
|
||||
items:
|
||||
- label: Lichee Nano KVM
|
||||
items:
|
||||
- label: Introduction
|
||||
file: kvm/NanoKVM/1_intro.md
|
||||
- label: Unboxing Experience
|
||||
file: kvm/NanoKVM/2_unbox.md
|
||||
- label: Update Firmware
|
||||
file: kvm/NanoKVM/3_firmware.md
|
||||
- label: FAQ
|
||||
file: kvm/NanoKVM/4_faq.md
|
||||
# - label: Maix Audio
|
||||
# items:
|
||||
# - label: MA USB 16
|
||||
|
||||
59
docs/hardware/zh/kvm/NanoKVM/1_intro.md
Normal file
59
docs/hardware/zh/kvm/NanoKVM/1_intro.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: LicheeRV Nano
|
||||
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
|
||||
update:
|
||||
- date: 2024-6-21
|
||||
version: v0.1
|
||||
author: BuGu
|
||||
content:
|
||||
- Release docs
|
||||
---
|
||||
|
||||
## 简介
|
||||
Lichee NanoKVM 是基于 LicheeRV Nano 的 IP-KVM 产品,继承了 LicheeRV Nano的极致体积 和 强大功能。
|
||||
Lichee NanoKVM分为两个版本:
|
||||
NanoKVM Lite 为基础版配置,适合 具有一定DIY能力的个人用户 和 有批量需求的企业用户。
|
||||
NanoKVM Full 为完整版配置,带精致外壳和完整配件,内置开机即用的系统镜像卡,推荐个人用户购买。
|
||||
|
||||

|
||||
|
||||
## 参数
|
||||
|
||||
| 产品 | NanoKVM (Lite) | NanoKVM (FULL) | PiKVM V4 |
|
||||
| --- | --- | --- | --- |
|
||||
| 计算单元 | LicheeRV Nano(RISCV) | LicheeRV Nano(RISCV) | CM4 (ARM) |
|
||||
| 分辨率 | 1080P @ 60fps | 1080P @ 60fps | 1080P @ 60fps |
|
||||
| 视频编码 | MJPEG, H264(developing) | MJPEG, H264(developing) | MJPEG, H264 |
|
||||
| 视频延迟 | | | 100~140ms |
|
||||
| UEFI/BIOS | ✓ | ✓ | ✓ |
|
||||
| 模拟USB键鼠 <br>Virtual HID | ✓ | ✓ | ✓ |
|
||||
| 模拟USB存储 <br> Virtual CD-ROM | ✓ | ✓ | ✓ |
|
||||
| IPMI | ✓ | ✓ | ✓ |
|
||||
| Wake-on-LAN | ✓ | ✓ | ✓ |
|
||||
| ATX电源控制 | 无,用户可自行连接 | USB接口IO控制板 | RJ45接口IO控制板 |
|
||||
| OLED显示 | 无,用户可自行扩展 | 128x64 0.96" white | 128x32 0.91" white |
|
||||
| 外接串口 | 2路 | 2路 | 1路 |
|
||||
| TF卡 | 无,用户自备 | 有,开机即用 | 有 |
|
||||
| 扩展配件 | 无 | WiFi 或 PoE | WiFi/LTE |
|
||||
| 功耗 | 0.2A@5V | 0.2A@5V | Peak 2.6A@5V |
|
||||
| 电源输入 | PC USB即可供电 | PC USB即可供电 <br> 也支持额外辅助供电 | 需要DC 5V 3A供电 |
|
||||
| 散热 | 静音无风扇 | 静音无风扇 | 需要风扇主动散热 |
|
||||
| 尺寸 | 23x37x15mm <br> ~1/30 PiKVM V4 体积 | 40x36x36mm <br/> ~1/7 PiKVM V4 体积 | 120x68x44mm |
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## 硬件资料
|
||||
|
||||
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)
|
||||
|
||||
NanoKVM Lite 由 LicheeRV Nano E 和 HDMItoCSI 小板构成,NanoKVM FULL 在 NanoKVM Lite 基础上增加 NanoKVM-A/B 板和外壳。HDMItoCSI板用于转换HDMI信号;NanoKVM-A 包含 OLED、ATX控制输出(TypeC接口形式)、辅助供电(TypeC接口)以及ATX开关机、复位按键;NanoKVM-B 一端连接A板,一端连接电脑ATX针脚,用于电脑的远程开关机
|
||||
|
||||
+ [板卡规格书](http://cn.dl.sipeed.com/shareURL/LICHEE/LicheeRV_Nano/01_Specification)
|
||||
|
||||
## 软件资料
|
||||
|
||||
+ [LicheeRV Nano SDK](https://github.com/sipeed/LicheeRV-Nano-Build)
|
||||
|
||||
27
docs/hardware/zh/kvm/NanoKVM/2_unbox.md
Normal file
27
docs/hardware/zh/kvm/NanoKVM/2_unbox.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: LicheeRV Nano
|
||||
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
|
||||
update:
|
||||
- date: 2024-6-21
|
||||
version: v0.1
|
||||
author: BuGu
|
||||
content:
|
||||
- Release docs
|
||||
---
|
||||
|
||||
## 开箱
|
||||
|
||||
## 接线
|
||||
|
||||
## 浏览器查看远程桌面
|
||||
|
||||
## 如何进行远程装机
|
||||
|
||||
## 如何在外网访问
|
||||
|
||||
Todo
|
||||
|
||||
## 串口使用
|
||||
|
||||
|
||||
|
||||
12
docs/hardware/zh/kvm/NanoKVM/3_firmware.md
Normal file
12
docs/hardware/zh/kvm/NanoKVM/3_firmware.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: LicheeRV Nano
|
||||
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
|
||||
update:
|
||||
- date: 2024-6-21
|
||||
version: v0.1
|
||||
author: BuGu
|
||||
content:
|
||||
- Release docs
|
||||
---
|
||||
|
||||
## 镜像烧录与升级
|
||||
12
docs/hardware/zh/kvm/NanoKVM/4_faq.md
Normal file
12
docs/hardware/zh/kvm/NanoKVM/4_faq.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: LicheeRV Nano
|
||||
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
|
||||
update:
|
||||
- date: 2024-6-21
|
||||
version: v0.1
|
||||
author: BuGu
|
||||
content:
|
||||
- Release docs
|
||||
---
|
||||
|
||||
## Todo
|
||||
12
docs/hardware/zh/kvm/readme.md
Normal file
12
docs/hardware/zh/kvm/readme.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: KVM series
|
||||
keywords: NanoKVM, Remote desktop, Lichee, PiKVM, RISCV, tool
|
||||
update:
|
||||
- date: 2024-06-21
|
||||
version: v0.1
|
||||
author: BuGu
|
||||
content:
|
||||
- Create file
|
||||
---
|
||||
|
||||
Lichee NanoKVM is Sipeed KVM tool.
|
||||
@@ -517,15 +517,21 @@ vi uEnv.txt
|
||||
# 使用 'Esc',':wq'保存并退出
|
||||
```
|
||||
|
||||
7寸屏:
|
||||
7寸屏(型号以屏幕丝印为准):
|
||||
|
||||
```
|
||||
panel=zct2133v1
|
||||
|
||||
# 新屏
|
||||
panel=mtd700920b
|
||||
```
|
||||
|
||||
5寸屏:
|
||||
5寸屏(型号以屏幕丝印为准):
|
||||
```
|
||||
panel=st7701_dxq5d0019b480854
|
||||
panel=st7701_dxq5d0019_V0
|
||||
|
||||
# 早期测试5寸屏使用:
|
||||
# panel=st7701_dxq5d0019b480854
|
||||
```
|
||||
|
||||
3寸屏:
|
||||
@@ -593,7 +599,7 @@ touch /boot/gt9xx
|
||||
然后执行:
|
||||
|
||||
```
|
||||
echo 2 | evtest
|
||||
echo 1 | evtest
|
||||
```
|
||||
|
||||
点击触摸屏会在终端看到具体坐标
|
||||
@@ -700,7 +706,7 @@ cp sensor_cfg.ini.alpha sensor_cfg.ini # 内测版
|
||||
使用命令查看按键事件:
|
||||
|
||||
```
|
||||
echo 1 | evtest
|
||||
echo 0 | evtest
|
||||
```
|
||||
|
||||
然后按下USER按键,可以在终端看到对应的事件报告
|
||||
|
||||
15
pages/index/zh/nanokvm.html
Normal file
15
pages/index/zh/nanokvm.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<script>
|
||||
var hash = window.location.hash
|
||||
var url_language = "zh"
|
||||
|
||||
if( navigator.language.indexOf("zh") == -1 )
|
||||
{
|
||||
url_language = "en"
|
||||
}
|
||||
|
||||
switch (window.location.hash) {
|
||||
case "#shell" :
|
||||
default :
|
||||
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM/1_intro.html"
|
||||
}
|
||||
</script>
|
||||
BIN
wiki.patch
Normal file
BIN
wiki.patch
Normal file
Binary file not shown.
Reference in New Issue
Block a user