-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
1,505 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
43 changes: 43 additions & 0 deletions
43
i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/_image.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
9 changes: 9 additions & 0 deletions
9
...n/docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...en/docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/gpiod.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
.../docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/hdmi-rx.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
8 changes: 8 additions & 0 deletions
8
.../en/docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/mraa.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
10 changes: 10 additions & 0 deletions
10
...n/docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/opencv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
.../docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/panfork.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...us-plugin-content-docs/current/rock5/rock5t/app-development/qt_cross_compile.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...aurus-plugin-content-docs/current/rock5/rock5t/app-development/rkllm_install.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...usaurus-plugin-content-docs/current/rock5/rock5t/app-development/rkllm_usage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...saurus-plugin-content-docs/current/rock5/rock5t/app-development/rknn_install.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
9 changes: 9 additions & 0 deletions
9
...us-plugin-content-docs/current/rock5/rock5t/app-development/rknn_quick_start.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...us-plugin-content-docs/current/rock5/rock5t/app-development/rknn_toolkit2_pc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
9 changes: 9 additions & 0 deletions
9
...-content-docs/current/rock5/rock5t/app-development/rknn_toolkit_lite2_yolov5.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
...-content-docs/current/rock5/rock5t/app-development/rknn_toolkit_lite2_yolov8.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
9 changes: 9 additions & 0 deletions
9
...usaurus-plugin-content-docs/current/rock5/rock5t/app-development/ros2_humble.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
10 changes: 10 additions & 0 deletions
10
.../en/docusaurus-plugin-content-docs/current/rock5/rock5t/app-development/rtsp.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
27 changes: 27 additions & 0 deletions
27
i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/download.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.