diff --git a/docs/rock5/rock5itx/accessories/camera.md b/docs/rock5/rock5itx/accessories/camera.md
index d620ed0ab..bcf5152a4 100644
--- a/docs/rock5/rock5itx/accessories/camera.md
+++ b/docs/rock5/rock5itx/accessories/camera.md
@@ -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` 后退出重启才能使配置生效。
diff --git a/docs/rock5/rock5itx/accessories/display.md b/docs/rock5/rock5itx/accessories/display.md
index 12d52e674..987ce8b8f 100644
--- a/docs/rock5/rock5itx/accessories/display.md
+++ b/docs/rock5/rock5itx/accessories/display.md
@@ -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` 后退出重启才能使配置生效。
diff --git a/docs/rock5/rock5itx/getting-started/hardware-overview.md b/docs/rock5/rock5itx/getting-started/hardware-overview.md
index 1d8f19c96..de33ae970 100644
--- a/docs/rock5/rock5itx/getting-started/hardware-overview.md
+++ b/docs/rock5/rock5itx/getting-started/hardware-overview.md
@@ -29,7 +29,7 @@ sidebar_position: 5
17 |
POE 接口 |
25 |
- PCIE M KEY |
+ PCIE M-KEY |
2 |
@@ -39,7 +39,7 @@ sidebar_position: 5
18 |
ATX 电源接口 |
26 |
- PCIE E KEY |
+ PCIE E-KEY |
3 |
@@ -53,7 +53,7 @@ sidebar_position: 5
4 |
- Miscro SD |
+ MicroSD |
12 |
以太网 + USB 2.0 |
20 |
@@ -87,7 +87,7 @@ sidebar_position: 5
15 |
全功能 Type C |
23 |
- MASK ROM 按键 |
+ MASKROM 按键 |
|
|
@@ -136,7 +136,7 @@ sidebar_position: 5
存储 |
- 板载 32GB eMMC |
+ 板载 8GB eMMC |
硬件编解码 |
diff --git a/docs/rock5/rock5itx/getting-started/introduction.md b/docs/rock5/rock5itx/getting-started/introduction.md
index 94d3fdff8..6bafd21d9 100644
--- a/docs/rock5/rock5itx/getting-started/introduction.md
+++ b/docs/rock5/rock5itx/getting-started/introduction.md
@@ -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板,更是一个多功能、可扩展的开发平台,适合从业余爱好者到专业开发者使用,无论是进行高端游戏、多媒体处理、还是复杂的开发和实验,都能提供强大的支持。
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/camera.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/camera.md
index 721737440..832cd8309 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/camera.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/camera.md
@@ -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.
@@ -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:
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/display.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/display.md
index c9f5d0ef9..a5fd2ff80 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/display.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/accessories/display.md
@@ -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.
:::
-```
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/getting-started/hardware-overview.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/getting-started/hardware-overview.md
index 14dcf6a02..2372f2621 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/getting-started/hardware-overview.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5itx/getting-started/hardware-overview.md
@@ -29,7 +29,7 @@ sidebar_position: 5
17 |
POE Interface |
25 |
- PCIE M KEY |
+ PCIE M-KEY |
2 |
@@ -39,7 +39,7 @@ sidebar_position: 5
18 |
ATX Power Interface |
26 |
- PCIE E KEY |
+ PCIE E-KEY |
3 |
@@ -53,7 +53,7 @@ sidebar_position: 5
4 |
- Miscro SD |
+ MicroSD |
12 |
Ethernet + USB 2.0 |
20 |
@@ -87,7 +87,7 @@ sidebar_position: 5
15 |
Full-Featured Type C |
23 |
- MASK ROM Keypad |
+ MASKROM Keypad |
|
|
@@ -136,7 +136,7 @@ sidebar_position: 5
Storage |
- Onboard 32GB eMMC |
+ Onboard 8GB eMMC |
Hardware Codec |