From 4dfbea3a06e2188f7277a1a5430a05e7debc3415 Mon Sep 17 00:00:00 2001 From: xzl Date: Thu, 13 Nov 2025 14:17:01 +0800 Subject: [PATCH] feat: add a7a/z kernel config file location --- docs/cubie/a5e/low-level-dev/build-system/kernel.md | 6 ++++++ docs/cubie/a7a/low-level-dev/system-build/kernel.md | 6 ++++++ docs/cubie/a7z/low-level-dev/build-system/kernel.md | 6 ++++++ .../current/cubie/a5e/low-level-dev/build-system/kernel.md | 6 ++++++ .../current/cubie/a7a/low-level-dev/system-build/kernel.md | 6 ++++++ .../current/cubie/a7z/low-level-dev/build-system/kernel.md | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/docs/cubie/a5e/low-level-dev/build-system/kernel.md b/docs/cubie/a5e/low-level-dev/build-system/kernel.md index 4eee74350..2df5e9d85 100644 --- a/docs/cubie/a5e/low-level-dev/build-system/kernel.md +++ b/docs/cubie/a5e/low-level-dev/build-system/kernel.md @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx'; # Kernel 开发 + +:::tip 内核 config 文件位置 + +- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch` + + ::: diff --git a/docs/cubie/a7a/low-level-dev/system-build/kernel.md b/docs/cubie/a7a/low-level-dev/system-build/kernel.md index c16db0f8a..1742d4da1 100644 --- a/docs/cubie/a7a/low-level-dev/system-build/kernel.md +++ b/docs/cubie/a7a/low-level-dev/system-build/kernel.md @@ -79,3 +79,9 @@ make deb 编译成功后,终端会输出生成文件的路径。 + +:::tip 内核 config 文件位置 + +- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch` + + ::: diff --git a/docs/cubie/a7z/low-level-dev/build-system/kernel.md b/docs/cubie/a7z/low-level-dev/build-system/kernel.md index 13a7ce0ba..02b77fe02 100644 --- a/docs/cubie/a7z/low-level-dev/build-system/kernel.md +++ b/docs/cubie/a7z/low-level-dev/build-system/kernel.md @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx'; # Kernel 开发 + +:::tip 内核 config 文件位置 + +- 推荐修改的内核 config 文件位置:`debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch` + + ::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/low-level-dev/build-system/kernel.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/low-level-dev/build-system/kernel.md index 8b026d3dd..1d0a39962 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/low-level-dev/build-system/kernel.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a5e/low-level-dev/build-system/kernel.md @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx'; # Kernel Development + +:::tip kernel config file location + +- Recommended kernel config file location to modify: `debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch` + + ::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7a/low-level-dev/system-build/kernel.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7a/low-level-dev/system-build/kernel.md index 76a73b4b0..a7b4f1f1d 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7a/low-level-dev/system-build/kernel.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7a/low-level-dev/system-build/kernel.md @@ -79,3 +79,9 @@ make deb 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` + + ::: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/low-level-dev/build-system/kernel.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/low-level-dev/build-system/kernel.md index 8068f482c..2b6003374 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/low-level-dev/build-system/kernel.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7z/low-level-dev/build-system/kernel.md @@ -7,3 +7,9 @@ import Kernel from '../../../../common/radxa-os/build-system/\_kernel.mdx'; # Kernel Development + +:::tip kernel config file location + +- Recommended kernel config file location to modify: `debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch` + + :::