diff --git a/docs/Home.md b/docs/Home.md index 56c0df8a0..ce33a9a87 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -253,6 +253,22 @@ sidebar_custom_props: }, ], }, + { + products_name: "ROCK 5T", + products_photo_url: "/home/product-pictures/rock5t.webp", + products_link: "/rock5/rock5t", + docs: + [ + { + docs_link: "/rock5/rock5t", + docs_photo_type: "Overview", + docs_name_en: "Overview", + docs_name_zh: "ROCK 5T 概览", + docs_info_en: "Overview of the ROCK 5T", + docs_info_zh: "ROCK 5T 概览", + }, + ], + }, { products_name: "ROCK 5 ITX", products_photo_url: "/home/product-pictures/rock5itx.webp", diff --git a/docs/common/accessories/_fan.mdx b/docs/common/accessories/_fan.mdx index dc797ec1c..a69e2bdb8 100644 --- a/docs/common/accessories/_fan.mdx +++ b/docs/common/accessories/_fan.mdx @@ -61,14 +61,18 @@
     
-    radxa@{props.model}:~$ echo 0 | sudo tee /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state
+    echo 0 | sudo tee /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state  
+    or  
+    echo 0 | sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon*/pwm1
   
4. 将风扇调至最高档
     
-    radxa@{props.model}:~$ sudo cp /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/max_state /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state
+    sudo cp /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/max_state /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state  
+    or  
+    echo 255 | sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon*/pwm1
   
- step_wise diff --git a/docs/common/general/_power_board_from_40pin.mdx b/docs/common/general/_power_board_from_40pin.mdx index daae92d36..b432ee184 100644 --- a/docs/common/general/_power_board_from_40pin.mdx +++ b/docs/common/general/_power_board_from_40pin.mdx @@ -1,6 +1,6 @@ # 如何通过 GPIO 给板子供电 -大部分 radxa sbc 都可以从 40 PIN 上的 GPIO 接口来供电启动,少部分启动电压超过 5V 的除外. 5B/5B+ 5V可以启动,这里以 5B+ 为例来进行讲解。 +大部分 radxa sbc 都可以从 40 PIN 上的 GPIO 接口来供电启动,少部分启动电压超过 5V 的除外. 这里以 5B+ 为例来进行讲解。 ## 准备工作 diff --git a/docs/common/radxa-os/_autologin.mdx b/docs/common/radxa-os/_autologin.mdx index d5ba0a05d..5d7b982c5 100644 --- a/docs/common/radxa-os/_autologin.mdx +++ b/docs/common/radxa-os/_autologin.mdx @@ -13,14 +13,18 @@ -如图,使用` Ctrl + Alt + T` 调出终端, 然后编辑文件`sudo vim /etc/gdm3/daemon.conf` +如图,使用` Ctrl + Alt + T` 调出终端, 然后输入`rsetup`, 选择 `User Settings` 进行配置。 ![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-1.webp) -按 `i` 进入编辑模式,修改成如下内容,然后按 `Esc` 输入 `:wq` 保存并退出,完成自动登录设置。 现在重新启动计算机将不再需要您输入登录密码。 +选择`Configure auto login`, ![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-2.webp) - +按空格选中 `gdm.service`, 然后选中`OK`完成自动登录设置。 现在重新启动计算机将不再需要您输入登录密码。 + +![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-3.webp) + + diff --git a/docs/rock5/rock5t/_image.mdx b/docs/rock5/rock5t/_image.mdx index b86c5da63..3c850781e 100644 --- a/docs/rock5/rock5t/_image.mdx +++ b/docs/rock5/rock5t/_image.mdx @@ -13,9 +13,9 @@ import React, { Fragment } from "react";
  • {" "} - + {" "} - ROCK 5T 系统镜像 (6.1 内核) 测试版本: rock-5t_bookworm_kde_t1{" "} + ROCK 5T 系统镜像 (6.1 内核) : rock-5t_bookworm_kde_b2{" "}
  • diff --git a/docs/rock5/rock5t/download.md b/docs/rock5/rock5t/download.md index 02a51ee82..ce0e3b1fd 100644 --- a/docs/rock5/rock5t/download.md +++ b/docs/rock5/rock5t/download.md @@ -12,121 +12,9 @@ import Images from "./\_image.mdx" - - ## 硬件设计 -### X1.0(开发者版) - - +### V1.2 ## 质量认证 diff --git a/docs/rock5/rock5t/getting-started/install-os/nvme.md b/docs/rock5/rock5t/getting-started/install-os/nvme.md index e345fd43d..b64801710 100644 --- a/docs/rock5/rock5t/getting-started/install-os/nvme.md +++ b/docs/rock5/rock5t/getting-started/install-os/nvme.md @@ -6,7 +6,7 @@ sidebar_position: 3 import NVME from '../../../../common/dev/\_nvme.mdx'; - + :::tip 系统从上电到开机启动,整个过程持续约 53 秒,然后进入系统桌面。 diff --git a/docs/rock5/rock5t/getting-started/interface-usage/fan.md b/docs/rock5/rock5t/getting-started/interface-usage/fan.md index c512bedb4..d868e146d 100644 --- a/docs/rock5/rock5t/getting-started/interface-usage/fan.md +++ b/docs/rock5/rock5t/getting-started/interface-usage/fan.md @@ -7,3 +7,5 @@ import FAN from "../../../../common/accessories/\_fan.mdx"; # 风扇接口 ## 接口测试方法 + + diff --git a/docs/rock5/rock5t/getting-started/introduction.md b/docs/rock5/rock5t/getting-started/introduction.md index d110485ca..3ed3085d2 100644 --- a/docs/rock5/rock5t/getting-started/introduction.md +++ b/docs/rock5/rock5t/getting-started/introduction.md @@ -45,8 +45,8 @@ ROCK 5T 提供了完整的硬件设计原理图和软件源代码,这一特性 ## 主板预览 - -rock 5t x1.0 + +rock 5t v1.2 ## 参数配置 @@ -118,7 +118,7 @@ ROCK 5T 提供了完整的硬件设计原理图和软件源代码,这一特性 供电 - 支持 9V/2A、12V/2A、15V/2A 和 20V/2A 的 USB Type-C PD 2.0
    USB Type-C 端口上固定电压为 5V 至 20V 的电源适配器
    向 GPIO PIN 2 和 4 提供 5V 电源 + 支持 DC 12V 的电源适配器
    支持向 GPIO PIN 2 和 4 提供 5V 电源 尺寸 diff --git a/docs/rock5/rock5t/getting-started/power-supply.md b/docs/rock5/rock5t/getting-started/power-supply.md index 58a5939d3..21fbb0afd 100644 --- a/docs/rock5/rock5t/getting-started/power-supply.md +++ b/docs/rock5/rock5t/getting-started/power-supply.md @@ -5,12 +5,8 @@ description: "ROCK 5T 的供电详情" # 电源选择 -ROCK 5T 支持多种供电技术,包括智能电源适配器和固定电压: +ROCK 5T 支持以下供电: -- USB Type-C PD 2.0 版,9V/2A、12V/2A、15V/2A 和 20V/2A - -- USB C 接头,直出 5V 到 20V 之间任意固定电压的适配器,功率大于 40W。例如 12V/4A USB C 接头直出的适配器。 +- DC 12V 适配器 - 5V 电源应用于 GPIO PIN 2 和 4 - -电源适配器推荐使用官方的 [瑞莎 PD65W 适配器](/accessories/pd_65w)。 diff --git a/docs/rock5/rock5t/getting-started/quick-start.md b/docs/rock5/rock5t/getting-started/quick-start.md index 999add82c..1af2852d9 100644 --- a/docs/rock5/rock5t/getting-started/quick-start.md +++ b/docs/rock5/rock5t/getting-started/quick-start.md @@ -13,12 +13,12 @@ ROCK 5T 标准包装包括以下物品:- ROCK 5T 主板 - Wi-FI 天线 要启动 ROCK 5T,您还需要一下设备: -- 一个充电器(推荐使用 PD 充电器)。ROCK 5T 还支持 PoE 供电。更过供电详情,请参考[电源方案](./power-supply)。 +- 一个充电器(推荐使用 DC 12V)。ROCK 5T 还支持 PoE 供电。 - 一个 HDMI 线和一个支持 HDMI 的显示器,推荐分辨率为 1080P 或更高,4K / 8K 显示器将提供最佳体验。 - 一套 USB 鼠标和键盘,常见的 USB 输入设备均支持即插即用。 - 一根网线,更新系统时需要联网。 -非必需但可增强 ROCK 5T 基本功能的外设:(待更新) +非必需但可增强 ROCK 5T 基本功能的外设: - 散热器,参考[散热器选型](./interface-usage/fan)来安装散热器 @@ -42,8 +42,6 @@ ROCK 5T 标准包装包括以下物品:- ROCK 5T 主板 - Wi-FI 天线 4. 将电源适配器插入 ROCK 5T 的电源接口。设备上电,电源指示灯显示绿色,启动正常后,指示灯开始闪烁。 -rock5T pwr - :::tip 系统从上电到开机启动,整个过程持续约 40 秒,然后进入系统桌面。 ::: diff --git a/docs/rock5/rock5t/hardware-design/hardware-interface.md b/docs/rock5/rock5t/hardware-design/hardware-interface.md index d2fe596ac..8f91ad1a9 100644 --- a/docs/rock5/rock5t/hardware-design/hardware-interface.md +++ b/docs/rock5/rock5t/hardware-design/hardware-interface.md @@ -11,12 +11,14 @@ description: "详细介绍 ROCK 5T 硬件信息" ## 实物照片 -rock 5t overview +rock 5t overview ## 接口详情 ### FAN Header +- 参考[风扇](../getting-started/interface-usage/fan)来安装 + ### GPIO - GPIO 电压 @@ -51,7 +53,7 @@ description: "详细介绍 ROCK 5T 硬件信息" | 34 | | | | I2C4_SDA_M3 | | PWM0_M2 | | GPIO1_A2 |
    31
    |
    32
    | GPIO3_C2 | | PWM14_M0 | UART7_RTSN_M1 | I2C8_SCL_M4 | | SPI1_CS0_M1 | | 114 | | 103 | | | | | | PWM8_M0 | | GPIO3_A7 |
    33
    |
    34
    | GND | | | | | | | | | | 110 | | | I2S2_LRCK_M1 | | UART3_RX_M1 | PWM13_M0 | CAN1_TX_M0 | GPIO3_B6 |
    35
    |
    36
    | GPIO3_B1 | | PWM2_M1 | UART2_TX_M2 | | | | | 105 | - | | | | | | | | | GPIO0_A0 |
    37
    |
    38
    | GPIO3_B2 | | PWM3_IR_M1 | UART2_RX_M2 | | I2S2_SDI_M1 | | | 106 | + | 39 | | | | | | | | GPIO1_A7 |
    37
    |
    38
    | GPIO3_B2 | | PWM3_IR_M1 | UART2_RX_M2 | | I2S2_SDI_M1 | | | 106 | | | | | | | | | | GND |
    39
    |
    40
    | GPIO3_B3 | | | UART2_RTSN | | I2S2_SDO_M1 | | | 107 | @@ -59,12 +61,130 @@ description: "详细介绍 ROCK 5T 硬件信息" ### Gigabit Ethernet -### Maskrom Button - ### MIPI CSI +#### CAM0 + +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------------------: | +| 1 | GND | Ground, common reference for electrical circuits | +| 2 | MIPI_CSI0_RX_D3N | MIPI CSI-0 receive data lane 3 negative | +| 3 | MIPI_CSI0_RX_D3P | MIPI CSI-0 receive data lane 3 positive | +| 4 | GND | Ground | +| 5 | MIPI_CSI0_RX_D2N | MIPI CSI-0 receive data lane 2 negative | +| 6 | MIPI_CSI0_RX_D2P | MIPI CSI-0 receive data lane 2 positive | +| 7 | GND | Ground | +| 8 | MIPI_CSI0_RX_CLK1N | MIPI CSI-0 receive clock lane 1 negative | +| 9 | MIPI_CSI0_RX_CLK1P | MIPI CSI-0 receive clock lane 1 positive | +| 10 | GND | Ground | +| 11 | MIPI_CSI0_RX_D1N | MIPI CSI-0 receive data lane 1 negative | +| 12 | MIPI_CSI0_RX_D1P | MIPI CSI-0 receive data lane 1 positive | +| 13 | GND | Ground | +| 14 | MIPI_CSI0_RX_D0N | MIPI CSI-0 receive data lane 0 negative | +| 15 | MIPI_CSI0_RX_D0P | MIPI CSI-0 receive data lane 0 positive | +| 16 | GND | Ground | +| 17 | MIPI_CSI0_RX_CLK0N | MIPI CSI-0 receive clock lane 0 negative | +| 18 | MIPI_CSI0_RX_CLK0P | MIPI CSI-0 receive clock lane 0 positive | +| 19 | GND | Ground | +| 20 | MIPI_CAM3_CLKOUT | Clock output for MIPI Camera 3 | +| 21 | GND | Ground | +| 22 | MIPI_CAM1_CLKOUT | Clock output for MIPI Camera 1 | +| 23 | MIPI_CSI0_PDN0_H | Power down signal for MIPI CSI-0, active high | +| 24 | I2C3_SCL_M0_MIPI | I2C bus 3 clock line, master 0 for MIPI interface | +| 25 | I2C3_SDA_M0_MIPI | I2C bus 3 data line, master 0 for MIPI interface | +| 26 | MIPI_CSI0_PDN1_H | Power down signal for second port of MIPI CSI-0, active high | +| 27 | CAM1_RST_L | Camera module reset, active low | +| 28 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 29 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 30 | VCC_5V | 3.3V power supply for Camera 1 | +| 31 | VCC_5V | 3.3V power supply for Camera 1 | + +#### CAM1 + +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------------------: | +| 1 | GND | Ground, common reference for electrical circuits | +| 2 | MIPI_CSI1_RX_D3N | MIPI CSI-1 receive data lane 3 negative | +| 3 | MIPI_CSI1_RX_D3P | MIPI CSI-1 receive data lane 3 positive | +| 4 | GND | Ground | +| 5 | MIPI_CSI1_RX_D2N | MIPI CSI-1 receive data lane 2 negative | +| 6 | MIPI_CSI1_RX_D2P | MIPI CSI-1 receive data lane 2 positive | +| 7 | GND | Ground | +| 8 | MIPI_CSI1_RX_CLK1N | MIPI CSI-1 receive clock lane 1 negative | +| 9 | MIPI_CSI1_RX_CLK1P | MIPI CSI-1 receive clock lane 1 positive | +| 10 | GND | Ground | +| 11 | MIPI_CSI1_RX_D1N | MIPI CSI-1 receive data lane 1 negative | +| 12 | MIPI_CSI1_RX_D1P | MIPI CSI-1 receive data lane 1 positive | +| 13 | GND | Ground | +| 14 | MIPI_CSI1_RX_D0N | MIPI CSI-1 receive data lane 0 negative | +| 15 | MIPI_CSI1_RX_D0P | MIPI CSI-1 receive data lane 0 positive | +| 16 | GND | Ground | +| 17 | MIPI_CSI1_RX_CLK0N | MIPI CSI-1 receive clock lane 0 negative | +| 18 | MIPI_CSI1_RX_CLK0P | MIPI CSI-1 receive clock lane 0 positive | +| 19 | GND | Ground | +| 20 | MIPI_CAM4_CLKOUT | Clock output for MIPI Camera 4 | +| 21 | GND | Ground | +| 22 | MIPI_CAM2_CLKOUT | General Purpose Input/Output pin, bank 1 bit 6 | +| 23 | MIPI_CAM2_PDN_L | Power down signal for MIPI CSI-1, active high | +| 24 | I2C7_SCL_M0 | I2C bus 3 clock line, master 0 for MIPI interface | +| 25 | I2C7_SDA_M0 | I2C bus 3 data line, master 0 for MIPI interface | +| 26 | MIPI_CAM2_PDN2_L | Power down signal for second port of MIPI CSI-1, active high | +| 27 | CAM2_RST_L | Camera module reset, active low | +| 28 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 29 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 30 | VCC_5V | 3.3V power supply for Camera 1 | +| 31 | VCC_5V | 3.3V power supply for Camera 1 | + +摄像头座子采用的是 FH35C-31S-0.3SHW(50),间距 0.3 mm。 + ### MIPI DSI +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------: | +| 0 | GND | Ground, common reference for electrical circuits | +| 1 | VDD3V3 | 3.3V power supply | +| 2 | VCC_1V8_S0 | 1.8V power supply for Sensor 0 | +| 3 | SENSOR_INT_LCD1 | Interrupt signal from Sensor to LCD1 | +| 4 | LCD_RESET | Reset signal for LCD | +| 5 | / | No connection | +| 6 | GND | Ground | +| 7 | MIPI_DPHY0_TX_D0N | MIPI D-PHY data lane 0 negative | +| 8 | MIPI_DPHY0_TX_D0P | MIPI D-PHY data lane 0 positive | +| 9 | GND | Ground | +| 10 | MIPI_DPHY0_TX_D1N | MIPI D-PHY data lane 1 negative | +| 11 | MIPI_DPHY0_TX_D1P | MIPI D-PHY data lane 1 positive | +| 12 | GND | Ground | +| 13 | MIPI_DPHY0_TX_CLKN | MIPI D-PHY clock lane negative | +| 14 | MIPI_DPHY0_TX_CLKP | MIPI D-PHY clock lane positive | +| 15 | GND | Ground | +| 16 | MIPI_DPHY0_TX_D2N | MIPI D-PHY data lane 2 negative | +| 17 | MIPI_DPHY0_TX_D2P | MIPI D-PHY data lane 2 positive | +| 18 | GND | Ground | +| 19 | MIPI_DPHY0_TX_D3N | MIPI D-PHY data lane 3 negative | +| 20 | MIPI_DPHY0_TX_D3P | MIPI D-PHY data lane 3 positive | +| 21 | GND | Ground | +| 22 | GND | Ground | +| 23 | TP1_RST_L | Reset signal for Touch Panel 1, active low | +| 24 | GND | Ground | +| 25 | TP1_INT_L | Interrupt signal from Touch Panel 1, active low | +| 26 | I2C6_SDA_M0 | I2C Bus 6 Data Line, Master 0 | +| 27 | I2C6_SCL_M0 | I2C Bus 6 Clock Line, Master 0 | +| 28 | GND | Ground | +| 29 | GND | Ground | +| 30 | VCC3V3 | 3.3V power supply | +| 31 | VCC3V3 | 3.3V power supply | +| 32 | GND | Ground | +| 33 | GND | Ground | +| 34 | VCC_LEDK1 | Power supply for LED K1 | +| 35 | VCC_LEDK1 | Power supply for LED K1 | +| 36 | / | No connection | +| 37 | / | No connection | +| 38 | VCC_LEDA1 | Power supply for LED A1 | +| 39 | VCC_LEDA1 | Power supply for LED A1 | +| 40 | GND | Ground | + +LCD 座子采用的是 FH35C-39S-0.3SHW(50),间距 0.3 mm。 + ### PCIe ### POE diff --git a/docs/rock5/rock5t/hardware-design/power_board_from_40pin.md b/docs/rock5/rock5t/hardware-design/power_board_from_40pin.md new file mode 100644 index 000000000..525eb222e --- /dev/null +++ b/docs/rock5/rock5t/hardware-design/power_board_from_40pin.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 10 +--- + +import PowerViaGPIO from "../../../common/general/\_power_board_from_40pin.mdx" + +# 从 40PIN GPIO 给板子供电 + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/accessories/_fan.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/accessories/_fan.mdx index 07c30d5ff..9c5de78f1 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/accessories/_fan.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/accessories/_fan.mdx @@ -63,14 +63,18 @@
           
    -      radxa@{props.model}:~$ echo 0 | sudo tee /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state
    +      echo 0 | sudo tee /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state  
    +      or  
    +      echo 0 | sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon*/pwm1
         
    4. Set the fan to the highest setting.
         
    -    radxa@{props.model}:~$ sudo cp /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/max_state /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state
    +    sudo cp /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/max_state /sys/class/thermal/cooling_device{props.pwm_fan_dev_id}/cur_state  
    +    or  
    +    echo 255 | sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon*/pwm1
       
    - step_wise diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/general/_power_board_from_40pin.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/general/_power_board_from_40pin.mdx index c68bfc768..335cd2cd5 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/general/_power_board_from_40pin.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/general/_power_board_from_40pin.mdx @@ -1,6 +1,6 @@ # How to power the board via GPIO -Most radxa sbc's can be powered from the GPIO connector on the 40 PIN, except for a few that have a startup voltage of more than 5V. The 5B/5B+ can be powered up with 5V, so we will use the 5B+ as an example. +Most radxa sbc's can be powered from the GPIO connector on the 40 PIN, except for a few that have a startup voltage of more than 5V. So we will use the 5B+ as an example. ## Preparation diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_autologin.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_autologin.mdx index 59f77eaee..cd193e1c4 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_autologin.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_autologin.mdx @@ -13,14 +13,18 @@ Switch to `Advanced` as shown in the figure, click the box to select the user wh
    -As shown , use `Ctrl + Alt + T` to open the terminal, then edit the file with: `sudo vim /etc/gdm3/daemon.conf` +As shown , use `Ctrl + Alt + T` to open the terminal, then enter `rsetup ` and select `User Settings` to configure. ![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-1.webp) -Press `i` to enter edit mode, modify the content as shown below, then press `Esc` and type `:wq` to save and exit. This completes the auto-login setup. Now, when you restart the computer, you won't need to enter a login password. +Select `Configure auto login`, ![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-2.webp) - +Select `gdm.service` by the space, and then select `OK` to complete the automatic login setup. Now restarting the computer will no longer require you to enter a login password. + +![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-3.webp) + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/_image.mdx b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/_image.mdx index 973956f78..2348401f9 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/_image.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/_image.mdx @@ -13,9 +13,9 @@ import React, { Fragment } from "react";
  • {" "} - + {" "} - ROCK 5T System Image (6.1 Kernel): rock-5t_bookworm_kde_t1{" "} + ROCK 5T System Image (6.1 Kernel): rock-5t_bookworm_kde_b2{" "}
  • diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/download.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/download.md index 11b16fe7c..3ff68d559 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/download.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/download.md @@ -14,11 +14,7 @@ import Images from "./\_image.mdx" ## Hardware Design -### X1.0(Developer version) - - +### V1.2 ## Quality certification diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/install-os/nvme.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/install-os/nvme.md index 8311ddb30..9989ba72d 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/install-os/nvme.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/install-os/nvme.md @@ -6,7 +6,7 @@ sidebar_position: 3 import NVME from '../../../../common/dev/\_nvme.mdx'; - + :::tip The entire process of powering up the system and booting it up lasts about 40 seconds before it enters the system desktop. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/interface-usage/fan.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/interface-usage/fan.md index 1a2276b4e..0a6a30550 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/interface-usage/fan.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/interface-usage/fan.md @@ -7,3 +7,5 @@ import FAN from "../../../../common/accessories/\_fan.mdx"; # FAN Interface ## Interface Test Methods + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/introduction.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/introduction.md index f5dc8ff00..cc0995aee 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/introduction.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/introduction.md @@ -45,8 +45,8 @@ ROCK 5T provides complete hardware design schematics and software source code, a ## Motherboard Preview - -rock 5t x1.0 + +rock 5t v1.2 ## Parameter Configuration @@ -118,7 +118,7 @@ ROCK 5T provides complete hardware design schematics and software source code, a Power Supply - Supports USB Type-C PD 2.0 with 9V/2A, 12V/2A, 15V/2A, and 20V/2A
    Power adapter with fixed voltage of 5V to 20V on USB Type-C port
    Provides 5V power to GPIO PINs 2 and 4 + Supports DC 12V power adapter
    Provides 5V power to GPIO PINs 2 and 4 Size diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/power-supply.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/power-supply.md index 8378d265f..5c6ce9264 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/power-supply.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/power-supply.md @@ -5,12 +5,8 @@ description: "Power supply details for ROCK 5T" # Power supply options -The ROCK 5T supports a variety of power supply technologies, including smart power adapters and fixed voltage: +The ROCK 5T supports a variety of power supply technologies: -- USB Type-C PD Version 2.0 with 9V/2A, 12V/2A, 15V/2A and 20V/2A. - -- The USB-C power connector should output a fixed voltage between 5V and 20V, with a power rating greater than 40W. For example, a 12V/4A USB-C power adapter would be suitable. +- DC 12V adapter - 5V power supply for GPIO PINs 2 and 4 - -Power adapter recommended: The official [Radxa PD65W adapter](/accessories/pd_65w). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/quick-start.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/quick-start.md index 1ea0da6e0..dec4cfdcc 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/quick-start.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/quick-start.md @@ -13,7 +13,7 @@ ROCK 5T standard package includes the following items: - ROCK 5B+ motherboard - To boot up the ROCK 5T, you'll also need the following: -- A charger(PD charge recommended), positive inside and ground outside.The ROCK 5T also supports PoE power supply. For more details on power supply, please refer to [power-supply](../power-supply). +- A charger(DC 12V recommended), positive inside and ground outside. The ROCK 5T also supports PoE power supply. For more details on power supply, please refer to [power-supply](./power-supply). - An HDMI cable and an HDMI-enabled monitor with a recommended resolution of 1080P or higher, a 4K / 8K monitor will provide the best experience. - A set of USB mouse and keyboard, common USB input devices support plug and play. - A network cable, you need to connect to the Internet to update your system. @@ -42,8 +42,6 @@ Refer to the [install-os](./install-os/) section to install the operating system 4. Plug the power adapter into the power port on the ROCK 5T. When the device is powered on, the power indicator light will display a solid green color. After the normal startup process completes, the indicator light will start to blink. -rock5T pwr - :::tip The entire process lasts about 40 seconds from powering up the system to booting it to the system desktop. ::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/hardware-interface.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/hardware-interface.md index 72a316854..ac949ebe9 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/hardware-interface.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/hardware-interface.md @@ -11,12 +11,14 @@ description: "Detailed hardware information for ROCK 5T" ## Physical photographs -rock 5t overview +rock 5t overview ## Interface details ### FAN Header +- Refer to [Fan](../getting-started/interface-usage/fan) to install + ### GPIO - GPIO Voltage @@ -51,7 +53,7 @@ description: "Detailed hardware information for ROCK 5T" | 34 | | | | I2C4_SDA_M3 | | PWM0_M2 | | GPIO1_A2 |
    31
    |
    32
    | GPIO3_C2 | | PWM14_M0 | UART7_RTSN_M1 | I2C8_SCL_M4 | | SPI1_CS0_M1 | | 114 | | 103 | | | | | | PWM8_M0 | | GPIO3_A7 |
    33
    |
    34
    | GND | | | | | | | | | | 110 | | | I2S2_LRCK_M1 | | UART3_RX_M1 | PWM13_M0 | CAN1_TX_M0 | GPIO3_B6 |
    35
    |
    36
    | GPIO3_B1 | | PWM2_M1 | UART2_TX_M2 | | | | | 105 | - | | | | | | | | | GPIO0_A0 |
    37
    |
    38
    | GPIO3_B2 | | PWM3_IR_M1 | UART2_RX_M2 | | I2S2_SDI_M1 | | | 106 | + | 39 | | | | | | | | GPIO1_A7 |
    37
    |
    38
    | GPIO3_B2 | | PWM3_IR_M1 | UART2_RX_M2 | | I2S2_SDI_M1 | | | 106 | | | | | | | | | | GND |
    39
    |
    40
    | GPIO3_B3 | | | UART2_RTSN | | I2S2_SDO_M1 | | | 107 | @@ -63,8 +65,128 @@ description: "Detailed hardware information for ROCK 5T" ### MIPI CSI +#### CAM0 + +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------------------: | +| 1 | GND | Ground, common reference for electrical circuits | +| 2 | MIPI_CSI0_RX_D3N | MIPI CSI-0 receive data lane 3 negative | +| 3 | MIPI_CSI0_RX_D3P | MIPI CSI-0 receive data lane 3 positive | +| 4 | GND | Ground | +| 5 | MIPI_CSI0_RX_D2N | MIPI CSI-0 receive data lane 2 negative | +| 6 | MIPI_CSI0_RX_D2P | MIPI CSI-0 receive data lane 2 positive | +| 7 | GND | Ground | +| 8 | MIPI_CSI0_RX_CLK1N | MIPI CSI-0 receive clock lane 1 negative | +| 9 | MIPI_CSI0_RX_CLK1P | MIPI CSI-0 receive clock lane 1 positive | +| 10 | GND | Ground | +| 11 | MIPI_CSI0_RX_D1N | MIPI CSI-0 receive data lane 1 negative | +| 12 | MIPI_CSI0_RX_D1P | MIPI CSI-0 receive data lane 1 positive | +| 13 | GND | Ground | +| 14 | MIPI_CSI0_RX_D0N | MIPI CSI-0 receive data lane 0 negative | +| 15 | MIPI_CSI0_RX_D0P | MIPI CSI-0 receive data lane 0 positive | +| 16 | GND | Ground | +| 17 | MIPI_CSI0_RX_CLK0N | MIPI CSI-0 receive clock lane 0 negative | +| 18 | MIPI_CSI0_RX_CLK0P | MIPI CSI-0 receive clock lane 0 positive | +| 19 | GND | Ground | +| 20 | MIPI_CAM3_CLKOUT | Clock output for MIPI Camera 3 | +| 21 | GND | Ground | +| 22 | MIPI_CAM1_CLKOUT | Clock output for MIPI Camera 1 | +| 23 | MIPI_CSI0_PDN0_H | Power down signal for MIPI CSI-0, active high | +| 24 | I2C3_SCL_M0_MIPI | I2C bus 3 clock line, master 0 for MIPI interface | +| 25 | I2C3_SDA_M0_MIPI | I2C bus 3 data line, master 0 for MIPI interface | +| 26 | MIPI_CSI0_PDN1_H | Power down signal for second port of MIPI CSI-0, active high | +| 27 | CAM1_RST_L | Camera module reset, active low | +| 28 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 29 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 30 | VCC_5V | 3.3V power supply for Camera 1 | +| 31 | VCC_5V | 3.3V power supply for Camera 1 | + +#### CAM1 + +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------------------: | +| 1 | GND | Ground, common reference for electrical circuits | +| 2 | MIPI_CSI1_RX_D3N | MIPI CSI-1 receive data lane 3 negative | +| 3 | MIPI_CSI1_RX_D3P | MIPI CSI-1 receive data lane 3 positive | +| 4 | GND | Ground | +| 5 | MIPI_CSI1_RX_D2N | MIPI CSI-1 receive data lane 2 negative | +| 6 | MIPI_CSI1_RX_D2P | MIPI CSI-1 receive data lane 2 positive | +| 7 | GND | Ground | +| 8 | MIPI_CSI1_RX_CLK1N | MIPI CSI-1 receive clock lane 1 negative | +| 9 | MIPI_CSI1_RX_CLK1P | MIPI CSI-1 receive clock lane 1 positive | +| 10 | GND | Ground | +| 11 | MIPI_CSI1_RX_D1N | MIPI CSI-1 receive data lane 1 negative | +| 12 | MIPI_CSI1_RX_D1P | MIPI CSI-1 receive data lane 1 positive | +| 13 | GND | Ground | +| 14 | MIPI_CSI1_RX_D0N | MIPI CSI-1 receive data lane 0 negative | +| 15 | MIPI_CSI1_RX_D0P | MIPI CSI-1 receive data lane 0 positive | +| 16 | GND | Ground | +| 17 | MIPI_CSI1_RX_CLK0N | MIPI CSI-1 receive clock lane 0 negative | +| 18 | MIPI_CSI1_RX_CLK0P | MIPI CSI-1 receive clock lane 0 positive | +| 19 | GND | Ground | +| 20 | MIPI_CAM4_CLKOUT | Clock output for MIPI Camera 4 | +| 21 | GND | Ground | +| 22 | MIPI_CAM2_CLKOUT | General Purpose Input/Output pin, bank 1 bit 6 | +| 23 | MIPI_CAM2_PDN_L | Power down signal for MIPI CSI-1, active high | +| 24 | I2C7_SCL_M0 | I2C bus 3 clock line, master 0 for MIPI interface | +| 25 | I2C7_SDA_M0 | I2C bus 3 data line, master 0 for MIPI interface | +| 26 | MIPI_CAM2_PDN2_L | Power down signal for second port of MIPI CSI-1, active high | +| 27 | CAM2_RST_L | Camera module reset, active low | +| 28 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 29 | VCC_3V3_S3 | 3.3V power supply for Camera 1 | +| 30 | VCC_5V | 3.3V power supply for Camera 1 | +| 31 | VCC_5V | 3.3V power supply for Camera 1 | + +The camera seat adopts FH35C-31S-0.3SHW (50) with a spacing of 0.3 mm. + ### MIPI DSI +| Pin | Name | Description | +| :-: | :----------------: | :----------------------------------------------: | +| 0 | GND | Ground, common reference for electrical circuits | +| 1 | VDD3V3 | 3.3V power supply | +| 2 | VCC_1V8_S0 | 1.8V power supply for Sensor 0 | +| 3 | SENSOR_INT_LCD1 | Interrupt signal from Sensor to LCD1 | +| 4 | LCD_RESET | Reset signal for LCD | +| 5 | / | No connection | +| 6 | GND | Ground | +| 7 | MIPI_DPHY0_TX_D0N | MIPI D-PHY data lane 0 negative | +| 8 | MIPI_DPHY0_TX_D0P | MIPI D-PHY data lane 0 positive | +| 9 | GND | Ground | +| 10 | MIPI_DPHY0_TX_D1N | MIPI D-PHY data lane 1 negative | +| 11 | MIPI_DPHY0_TX_D1P | MIPI D-PHY data lane 1 positive | +| 12 | GND | Ground | +| 13 | MIPI_DPHY0_TX_CLKN | MIPI D-PHY clock lane negative | +| 14 | MIPI_DPHY0_TX_CLKP | MIPI D-PHY clock lane positive | +| 15 | GND | Ground | +| 16 | MIPI_DPHY0_TX_D2N | MIPI D-PHY data lane 2 negative | +| 17 | MIPI_DPHY0_TX_D2P | MIPI D-PHY data lane 2 positive | +| 18 | GND | Ground | +| 19 | MIPI_DPHY0_TX_D3N | MIPI D-PHY data lane 3 negative | +| 20 | MIPI_DPHY0_TX_D3P | MIPI D-PHY data lane 3 positive | +| 21 | GND | Ground | +| 22 | GND | Ground | +| 23 | TP1_RST_L | Reset signal for Touch Panel 1, active low | +| 24 | GND | Ground | +| 25 | TP1_INT_L | Interrupt signal from Touch Panel 1, active low | +| 26 | I2C6_SDA_M0 | I2C Bus 6 Data Line, Master 0 | +| 27 | I2C6_SCL_M0 | I2C Bus 6 Clock Line, Master 0 | +| 28 | GND | Ground | +| 29 | GND | Ground | +| 30 | VCC3V3 | 3.3V power supply | +| 31 | VCC3V3 | 3.3V power supply | +| 32 | GND | Ground | +| 33 | GND | Ground | +| 34 | VCC_LEDK1 | Power supply for LED K1 | +| 35 | VCC_LEDK1 | Power supply for LED K1 | +| 36 | / | No connection | +| 37 | / | No connection | +| 38 | VCC_LEDA1 | Power supply for LED A1 | +| 39 | VCC_LEDA1 | Power supply for LED A1 | +| 40 | GND | Ground | + +The LCD seat adopts FH35C-39S-0.3SHW (50) with a spacing of 0.3 mm. + ### PCIe ### POE diff --git a/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/power_board_from_40pin.md b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/power_board_from_40pin.md new file mode 100644 index 000000000..10136c3bf --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/hardware-design/power_board_from_40pin.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 10 +--- + +import PowerViaGPIO from "../../../common/general/\_power_board_from_40pin.mdx" + +# Power Board Via 40 PIN GPIO + + diff --git a/static/home/product-pictures/rock5t.webp b/static/home/product-pictures/rock5t.webp new file mode 100644 index 000000000..3de99724a Binary files /dev/null and b/static/home/product-pictures/rock5t.webp differ diff --git a/static/img/rock5t/rock-5t-comic.webp b/static/img/rock5t/rock-5t-comic.webp index f8585d6e3..146af0306 100644 Binary files a/static/img/rock5t/rock-5t-comic.webp and b/static/img/rock5t/rock-5t-comic.webp differ diff --git a/static/img/rock5t/rock-5t-overview-v12.webp b/static/img/rock5t/rock-5t-overview-v12.webp new file mode 100644 index 000000000..3e2ca6548 Binary files /dev/null and b/static/img/rock5t/rock-5t-overview-v12.webp differ diff --git a/static/img/rock5t/rock-5t-package.webp b/static/img/rock5t/rock-5t-package.webp index 22793f31a..3de99724a 100644 Binary files a/static/img/rock5t/rock-5t-package.webp and b/static/img/rock5t/rock-5t-package.webp differ diff --git a/static/img/rock5t/rock-5t-typec-maskrom.webp b/static/img/rock5t/rock-5t-typec-maskrom.webp index c91e7ecf7..7b9bd09f6 100644 Binary files a/static/img/rock5t/rock-5t-typec-maskrom.webp and b/static/img/rock5t/rock-5t-typec-maskrom.webp differ diff --git a/static/img/rock5t/rock5t-autologin-1.webp b/static/img/rock5t/rock5t-autologin-1.webp index 92cd8ceb5..5725e76da 100644 Binary files a/static/img/rock5t/rock5t-autologin-1.webp and b/static/img/rock5t/rock5t-autologin-1.webp differ diff --git a/static/img/rock5t/rock5t-autologin-2.webp b/static/img/rock5t/rock5t-autologin-2.webp index f88169f5f..9fafc823a 100644 Binary files a/static/img/rock5t/rock5t-autologin-2.webp and b/static/img/rock5t/rock5t-autologin-2.webp differ diff --git a/static/img/rock5t/rock5t-autologin-3.webp b/static/img/rock5t/rock5t-autologin-3.webp new file mode 100644 index 000000000..92ad3edd0 Binary files /dev/null and b/static/img/rock5t/rock5t-autologin-3.webp differ diff --git a/static/img/rock5t/rock5t-ethernet.webp b/static/img/rock5t/rock5t-ethernet.webp index 72386fa2d..697199825 100644 Binary files a/static/img/rock5t/rock5t-ethernet.webp and b/static/img/rock5t/rock5t-ethernet.webp differ diff --git a/static/img/rock5t/rock5t-hdmi.webp b/static/img/rock5t/rock5t-hdmi.webp index e8feac085..68fb44845 100644 Binary files a/static/img/rock5t/rock5t-hdmi.webp and b/static/img/rock5t/rock5t-hdmi.webp differ diff --git a/static/img/rock5t/rock5t-heatsink4012-use.webp b/static/img/rock5t/rock5t-heatsink4012-use.webp new file mode 100644 index 000000000..b31f38993 Binary files /dev/null and b/static/img/rock5t/rock5t-heatsink4012-use.webp differ diff --git a/static/img/rock5t/rock5t-usb.webp b/static/img/rock5t/rock5t-usb.webp index 98d673594..960c8d125 100644 Binary files a/static/img/rock5t/rock5t-usb.webp and b/static/img/rock5t/rock5t-usb.webp differ