Skip to content
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/common/dev/_kernel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cd bsp

若没有找到对应产品的型号,请根据自己产品的 SoC 型号选择对应选项。

示例:瑞莎 CM4 使用瑞芯微 RK3576 SoC,根据表格中的 `radxa-rk3576` 选择 `rk2410` 作为 `profile` 参数。
示例:Radxa CM4 / NX4 和 ROCK 4D 使用瑞芯微 RK3576 SoC,根据表格中的 `radxa-rk3576` 选择 `rk2410` 作为 `profile` 参数。

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/common/dev/_rsdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sudo apt install ../rsdk\_\*.deb
:::tip
若没有找到对应产品的型号,请根据自己产品的 SoC 型号选择对应选项。

示例:瑞莎 CM4 使用瑞芯微 RK3576 SoC,应选择 `radxa-rk3576`。
示例:Radxa CM4 / NX4 和 ROCK 4D 使用瑞芯微 RK3576 SoC,应选择 `radxa-rk3576`。

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/common/dev/_u-boot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cd bsp

若没有找到对应产品的型号,请根据自己产品的 SoC 型号选择对应选项。

示例:瑞莎 CM4 使用瑞芯微 RK3576 SoC,根据表格中的 `radxa-rk3576` 选择 `rk2410` 作为 `profile` 参数。
示例:Radxa CM4 / NX4 和 ROCK 4D 使用瑞芯微 RK3576 SoC,根据表格中的 `radxa-rk3576` 选择 `rk2410` 作为 `profile` 参数。

:::

Expand Down
9 changes: 5 additions & 4 deletions docs/rock4/rock4d/low-level-dev/kernel.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
sidebar_position: 3
sidebar_position: 2
description: "用 Radxa BSP 工具,轻松构建个性化 Linux 内核,享受定制化硬件开发的乐趣"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/radxa-os/build-system/_kernel.mdx
- docs/common/dev/_kernel.mdx
---

import Kernel from '../../../common/radxa-os/build-system/\_kernel.mdx';
import KERNEL from '../../../../common/dev/\_kernel.mdx'

# Kernel 开发

<Kernel git_url="https://github.com/radxa-pkg/linux-rk2410-nocsf" />
<KERNEL model="Radxa ROCK 4D" soc="rk3576" />
15 changes: 15 additions & 0 deletions docs/rock4/rock4d/low-level-dev/rsdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 3
description: "使用 RSDK 工具定制您的系统"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/dev/_rsdk.mdx
---

import RSDK from '../../../../common/dev/\_rsdk.mdx'

# 编译 RadxaOS

<RSDK />
15 changes: 15 additions & 0 deletions docs/rock4/rock4d/low-level-dev/u-boot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
description: "用 Radxa BSP 工具,轻松构建个性化 U-boot,开启智能硬件的创新之旅"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/dev/_u-boot.mdx
---

import UBOOT from '../../../../common/dev/\_u-boot.mdx'

# U-boot 开发

<UBOOT model="Radxa ROCK 4D" profile="rk2410" product="rock-4d"/>
9 changes: 9 additions & 0 deletions docs/som/nx/nx4/low-level-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 17
---

# 底层开发

对瑞莎 NX4 进行底层开发做简单的介绍。

<DocCardList />
15 changes: 15 additions & 0 deletions docs/som/nx/nx4/low-level-dev/kernel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 2
description: "用 Radxa BSP 工具,轻松构建个性化 Linux 内核,享受定制化硬件开发的乐趣"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/dev/_kernel.mdx
---

import KERNEL from '../../../../../common/dev/\_kernel.mdx'

# Kernel 开发

<KERNEL model="Radxa NX4" soc="rk3576" />
15 changes: 15 additions & 0 deletions docs/som/nx/nx4/low-level-dev/rsdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 3
description: "使用 RSDK 工具定制您的系统"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/dev/_rsdk.mdx
---

import RSDK from '../../../../../common/dev/\_rsdk.mdx'

# 编译 RadxaOS

<RSDK />
15 changes: 15 additions & 0 deletions docs/som/nx/nx4/low-level-dev/u-boot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
description: "用 Radxa BSP 工具,轻松构建个性化 U-boot,开启智能硬件的创新之旅"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- docs/common/dev/_u-boot.mdx
---

import UBOOT from '../../../../../common/dev/\_u-boot.mdx'

# U-boot 开发

<UBOOT model="Radxa NX4" profile="rk2410" product="nx4"/>
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Taking Radxa ROCK 5B as an example, the linux profile is "rk2410". The following

If the product model is not found in the table, select the corresponding option based on your product's SoC model.

Example: Radxa CM4 uses the Rockchip RK3576 SoC. According to the table, select `rk2410` as the `profile` parameter for `radxa-rk3576`.
Example: Radxa CM4 / NX4 and ROCK 4D use the Rockchip RK3576 SoC. According to the table, select `rk2410` as the `profile` parameter for `radxa-rk3576`.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Select the product to build. **Note**: Use the **space key** to select the produ
:::tip
If you cannot find your product model, select the option corresponding to your product's SoC model.

Example: Radxa CM4 uses the Rockchip RK3576 SoC, so you should select `radxa-rk3576`.
Example: Radxa CM4 / NX4 and ROCK 4D use the Rockchip RK3576 SoC, so you should select `radxa-rk3576`.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Taking Radxa ROCK 5B as an example, the U-Boot profile is "rk2410". The followin

If the product model is not found in the table, select the corresponding option based on your product's SoC model.

Example: Radxa CM4 uses the Rockchip RK3576 SoC. According to the table, select `rk2410` as the `profile` parameter for `radxa-rk3576`.
Example: Radxa CM4 / NX4 and ROCK 4D use the Rockchip RK3576 SoC. According to the table, select `rk2410` as the `profile` parameter for `radxa-rk3576`.

:::

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
sidebar_position: 3
description: "Easily build personalised Linux kernels and enjoy custom hardware development with the Radxa BSP tool"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/build-system/_kernel.mdx
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_kernel.mdx
---

import Kernel from '../../../common/radxa-os/build-system/\_kernel.mdx';
import KERNEL from '../../../common/dev/\_kernel.mdx'

# Kernel Development

<Kernel git_url="https://github.com/radxa-pkg/linux-rk2410-nocsf" />
<KERNEL model="Radxa ROCK 4D" soc="rk3576" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 4
description: "Customise your system with the RSDK tool"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rsdk.mdx
---

import RSDK from '../../../common/dev/\_rsdk.mdx'

# Build RadxaOS

<RSDK />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
description: "Easily build a personalised U-boot with the Radxa BSP tool to start the innovation journey of smart hardware"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_u-boot.mdx
---

import UBOOT from '../../../common/dev/\_u-boot.mdx'

# U-boot Development

<UBOOT model="Radxa ROCK 4D" profile="rk2410" product="rock-4d"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 17
---

# Low-Level Development

A brief introduction to low-level development for the Radxa NX4.

<DocCardList />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 2
description: "Easily build personalised Linux kernels and enjoy custom hardware development with the Radxa BSP tool"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_kernel.mdx
---

import KERNEL from '../../../common/dev/\_kernel.mdx'

# Kernel Development

<KERNEL model="Radxa NX4" soc="rk3576" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 3
description: "Customise your system with the RSDK tool"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rsdk.mdx
---

import RSDK from '../../../common/dev/\_rsdk.mdx'

# Build RadxaOS

<RSDK />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
description: "Easily build a personalised U-boot with the Radxa BSP tool to start the innovation journey of smart hardware"

doc_kind: wrapper
source_of_truth: common
imports_resolve_to:
- i18n/en/docusaurus-plugin-content-docs/current/common/dev/_u-boot.mdx
---

import UBOOT from '../../../common/dev/\_u-boot.mdx'

# U-boot Development

<UBOOT model="Radxa NX4" profile="rk2410" product="nx4"/>
Loading