docs(dragon/q6a,q8b): expand build-system info block and add Q8B build-system chapter#1815
Merged
Milir-Radxa merged 2 commits intoJun 9, 2026
Conversation
The shared Radxa OS build-system note used to only mention the Cubie A7A / A7Z / A7S board model (radxa-a733). Replace it with a generic info block that lists the board models for both the Cubie A7A/A7Z/A7S family and the Dragon Q6A/Q8B family (radxa-dragon-midstream), so that Dragon users also see the correct product option in the rsdk TUI. Sync the Chinese and English versions.
Mirror the Dragon Q6A low-level-dev build-system chapter for Dragon Q8B so that the same set of build-system tutorials (Environment Setup / Kernel Development / Radxa OS Development) is available for both boards. The actual content continues to come from the shared common/radxa-os/build-system/_*.mdx snippets. Add the Chinese (docs/) and English (i18n/en/) counterparts so the docs/i18n drift guard stays clean.
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.
背景
docs/dragon/q6a/low-level-dev/build-system/radxa-os教程里的 info 提示一直只提到 Cubie A7A / A7Z / A7S(radxa-a733),对 Dragon Q6A / Q8B 用户来说在rsdkTUI 里看不到对应radxa-dragon-midstream选项的提示。同时 Dragon Q6A 有完整的 底层开发 → 构建系统 章节(环境搭建 / Kernel 开发 / Radxa OS 开发),Dragon Q8B 这一侧还没有对应章节。
改动
两个 commit,分别处理共享内容与 Q8B 章节本身:
docs(common): expand build-system info block to cover Dragon Q6A/Q8Bcommon/radxa-os/build-system/_radxa_os.mdx末尾的 Cubie 专属 info 块改成通用的 info 块,同时列 Cubie 主板型号(radxa-a733)和 Dragon Q6A / Q8B 主板型号(radxa-dragon-midstream)docs/与i18n/en/)docs(dragon/q8b): add low-level-dev build-system chapterdocs/dragon/q8b/low-level-dev/build-system/目录(与dragon/q6a/low-level-dev/build-system/框架一致)doc_kind: wrapper复用common/radxa-os/build-system/_*.mdx,与 Q6A 完全同源影响范围
docs/common/radxa-os/build-system/_radxa_os.mdx(中/英)docs/dragon/q8b/low-level-dev/build-system/新增 4 个 wrapper 文件(中/英)验证
python3 ~/.openclaw/workspaces/support/scripts/github_pr_guard.py check --repo-path ~/radxa-docs --fetch --max-scopes 2:bilingual 检查通过,scopes 检查在--max-scopes 2下通过docs/common/radxa-os/build-system/与docs/dragon/q8b/low-level-dev/build-system/,与其它产品线无交叉