docs(kernel): add FAQ for incremental compilation in common radxa-os kernel tutorial#1904
Merged
Milir-Radxa merged 1 commit intoJul 2, 2026
Conversation
…torial Add a FAQ section to the bottom of the common radxa-os kernel build tutorial explaining how to enable incremental compilation via the -nc flag in debuild. Affects all products that import this common tutorial (cubie a5e/a7a/a7s/a7z, dragon q6a/q8b, fogwise airbox-q900, orion o6/o6n). Requested by the internal support team (吴闽龙) in Feishu 售后技术支持 group (topic omt_192385cf9d8e5c9c). Both Chinese and English versions updated.
954c810 to
cfb6320
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Move the FAQ section for incremental kernel compilation into the common
radxa-oskernel build tutorial, instead of being q6a-only.This makes the FAQ available to all products that import the common tutorial:
The
-ncflag and thedebuildMakefile snippet are generic to the radxa-pkg kernel build system, so it makes sense to keep this in the shared template rather than duplicating it per-product.Changed files
docs/common/radxa-os/build-system/_kernel.mdx(中文)i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/build-system/_kernel.mdx(English)Verification
python3 ../scripts/github_pr_guard.py check --repo-path . --fetch→ok: truepython3 ../scripts/github_pr_guard.py pr 1904 --repo radxa-docs/docs→ok: truemissing_en: [],missing_zh: [])docs/common/radxa-os(single scope, 2 files)Source
Internal support team request in Feishu 售后技术支持群 (topic
omt_192385cf9d8e5c9c), 2026-07-02.