Skip to content

Commit

Permalink
Merge pull request #605 from nascs/low_dev_rockpis
Browse files Browse the repository at this point in the history
feat: add low-level-dev for rockpis
  • Loading branch information
peterwang2050 authored Dec 30, 2024
2 parents f7d6397 + cb84b6f commit f82c177
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/rockpi/rockpis/low-level-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 7
---

# 底层开发

主要介绍 uboot, kernel, debian os 编译打包等内容

<DocCardList />
10 changes: 10 additions & 0 deletions docs/rockpi/rockpis/low-level-dev/kernel.md
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" />
10 changes: 10 additions & 0 deletions docs/rockpi/rockpis/low-level-dev/overlays.md
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 />
10 changes: 10 additions & 0 deletions docs/rockpi/rockpis/low-level-dev/rbuild.md
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 />
10 changes: 10 additions & 0 deletions docs/rockpi/rockpis/low-level-dev/u-boot.md
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"/>
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 />
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" />
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 />
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 />
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"/>

0 comments on commit f82c177

Please sign in to comment.