docs(dragon/q6a): add rsdk-image container as second environment setup method#1795
Merged
Milir-Radxa merged 2 commits intoJun 4, 2026
Merged
Conversation
…p method Add Method 2 (rsdk-image container) to the Radxa OS development page for Dragon Q6A, alongside the existing DevContainer-based Method 1. Both methods converge on the same `rsdk` TUI workflow for compiling Radxa OS. Changes: - Use Tabs to switch between the two setup methods - Method 1: existing DevContainer flow (git clone + VSCode + Reopen) - Method 2: install rsdk-image deb via apt source or manual download, then run `rsdk-image --name rsdk` to enter the prebuilt container - Add a "常见问题" section covering efi mount busy, Method 1 DevContainer rate limit, and Method 2 container start failure Source material: internal Feishu wiki tutorial for rsdk-image.
…lication Docusaurus picks up all h2/h3/h4 headings for the right-side TOC, including those inside <TabItem>. When both Method 1 and Method 2 use `### xxx` sub-headings, the TOC shows duplicated entries from both methods, which is confusing. Replace the `### ` / `#### ` headings inside <TabItem> with bold bullets (`- **xxx**`), following the existing convention in `docs/accessories/storage/taco/getting-started/install-system/emmc-system.md`. No content is changed; only the heading levels are flattened.
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.radxa.com/dragon/q6a/.../build-system/radxa-os当前只提供一种环境搭建方式:DevContainer(VSCode + Dev Containers 扩展 + git clone rsdk 源码)。本次新增第二种方式:rsdk-image预制 Docker 容器,给客户多一个选择。资料来源:内部 Feishu wiki 教程(rsdk Docker 镜像使用说明)。本次合并范围由 owner 明确限定为:
rsdk buildCLI 命令,统一走现有 TUI 流程主要变更
docs/common/radxa-os/build-system/_radxa_os.mdx(中英双版同步):Tabs在两种方式之间切换mirrors.hust.edu.cn/radxa-deb/rsdk-test/源apt install rsdk-imageradxa-pkg/rsdk-imageReleases 下载 deb 手动装rsdk-image --name rsdk,docker rm -f rsdk重建,传-- <cmd>模式重要说明
rsdk-image当前发布在rsdk-testtesting 源中,文档已明确标注,请评估使用风险https://github.com/radxa-pkg/rsdk-image/releases(请维护者确认此 org 拼写正确)docs/common/radxa-os(单一 scope)测试建议
合并前建议由 review 同学在本地
pnpm start验证:setup-methodTab 链接是否正常(URL hash)<Tabs>内的中文标点 / 英文标点渲染rsdk-image简介 + 安装 + 运行 流程是否通顺