Skip to content

docs(q6a/rsdk-image): drop redundant in-container git clone#1798

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/q6a-rsdk-image-remove-redundant-clone
Jun 4, 2026
Merged

docs(q6a/rsdk-image): drop redundant in-container git clone#1798
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/q6a-rsdk-image-remove-redundant-clone

Conversation

@tangzz-radxa
Copy link
Copy Markdown
Contributor

Summary

Drop the redundant git clone --recurse-submodules block from the
Method 2 (rsdk-image container) section of the Q6A low-level dev
build system tutorial.

Reason: the rsdk-image prebuilt container already ships with the
rsdk tool and the SDK working directory, so once a user enters the
container 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 rsdk and 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 rsdk and 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-guard and
agent-doc-lint pass on the changed files.

Diff stat

 2 files changed, 2 insertions(+), 22 deletions(-)

The change is docs-only, scoped to a single tutorial, and contains no
product / hardware claims that need R&D confirmation.

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.
@Milir-Radxa Milir-Radxa merged commit 8caa146 into radxa-docs:main Jun 4, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants