Skip to content

docs(dragon q8b): fix stale 260821 BIOS firmware link in EN download page - #2083

Open
tzz-radxa wants to merge 1 commit into
radxa-docs:mainfrom
tzz-radxa:docs/fix-q8b-en-bios-260821-20260830
Open

docs(dragon q8b): fix stale 260821 BIOS firmware link in EN download page#2083
tzz-radxa wants to merge 1 commit into
radxa-docs:mainfrom
tzz-radxa:docs/fix-q8b-en-bios-260821-20260830

Conversation

@tzz-radxa

Copy link
Copy Markdown

Summary

Fix a stale BIOS firmware link on the English Dragon Q8B download page. The EN page currently shows two BIOS firmware links with different versions, which is inconsistent with the Chinese page and misleading for users downloading firmware.

Problem

  • EN info block (Latest BIOS Firmware Release Page) contains a direct link to the 260825 build, while the block outside the info box still points to the 260821 build:
    • [BIOS Firmware - 260825](.../dragon-q8b_flat_build_wp_260825.zip) (inside info box)
    • [BIOS Firmware](.../dragon-q8b_flat_build_wp_260821.zip) (outside info box)
  • The Chinese page (docs/dragon/q8b/download.md) has the correct structure: the info box links to the release directory, and the outer link points to the 260825 build.
  • Root cause: PR fix: dragon q8b update bios firmware #2079 updated the BIOS link to 260825, but on the EN side it modified the line inside the info block instead of the outer firmware link, leaving the old 260821 link untouched.

Fix

Align the EN page with the already-correct ZH structure:

  • Info block: link to the release page directory https://dl.radxa.com/dragon/q8b/images/ (matching ZH)
  • Outer link: BIOS Firmware - 260825dragon-q8b_flat_build_wp_260825.zip (matching ZH)

This is an EN-only change because the Chinese counterpart is already correct — no ZH edit is needed, and editing ZH would only reintroduce divergence.

Origin

Internal support case (2026-08-28): customer reported the latest Q8B BIOS (260825) was not yet available on the dl server; after it was uploaded, PR #2079 updated the links but left this EN residue. This PR closes that gap so EN users are no longer pointed at the outdated 260821 firmware.

Impact

  • Files changed: 1 (i18n/en/docusaurus-plugin-content-docs/current/dragon/q8b/download.md, 2 lines)
  • Docs-only change; no behavior/API impact.

…ge with ZH

PR radxa-docs#2079 merged the 260825 BIOS link update on different lines for ZH and
EN (ZH updated the block-external line, EN updated the info-block line),
leaving EN download.md with:
- a direct 260825 zip link inside the info block (ZH uses the directory link)
- a stale 260821 zip link in the block-external line

Align EN with ZH: info block points to the firmware directory, block-external
line points to the 260825 build. Reduces risk of users flashing the outdated
260821 firmware.

Source: internal Docs Quality Loop (2026-08-28, support case Q8B BIOS version
not uploaded to dl server).
@tzz-radxa
tzz-radxa requested a review from a team as a code owner August 31, 2026 11:37
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.

1 participant