Skip to content

Commit

Permalink
Merge pull request #16 from Ken-Vamrs/main
Browse files Browse the repository at this point in the history
feat: add accessory-usage
  • Loading branch information
peterwang2050 authored Mar 29, 2024
2 parents d34be4b + 5c6070b commit 0d8619e
Show file tree
Hide file tree
Showing 15 changed files with 202 additions and 24 deletions.
88 changes: 84 additions & 4 deletions docs/compute-module/cm5/getting-started/accessory-usage.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,95 @@
---
sidebar_position: 3
sidebar_position: 4
---

# 配件使用说明

主要介绍支持该产品的配件有哪些及介绍如何使用
这个章节主要介绍 Radxa-CM5-IO 支持的常见配件以及如何使用。

## 接口总览

<img src="/img/cm5/cm5-block-diagram.webp" width="700" alt="Radxa-CM5-IO interfaces overview" />

## 摄像头

## 显示屏
Radxa-CM5-IO 带有一个 4-lane 的 CSI 接口和一个 2-lane 的 CSI 接口。以下是目前支持的摄像头列表:

<table>
<tr>
<th>Camera Name</th>
<th>Sensor 型号</th>
<th>分辨率</th>
</tr>
<tr>
<td>OKDO 5MP Camera</td>
<td>OV5647</td>
<td>500 万 像素</td>
</tr>
<tr>
<td>Radxa Camera 8M</td>
<td>IMX219</td>
<td>800 万 像素</td>
</tr>
<tr>
<td>Radxa Camera 4K</td>
<td>IMX415</td>
<td>829 万 像素</td>
</tr>
<tr>
<td>Raspberry Pi Camera V2</td>
<td>IMX219</td>
<td>800 万 像素</td>
</tr>
<tr>
<td>Raspberry Pi Camera v1.3</td>
<td>OV5647</td>
<td>500 万 像素</td>
</tr>
</table>

4lane 摄像头使用请参见[摄像头使用教程](../accessories/camera_4k)
2lane 摄像头使用请参见[摄像头使用教程](../accessories/camera_8m)

## 屏幕

Radxa-CM5-IO 带有一个 4-lane 的 DSI 接口和有一个 2-lane 的 DSI 接口。以下是目前支持的屏幕列表:

<table>
<tr>
<th>Screen Name</th>
<th>分辨率</th>
</tr>
<tr>
<td>ALLNET 5 inch DSI Display</td>
<td>800 ×3(RGB) ×480 像素</td>
</tr>
<tr>
<td>Radxa Display 8 HD</td>
<td>1280x800 像素</td>
</tr>
<tr>
<td>Radxa Display 10FHD</td>
<td>1200x1920 像素 </td>
</tr>
<tr>
<td>Raspberry Pi 7 inch Touchscreen</td>
<td>800 x 480 像素</td>
</tr>
</table>

4lane Radxa8寸屏使用请参见[屏幕使用教程](../accessories/8hd-display_use)
2lane 树莓派7寸屏使用请参见[屏幕使用教程](../accessories/rpi-7inch-display)

## WIFI & BT 支持模块列表

| NO. | Model | Chip | WiFi | BT | WIFI Throughput | Remark |
| --- | ------------------------ | ----------- | ------------- | --- | ------------------------------------ | ------ |
| 1 | Radxa wireless A8 | RTL8852BE | 2.4G&5G&WIFI6 | 5.0 | up:600 Mbits/sec down: 900 Mbits/sec | |
| 2 | Intel 0MHK36 (PCIE+USB) | Intel 3165 | 2.4G&5G | 4.2 | up:283 Mbits/sec down: 334 Mbits/sec | |
| 3 | Intel 7265NGW (PCIE+USB) | Intel 7265 | 2.4G&5G | 4.2 | up:363 Mbits/sec down: 619 Mbits/sec | |
| 4 | Intel AX210 (PCIE+USB) | Intel AX210 | WiFi 6 | 5.2 | up:859 Mbits/sec down: 813 Mbits/sec | |

- Radxa CM5 搭配 Radxa CM5 IO 板,没有板载WiFi/BT模块,需要外接模块。以上是支持并测试过的 WITI/BT 卡。
无线模块使用请参见[WIFI/BT教程](../accessories/wifi_bt_access.md)

## WIFI/BT
更多配件信息可参考 [配件列表](../accessories)
10 changes: 10 additions & 0 deletions docs/compute-module/cm5/getting-started/install-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ import Installandroid from "../android/install-os.mdx";

</TabItem>
</Tabs>

## 登录系统

官方镜像默认有两个账号:

1. 用户名: radxa 密码: radxa

2. 用户名: rock 密码: rock

更多信息请参考 [RadxaOS](../radxa-os)
4 changes: 0 additions & 4 deletions docs/compute-module/cm5/radxa-os/os-usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Radxa ROCK 系列默认添加的用户名和密码为:
密码: radxa/rock
```

## 串口登录

<Serial platform="rk" model="nx5"/>

## 设置网络

### 连接WiFi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,95 @@
---
sidebar_position: 3
sidebar_position: 4
---

# Accessory instructions
# Accessory Usage Instructions

This section describes the supported accessories and how to use them.
This section describes the common accessories supported by the Radxa-CM5-IO and how to use them.

## Interface Overview

<img src="/img/cm5/cm5-block-diagram.webp" width="700" alt="Radxa-CM5-IO interfaces overview" />

## Camera

The Radxa-CM5-IO comes with one 4-lane CSI interface and one 2-lane CSI interface. Below is the list of currently supported cameras:

<table>
<tr>
<th>Camera Name</th>
<th>Sensor Type</th>
<th>Resolution</th>
</tr>
<tr>
<td>OKDO 5MP Camera</td>
<td>OV5647</td>
<td>5 megapixels</td>
</tr>
<tr>
<td>Radxa Camera 8M</td>
<td>IMX219</td>
<td>8 megapixels</td>
</tr>
<tr>
<td>Radxa Camera 4K</td>
<td>IMX415</td>
<td>8.29 megapixels</td>
</tr>
<tr>
<td>Raspberry Pi Camera V2</td>
<td>IMX219</td>
<td>8 megapixels</td>
</tr>
<tr>
<td>Raspberry Pi Camera v1.3</td>
<td>OV5647</td>
<td>5 megapixels</td>
</tr>
</table>

For 4lane camera usage, please see [Camera usage tutorial](../accessories/camera_4k)
For the 2lane camera, see [Camera Tutorial](../accessories/camera_8m)

## Display

The Radxa-CM5-IO comes with a 4-lane DSI interface and has a 2-lane DSI interface. The following is a list of currently supported screens:

<table>
<tr>
<th>Screen Name</th>
<th>Resolution</th>
</tr>
<tr>
<td>ALLNET 5 inch DSI Display</td>
<td>800 ×3(RGB) ×480 pixel</td>
</tr>
<tr>
<td>Radxa Display 8 HD</td>
<td>1280x800 pixel</td>
</tr>
<tr>
<td>Radxa Display 10FHD</td>
<td>1200x1920 pixel </td>
</tr>
<tr>
<td>Raspberry Pi 7 inch Touchscreen</td>
<td>800 x 480 pixels</td>
</tr>
</table>

For 4lane Radxa 8" screen use see [Screen Usage](../accessories/8hd-display_use)
For 2lane Raspberry Pi 7 inch screen use please refer to [Screen Usage](../accessories/rpi-7inch-display)

## WIFI & BT Support Module List

| NO. | Model | Chip | WiFi | BT | WIFI Throughput | Remark |
| --- | ------------------------ | ----------- | ------------- | --- | ------------------------------------ | ------ |
| 1 | Radxa wireless A8 | RTL8852BE | 2.4G&5G&WIFI6 | 5.0 | up:600 Mbits/sec down: 900 Mbits/sec | |
| 2 | Intel 0MHK36 (PCIE+USB) | Intel 3165 | 2.4G&5G | 4.2 | up:283 Mbits/sec down: 334 Mbits/sec | |
| 3 | Intel 7265NGW (PCIE+USB) | Intel 7265 | 2.4G&5G | 4.2 | up:363 Mbits/sec down: 619 Mbits/sec | |
| 4 | Intel AX210 (PCIE+USB) | Intel AX210 | WiFi 6 | 5.2 | up:859 Mbits/sec down: 813 Mbits/sec | |

- Radxa CM5 with Radxa CM5 IO board does not have an on-board WiFi/BT module and requires an external module. The above are supported and tested WITI/BT cards.
For wireless module usage, please refer to [WIFI/BT Usage](../accessories/wifi_bt_access.md)

For more information on accessories see [Accessories List](../accessories)
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ import Installandroid from "../android/install-os.mdx";

</TabItem>
</Tabs>

## Login

There are two default users for official system.

1. username: radxa password: radxa

2. username: rock password: rock

More info please refer to [RadxaOS](../radxa-os)
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 4

# Application Deployment

主要介绍类似 Samba, Docker, PVE, OMV, LAMP, Cheese, 远程控制面板等常见应用的配置及使用
Mainly introduces the configuration and use of common applications such as Samba, Docker, PVE, OMV, LAMP, Cheese, remote control panel and so on.

<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ User name:radxa/rock
Password: radxa/rock
```

## Serial Debug

<Serial platform="rk" model="nx5"/>

## Setting Network

### Connect WiFi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 4

# Application Deployment

主要介绍类似 Samba, Docker, PVE, OMV, LAMP, Cheese, 远程控制面板等常见应用的配置及使用
Mainly introduces the configuration and use of common applications such as Samba, Docker, PVE, OMV, LAMP, Cheese, remote control panel and so on.

<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use the Raspberry Pi 7-inch screen, you only need to connect `5v` and `GND`.

<img src="../../../img/rock3/3c/rock3c-rpi-7hd-connect.webp" width = "700" alt="rock 3c dsi connect"/>

使用[`rsetup`](/rock3/rock3c/os-config/rsetup)开启 `Enable Raspberry Pi 7-inch Touchscreen` overlay
Use[`rsetup`](/rock3/rock3c/os-config/rsetup)to `Enable Raspberry Pi 7-inch Touchscreen` overlay

## FAQ

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please [Resource Download Summary](/rock5/rock5itx/getting-started/download.md)
1. Remove the microSD card and power cable
2. Press the Maskrom button
3. Connect the USB of PC host via USB-A to USB-C cable, If the PC detects a device, it enters into Maskrom mode
![Maskrom 按钮](/img/rock5itx/rock5itx-maskrom.webp)
![Maskrom button](/img/rock5itx/rock5itx-maskrom.webp)

The OTG connector on the Radxa ROCK 5 ITX is TYPE-C, which allows communication between the host computer and the motherboard entering the Maskrom via a USB-C to USB-A cable.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ U-Boot needs to be flashed onto the boot media after the installation is complet

```
cd /usr/lib/u-boot/rock-5-itx/
sudo ./setup.sh update_bootloader /dev/mmcblk1 #/dev/mmcblk1 为你当前使用的启动介质,需要根据实际使用的设备来选择
sudo ./setup.sh update_bootloader /dev/mmcblk1 #/dev/mmcblk1 is the boot media you are currently using, you need to select it according to the actual device you are using
sudo reboot
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

# Radxa Module

<!-- Module 更改为具体的产品名 -->
<!-- Module Change to specific product name -->

## Product Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 5

# Radxa SBC

<!-- SBC 产品型号 -->
<!-- SBC Product Model -->

## Product Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 5

# Radxa TCM

<!-- TCM 产品型号 -->
<!-- TCM Product Model -->

## Product Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sidebar_position: 10

## AX210 Driver Installation

- Installer Download [AX210 驱动](https://dl.radxa.com/x/x2l/accessories/ax210_module.zip)
- Installer Download [AX210 driver](https://dl.radxa.com/x/x2l/accessories/ax210_module.zip)

- Copy the installation package, AX210 Driver, into the Radxa X2L.

Expand Down

0 comments on commit 0d8619e

Please sign in to comment.