Skip to content

Commit

Permalink
feat: add rock5t en docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken-Vamrs committed Jan 2, 2025
1 parent 384322b commit f6cb9f1
Show file tree
Hide file tree
Showing 78 changed files with 1,505 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@ You can configure your system to automatically log in without entering the passw

As shown in the figure, click the system setting interface and select `Startup and Shutdown`.

<Tabs>
<TabItem value="Debian 11">
![ROCK5A_Auto_Login](/img/rock5a/rock5a_auto_login_1.webp)

Switch to `Advanced` as shown in the figure, click the box to select the user who is automatically logged in, and then click apply to complete the automatic login setting. Restarting your computer now will no longer require you to enter your login password.

![ROCK5A_Auto_Login](/img/rock5a/rock5a_auto_login_2.webp)

</TabItem>
<TabItem value="Debian 12">

As shown , use `Ctrl + Alt + T` to open the terminal, then edit the file with: `sudo vim /etc/gdm3/daemon.conf`

![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.

![ROCK5T_Auto_Login](/img/rock5t/rock5t-autologin-2.webp)

</TabItem>

</Tabs>
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The ROCK 5 series is Radxa's high-performance SBC for server, AI computing and I
| :----------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------: |
| ![ROCK 5C](/img/rock5c/rock-5c-and-5c-lite-comic.webp) | Radxa ROCK 5C is a compact single-board computer (SBC) that offers a range of cutting-edge features, characteristics, and expansion options. It is the ideal choice for makers, IoT enthusiasts, hobbyists, gamers, PC users, and anyone in need of a high-spec platform with excellent performance and reliability. Radxa ROCK 5C comes in two versions: a standard version based on RK3588S2 and a Lite version based on RK3582. The standard version and Lite version share most of the features, the only difference lies in the SoC (System-on-Chip). In the following documentation, unless otherwise specified, 'ROCK 5C' refers to both the ROCK 5C standard version and 5C Lite version. | [ROCK 5C overview](/rock5/rock5c/getting-started) |

| ROCK 5 Model T | Description | Details |
| :----------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------: |
| ![ROCK 5T](/img/rock5t/rock-5t-comic.webp) | Radxa ROCK 5T stands as an upgraded version of the Radxa ROCK 5B+,presenting itself as a compact single-board computer (SBC) endowed with a myriad of cutting-edge features, characteristics, and expansion possibilities. Catering to manufacturers, IoT enthusiasts, hobbyists, gamers, PC users, and anyone seeking an ideal platform with outstanding performance and reliability。Radxa ROCK 5T from Radxa emerges as the preferred choice. | [ROCK 5T overview](/rock5/rock5t/getting-started) |

| ROCK 5 ITX | Description | Details |
| :----------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------: |
| ![ROCK 5 ITX](/img/rock5itx/rock5itx-comic.webp) | The Radxa ROCK 5 ITX, meticulously crafted by the Radxa team, is a fully Mini-ITX compliant single-board computer/motherboard. Equipped with the high-performance Rockchip RK3588 SoC, this motherboard marks a significant step into the ARM PC era for open-source single-board computers. | [ROCK 5 ITX overview](/rock5/rock5itx/getting-started) |
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,20 @@ import React, { Fragment } from "react";

{" "}

<li style={{ display: `${props.rock5b_system_img ? "block" : "none"}` }}>
<li style={{ display: `${props.rock5t_system_img_61 ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa-build/rock-5b/releases/download/b39/rock-5b_debian_bullseye_kde_b39.img.xz">
<a href="https://github.com/radxa-build/rock-5t/releases/download/rsdk-t1/rock-5t_bookworm_kde_t1.output.img.xz">
{" "}
ROCK 5B System Image (kernel 5.10): rock-5b_debian_bullseye_kde_b39{" "}
ROCK 5T Desktop Image (6.1 Kernel) Test version: rock-5t_bookworm_kde_t1{" "}
</a>
</li>

{" "}

<li style={{ display: `${props.rock5b_system_img_61 ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa-build/rock-5b/releases/download/rsdk-b5/rock-5b_bookworm_kde_b5.output.img.xz">
{" "}
ROCK 5B System Image (Kernel 6.1): rock-5b_bookworm_kde_b5{" "}
</a>
</li>

<li style={{ display: `${props.rock5bp_system_img ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa-build/rock-5b-plus/releases/download/rsdk-b2/rock-5b-plus_bookworm_kde_b2.output.img.xz">
{" "}
ROCK 5B+ System Image: rock-5b-plus_bookworm_kde_b2{" "}
</a>
</li>
<li style={{ display: `${props.spi_img ? "block" : "none"}` }}>
{" "}
<a
href="https://dl.radxa.com/rock5/sw/images/loader/rock-5b/release/rock-5b-spi-image-gd1cf491-20240523.img"
href="https://dl.radxa.com/rock5/sw/images/loader/rock-5t/release/rock-5t-spi-image-gd1cf491-20240523.img"
alt="spi image"
>
SPI Image: spi_image.img{" "}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 1
---

# ROCK 5T

An elegant single board computer (SBC) with 8K + 4K dual display.

<DocCardList />
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
import React, { Fragment } from "react";

<ul>
<li style={{ display: `${props.loader ? "block" : "none"}` }}>
{" "}
<a href="https://dl.radxa.com/rock5/sw/images/loader/rock-5b/release/rk3588_spl_loader_v1.15.113.bin">
{" "}
Loader: RK3588_SPL_Loader_v1.15.113.bin{" "}
</a>
</li>

{" "}

<li style={{ display: `${props.rock5t_system_img_61 ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa-build/rock-5t/releases/download/rsdk-t1/rock-5t_bookworm_kde_t1.output.img.xz">
{" "}
ROCK 5T System Image (6.1 Kernel): rock-5t_bookworm_kde_t1{" "}
</a>
</li>

{" "}

<li style={{ display: `${props.spi_img ? "block" : "none"}` }}>
{" "}
<a
href="https://dl.radxa.com/rock5/sw/images/loader/rock-5t/release/rock-5t-spi-image-gd1cf491-20240523.img"
alt="spi image"
>
SPI Image: spi_image.img{" "}
</a>
</li>
<li style={{ display: `${props.miniloader ? "block" : "none"}` }}>
{" "}
<a
href="https://dl.radxa.com/rock5/5itx/images/MiniLoaderAll.bin"
alt="MiniLoader"
>
{" "}
MiniLoader.bin{" "}
</a>
</li>
</ul>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 4
---

# Application development

Introduces upper-layer application development, such as QT, WiringX, Mraa, etc.

<DocCardList />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 2
description: "Take a Deep Dive into GPIOD"
---

# GPIOD Usage

import GPIOD from '../../../common/dev/\_gpiod.mdx';

<GPIOD />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 4
description: "Explore HDMI RX features and experience seamless access and processing of HD video and audio"
---

import HdmiRX from '../../../common/dev/\_hdmi-rx.mdx';

# HDMI RX Usage

<HdmiRX />
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 3
description: "Explore the Eclipse Mraa, a versatile I/O communication library for Linux"
---

# Mraa Usage (Todo)

import MRAA from '../../../common/dev/\_mraa.mdx';
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 5
description: "Open the door to OpenCV computer vision that seamlessly connects images to the real world"
---

# OpenCV

import OPENCV from '../../../common/dev/\_opencv.mdx';

<OPENCV />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 6
description: "Enjoy a harmonious blend of Linux graphics ecosystem and performance with open source drivers through Panfork GPU Driver"
---

import Panfork from '../../../common/dev/\_panfork.mdx';

# Panfork GPU Driver

<Panfork />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 7
description: "Enjoy the convenience and fun of developing efficient and user-friendly applications on the ARM platform with QT cross-compilation"
---

# QT Cross Compile

import QTCROSSCOMPILE from '../../../common/dev/\_qt-cross-compile.mdx';

<QTCROSSCOMPILE />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 13
description: "Start the journey of efficient deployment of intelligent language models with RKLLM installation, bringing technology and human intelligence together"
---

# RKLLM Installation

import Rkllminstall from '../../../common/dev/\_rkllm-install.mdx';

<Rkllminstall />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 14
description: "Efficient hardware acceleration of large language models using RKLLM technology for a new chapter in intelligent dialogue"
---

# RKLLM Usage and Deploy LLM

import Rkllmusage from '../../../common/dev/\_rkllm-usage.mdx';

<Rkllmusage />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 9
description: "Start the journey of efficient inference of AI models on Rockchip NPU through RKNN installation, and feel the perfect fusion of technology and humanities"
---

# RKNN Installation

import RKNNinstall from '../../../common/dev/\_rknn-install.mdx';

<RKNNinstall />
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 15
---

# RKNN Quick Example

import Rknntoolkit2 from '../../../common/dev/\_rknn-toolkit2.mdx';

<Rknntoolkit2 />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 10
description: "Explore simulated inference of AI models with the RKNN toolkit and experience the efficiency and precision of intelligent image segmentation"
---

# Simulate YOLOv5 Segmentation Inference

import RKNNTOOLKIT2PC from '../../../common/dev/\_rknn-toolkit2-pc.mdx';

<RKNNTOOLKIT2PC />
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 11
---

# Deploy YOLOv5 Object Detection on the Board

import RKNNTOOLKITLITE2YOLOV5 from '../../../common/dev/\_rknn-toolkit-lite2-yolov5.mdx';

<RKNNTOOLKITLITE2YOLOV5 />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 12
description: "Deploying YOLOv8 on the RK3588 board side opens a new era of intelligent target detection, allowing technology and humanistic care to merge perfectly in accurate identification"
---

# Deploy YOLOv8 Object Detection on the Board

import RKNNTOOLKITLITE2YOLOV8 from '../../../common/dev/\_rknn-toolkit-lite2-yolov8.mdx';

<RKNNTOOLKITLITE2YOLOV8 />
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 20
---

# Install ROS2 HUMBLE

import ROS2 from '../../../common/dev/\_ros2-humble-compilation.mdx';

<ROS2 />
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 8
description: "Dig deep into the RTSP push streaming capabilities of the ROCK 5 series and enjoy the perfect blend of technology and humanity that makes HD video streaming as smooth as poetry"
---

import Rtsp from '../../../common/dev/\_rtsp.mdx';

# RTSP Streaming

<Rtsp />
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
sidebar_position: 2
---

import Images from "./\_image.mdx"

# Summary of resource downloads

## System Image

### Official Image

<Images loader={false} rock5t_system_img_61={true} spi_img={false} android12_update={true} android12_gpt={true} />

## Hardware Design

### X1.0(Developer version)

<!-- [x1.0 Schematic pdf](https://dl.radxa.com/rock5/5t/docs/hw/radxa_rock5b_v13_sch.pdf)
[x1.0 2D Top&Bottom dxf](https://dl.radxa.com/rock5/5t/docs/hw/ROCK5B_V13_2D_20220519)
[x1.0 SMD pdf](https://dl.radxa.com/rock5/5t/docs/hw/radxa_rock5b_v13_smd.pdf) -->

## Quality certification

### CE EMC

### FCC SDOC
Loading

0 comments on commit f6cb9f1

Please sign in to comment.