docs(airbox-q900): clarify OS type of system image downloads - #2088
Open
tzz-radxa wants to merge 1 commit into
Open
docs(airbox-q900): clarify OS type of system image downloads#2088tzz-radxa wants to merge 1 commit into
tzz-radxa wants to merge 1 commit into
Conversation
The download page lists two files under System Images without any explanation. Internal staff asked whether the listed items are Debian or Ubuntu, and whether qcs9075-provision is an OS. Clarify that: - radxa-airbox-q900_noble_gnome_r1 is the Ubuntu 24.04 (Noble) + GNOME desktop system image, with a note on the image naming convention (noble = Ubuntu 24.04, gnome/kde = desktop, r/t prefix). - qcs9075-provision is a UFS provisioning toolkit, not an OS image, and link to the onboard UFS install guide.
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.
Background
Triggered by a real support question (2026-09-03): an internal colleague looking at the AIRbox Q900 download page asked "Q900 的这两个系统是 Debian 吗?有 Ubuntu 系统吗?" — the page listed two files under System Images with zero explanation of what they are.
Problem
The Q900 download page (
download.md, CN + EN) shows:radxa-airbox-q900_noble_gnome_r1— no OS/desktop explanation; the Radxa image naming (noble= Ubuntu 24.04 Noble Numbat,gnome= GNOME desktop) is not self-evident to users.qcs9075-provision— listed as a "system image", but it is actually a UFS provisioning toolkit (370 KiB), not an OS. Users may mistake it for a bootable system.Change (docs-only)
radxa-airbox-q900_noble_gnome_r1as Ubuntu 24.04 (Noble) + GNOME desktop system image (r1 stable).:::noteexplaining the image naming convention (noble= Ubuntu 24.04,gnome= GNOME desktop,r/tprefix = stable/test).qcs9075-provisionas UFS provisioning toolkit (not an OS image) and cross-link the Install System to Onboard UFS guide.Both CN (
docs/fogwise/airbox-q900/download.md) and EN (i18n/.../fogwise/airbox-q900/download.md) updated in sync.Validation
dl.radxa.com/fogwise/airbox-q900/images/(older artifactradxa-airbox-q900-ubuntu-noble-gnome-t4.tar.gz) andradxa-build/radxa-airbox-q900releases (noble_gnome_r1/r2,noble_kde_t*).qcs9075-provisionusage verified ingetting-started/install-system/onboard-ufs.md(UFS provisioning step).Impact
Reduces confusion for users and staff when choosing the correct image/tool from the Q900 download page.