Skip to content

docs(a7a): add explicit extract step for .img.xz UFS system install#1833

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/a7a-ufs-extract-step-1832
Jun 15, 2026
Merged

docs(a7a): add explicit extract step for .img.xz UFS system install#1833
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/a7a-ufs-extract-step-1832

Conversation

@tangzz-radxa

Copy link
Copy Markdown
Contributor

docs(a7a): add explicit extract step for .img.xz UFS system install

Source of the docs gap

Discussion #1832 (en/cubie/a7a/getting-started/install-system/ufs-system/no-reader):
a user reported the Downloads page serves .img.xz archives, but the no-reader
UFS install guide only says "download and extract" without showing how to
decompress, so users hit a dead end before the dd step.

What this PR changes

  • Add a :::tip callout under the Download Methods block making the
    .img.xz → .img decompression requirement explicit.
  • Add an ### 解压系统镜像 / ### Extract System Image section that mirrors
    the canonical unxz pattern already used in
    docs/rock5/rock5t/getting-started/install-os/emmc_boot.md.
  • Document the pipe alternative (xz -dc … | sudo dd of=/dev/sda …) so users
    who don't want a separate .img on disk have a one-liner.

Scope

Single scope docs/cubie/a7a. 1 commit / 2 files / +40 / -4. CN and EN in sync.

Why docs-only

This is purely a documentation gap fix. The underlying mechanism (xz
decompression + dd to UFS) is correct, the missing piece is that the user
is never shown the decompression step. Discussion #1832 is the canonical
trigger.

Fixes discussion #1832.

The Downloads page provides .img.xz archives, but the
no-reader UFS install guide only says 'download and extract'
without showing how. Users following the guide hit a dead end.

Add a tip callout and an explicit unxz section so the
decompression step is visible, plus a pipe alternative that
skips writing a separate .img. Fixes discussion radxa-docs#1832.

Mirrors docs/rock5/rock5t/getting-started/install-os/emmc_boot.md
extract pattern. CN + EN in sync.
@tangzz-radxa tangzz-radxa requested a review from a team as a code owner June 13, 2026 11:39
@Milir-Radxa Milir-Radxa merged commit 6628013 into radxa-docs:main Jun 15, 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