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
6 changes: 6 additions & 0 deletions docs/cubie/a5e/low-level-dev/build-system/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx';
# Kernel 开发

<Kernel git_url="https://github.com/radxa-pkg/linux-aw2501" />

:::tip 内核 config 文件位置

- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
6 changes: 6 additions & 0 deletions docs/cubie/a7a/low-level-dev/system-build/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ make deb
</NewCodeBlock>

编译成功后,终端会输出生成文件的路径。

:::tip 内核 config 文件位置

- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
6 changes: 6 additions & 0 deletions docs/cubie/a7z/low-level-dev/build-system/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx';
# Kernel 开发

<Kernel git_url="https://github.com/radxa-pkg/linux-a733.git" />

:::tip 内核 config 文件位置

- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx';
# Kernel Development

<Kernel git_url="https://github.com/radxa-pkg/linux-aw2501" />

:::tip kernel config file location

- Recommended kernel config file location to modify: `debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ make deb
</NewCodeBlock>

Once the compilation is successful, the terminal will output the path to the generated

:::tip kernel config file location

- Recommended kernel config file location to modify: `debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx';
# Kernel Development

<Kernel git_url="https://github.com/radxa-pkg/linux-a733.git" />

:::tip kernel config file location

- Recommended kernel config file location to modify: `debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch`

:::
Loading