-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from nascs/low_dev_rockpis
feat: add low-level-dev for rockpis
- Loading branch information
Showing
10 changed files
with
98 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
|
||
# 底层开发 | ||
|
||
主要介绍 uboot, kernel, debian os 编译打包等内容 | ||
|
||
<DocCardList /> |
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: 3 | ||
description: "用 Radxa BSP 工具,轻松构建个性化 Linux 内核,享受定制化硬件开发的乐趣" | ||
--- | ||
|
||
import KERNEL from '../../../common/dev/\_kernel.mdx' | ||
|
||
# Kernel 开发 | ||
|
||
<KERNEL model="Radxa ROCK Pi S" soc="stable" /> |
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: "轻松构建个性化 Overlay,享受定制化硬件开发的乐趣" | ||
--- | ||
|
||
import Overlays from '../../../common/dev/\_radxa-overlays.mdx' | ||
|
||
# Overlays 开发 | ||
|
||
<Overlays /> |
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: "使用 rbuild 工具定制您的系统" | ||
--- | ||
|
||
import RBUILD from '../../../common/dev/\_rbuild.mdx' | ||
|
||
# 编译 RadxaOS | ||
|
||
<RBUILD /> |
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: "用 Radxa BSP 工具,轻松构建个性化 U-boot,开启智能硬件的创新之旅" | ||
--- | ||
|
||
import UBOOT from '../../../common/dev/\_u-boot.mdx' | ||
|
||
# U-boot 开发 | ||
|
||
<UBOOT model="Radxa ROCK Pi S" profile="latest" product="rockpis"/> |
9 changes: 9 additions & 0 deletions
9
...n/docusaurus-plugin-content-docs/current/rockpi/rockpis/low-level-dev/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: 7 | ||
--- | ||
|
||
# Low-level Development | ||
|
||
Mainly introduces uboot, kernel, debian os compilation and packaging and so on. | ||
|
||
<DocCardList /> |
10 changes: 10 additions & 0 deletions
10
...n/docusaurus-plugin-content-docs/current/rockpi/rockpis/low-level-dev/kernel.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: 3 | ||
description: "Easily build personalised Linux kernels and enjoy custom hardware development with the Radxa BSP tool" | ||
--- | ||
|
||
import KERNEL from '../../../common/dev/\_kernel.mdx' | ||
|
||
# Kernel Development | ||
|
||
<KERNEL model="Radxa ROCK Pi S" soc="stable" /> |
10 changes: 10 additions & 0 deletions
10
...docusaurus-plugin-content-docs/current/rockpi/rockpis/low-level-dev/overlays.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: "Easily build personalized Overlay and enjoy customized hardware development" | ||
--- | ||
|
||
import Overlays from '../../../common/dev/\_radxa-overlays.mdx' | ||
|
||
# Overlays Development | ||
|
||
<Overlays /> |
10 changes: 10 additions & 0 deletions
10
...n/docusaurus-plugin-content-docs/current/rockpi/rockpis/low-level-dev/rbuild.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: "Customise your system with the rbuild tool" | ||
--- | ||
|
||
import RBUILD from '../../../common/dev/\_rbuild.mdx' | ||
|
||
# Build RadxaOS | ||
|
||
<RBUILD /> |
10 changes: 10 additions & 0 deletions
10
...n/docusaurus-plugin-content-docs/current/rockpi/rockpis/low-level-dev/u-boot.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: "Easily build a personalised U-boot with the Radxa BSP tool to start the innovation journey of smart hardware" | ||
--- | ||
|
||
import UBOOT from '../../../common/dev/\_u-boot.mdx' | ||
|
||
# U-boot Development | ||
|
||
<UBOOT model="Radxa ROCK Pi S" profile="latest" product="rockpis"/> |