Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues #128

Merged
merged 4 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rock5/rock5itx/accessories/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ radxa@rock-5itx:~$ rsetup

- 通过[设备树配置](../os-config/rsetup#overlays)来启用瑞莎 4K 摄像头的 Overlay。

:::caution [注意]
:::caution

1. 请启用 `[] Enable Radxa Camera 4K on CAM1` 项 Overlay。
2. 在启用成功显示 `[*] Enable Radxa Camera 4K on CAM1` 后退出重启才能使配置生效。
Expand Down
2 changes: 1 addition & 1 deletion docs/rock5/rock5itx/accessories/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ radxa@rock-5itx:~$ rsetup

- 通过[设备树配置](../os-config/rsetup#overlays)来启用瑞莎 8 寸触摸屏的 Overlay。

:::caution [注意]
:::caution

1. 请启用 `[] Enable Radxa Display 8HD on LCD0` 项 Overlay。
2. 在启用成功显示 `[*] Enable Radxa Display 8HD on LCD0` 后退出重启才能使配置生效。
Expand Down
10 changes: 5 additions & 5 deletions docs/rock5/rock5itx/getting-started/hardware-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebar_position: 5
<th>17</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#poe">POE 接口</a></th>
<th>25</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-m-key">PCIE M KEY</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-m-key">PCIE M-KEY</a></th>
</tr>
<tr>
<th>2</th>
Expand All @@ -39,7 +39,7 @@ sidebar_position: 5
<th>18</th>
<th>ATX 电源接口</th>
<th>26</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-e-key">PCIE E KEY</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-e-key">PCIE E-KEY</a></th>
</tr>
<tr>
<th>3</th>
Expand All @@ -53,7 +53,7 @@ sidebar_position: 5
</tr>
<tr>
<th>4</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#miscro-sd">Miscro SD</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#miscro-sd">MicroSD</a></th>
<th>12</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#以太网--usb-20-12">以太网 + USB 2.0</a></th>
<th>20</th>
Expand Down Expand Up @@ -87,7 +87,7 @@ sidebar_position: 5
<th>15</th>
<th>全功能 Type C</th>
<th>23</th>
<th>MASK ROM 按键</th>
<th>MASKROM 按键</th>
<th></th>
<th></th>
</tr>
Expand Down Expand Up @@ -136,7 +136,7 @@ sidebar_position: 5
</tr>
<tr>
<th>存储</th>
<th>板载 32GB eMMC</th>
<th>板载 8GB eMMC</th>
</tr>
<tr>
<th>硬件编解码</th>
Expand Down
1 change: 1 addition & 0 deletions docs/rock5/rock5itx/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ROCK 5 ITX 在保证强大性能的同时,CPU功耗不超过10W,整机待机
借助于RK3588 的强大硬件编解码能力,ROCK 5 ITX 支持高达8K视频解码及多屏显示输出,能同时驱动3个4Kp60显示器和一个2K的eDP或MIPI屏幕。支持 S/PDIF 数字音频及模拟音频输出,使其成为理想的多媒体娱乐中心或HTPC平台。

## 开源支持

与常见X86主板不同,ROCK 5 ITX 提供了完整的硬件设计原理图和软件源代码。这一开放性使得它非常适合DIY爱好者和开发者进行个性化修改和功能扩展。

ROCK 5 ITX 不仅是一款高性能的ARM基础PC板,更是一个多功能、可扩展的开发平台,适合从业余爱好者到专业开发者使用,无论是进行高端游戏、多媒体处理、还是复杂的开发和实验,都能提供强大的支持。
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ sidebar_position: 4

- Open the Kconsole terminal via the Application Launcher in the lower left corner and run the `rsetup` command:

Command
```bash
radxa@rock-5itx:~$ rsetup

````
```

- Pass the [Device Tree Configuration](../os-config/rsetup#overlays) to enable overlay for the Rxa 4K camera.

Attention.
:::caution

1. enable the `[] Enable Radxa Camera 4K ` item overlay on CAM1.
2. Quit and reboot after enabling successfully displaying `[*] Enable Radxa Camera 4K on CAM1` for the configuration to take effect.
Expand All @@ -30,7 +29,7 @@ You can also open the camera preview using the terminal command:

```bash
gst-launch-1.0 v4l2src device=/dev/video11 io-mode=4 ! videoconvert ! video/x-raw,format=NV12,width=1920,height=1080 ! xvimagesink;
````
```

Take a picture using the following command:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ sidebar_position: 3

- Open the Kconsole terminal via the Application Launcher in the lower left corner, and run the `rsetup` command:

``bash
```bash
radxa@rock-5itx:~$ rsetup

```

- Pass the [device tree configuration] (../os-config/rsetup#overlays) to enable Overlay for the Rxa 8" touchscreen.

:::caution [Caution]
:::caution

1. Please enable the `[] Enable Radxa Display 8HD on LCD0` item Overlay. 2.
2. Quit and reboot after enabling the `[*] Enable Radxa Display 8HD on LCD0` successfully for the configuration to take effect.

:::
```
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebar_position: 5
<th>17</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#poe">POE Interface</a></th>
<th>25</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-m-key">PCIE M KEY</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-m-key">PCIE M-KEY</a></th>
</tr>
<tr>
<th>2</th>
Expand All @@ -39,7 +39,7 @@ sidebar_position: 5
<th>18</th>
<th>ATX Power Interface</th>
<th>26</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-e-key">PCIE E KEY</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#pcie-e-key">PCIE E-KEY</a></th>
</tr>
<tr>
<th>3</th>
Expand All @@ -53,7 +53,7 @@ sidebar_position: 5
</tr>
<tr>
<th>4</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#miscro-sd">Miscro SD</a></th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#miscro-sd">MicroSD</a></th>
<th>12</th>
<th><a href="/rock5/rock5itx/hardware-design/hardware-interface#以太网--usb-20-12">Ethernet + USB 2.0</a></th>
<th>20</th>
Expand Down Expand Up @@ -87,7 +87,7 @@ sidebar_position: 5
<th>15</th>
<th>Full-Featured Type C</th>
<th>23</th>
<th>MASK ROM Keypad</th>
<th>MASKROM Keypad</th>
<th></th>
<th></th>
</tr>
Expand Down Expand Up @@ -136,7 +136,7 @@ sidebar_position: 5
</tr>
<tr>
<td>Storage</td>
<td>Onboard 32GB eMMC</td>
<td>Onboard 8GB eMMC</td>
</tr>
<tr>
<td>Hardware Codec</td>
Expand Down
Loading