docs(q6a/rsdk-image): drop redundant in-container git clone#1798
Merged
Milir-Radxa merged 1 commit intoJun 4, 2026
Merged
Conversation
The rsdk-image prebuilt container already ships with the rsdk tool and the SDK working directory, so users do not need to clone the repository again after entering it. Remove the redundant `git clone` block from both the Chinese and English versions of the Method 2 (rsdk-image) section and replace it with a one-line note. Also affects: dragon/q6a low-level dev build system tutorial.
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
Drop the redundant
git clone --recurse-submodulesblock from theMethod 2 (rsdk-image container) section of the Q6A low-level dev
build system tutorial.
Reason: the
rsdk-imageprebuilt container already ships with thersdktool and the SDK working directory, so once a user enters thecontainer they do not need to clone the repository again. The old
"After entering the container, use the rsdk source cloned in Method 1,
or clone it again inside the container" block is therefore misleading
and is removed.
Replace it with a one-line note explaining that the container already
provides
rsdkand the SDK working directory.Affected pages
Source / Trigger
Follow-up to PR #1795 (docs(dragon/q6a): add rsdk-image container as
second environment setup method). The previously added Method 2 section
inadvertently asked users to re-clone the rsdk source after entering
the container, which is not necessary because the container already
ships with
rsdkand the SDK working directory.Files changed
docs/common/radxa-os/build-system/_radxa_os.mdx(zh)i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/build-system/_radxa_os.mdx(en)Both languages updated in lock-step;
agent-doc-translation-guardandagent-doc-lintpass on the changed files.Diff stat
The change is docs-only, scoped to a single tutorial, and contains no
product / hardware claims that need R&D confirmation.