docs(dragon/q6a,q8b): add reboot-after-SPI-flash warning - #1966
Merged
Milir-Radxa merged 1 commit intoAug 4, 2026
Merged
Conversation
Add a warning right after the SPI boot firmware flash commands in the Dragon Q6A and Q8B low-level docs: - Re-plug device power - Run `edl-ng reset` in the terminal Without this hint, users can mistake a successful flash for a failed one because the device keeps booting with the old bootloader. The warning tells them to restart the device after flashing. Both Chinese (docs/) and English (i18n/en/) versions updated in lockstep. Signed-off-by: Tang Zaozao <tangzz@radxa.com>
tangzz-radxa
force-pushed
the
docs/dragon-q6a-q8b-spi-reset-note-20260804
branch
from
August 4, 2026 02:41
ea270b2 to
687471b
Compare
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
Add a post-flash reboot warning to the Dragon Q6A and Q8B "Flashing SPI Boot Firmware" tutorials.
The warning tells users to do either of:
edl-ng resetin the terminalWithout this hint, users commonly mis-interpret the unchanged boot behavior (caused by the old bootloader still in memory) as a failed flash.
Files touched
docs/dragon/q6a/low-level-dev/spi-fw.md(Chinese)docs/dragon/q8b/low-level-dev/spi-fw.md(Chinese)i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/low-level-dev/spi-fw.md(English)i18n/en/docusaurus-plugin-content-docs/current/dragon/q8b/low-level-dev/spi-fw.md(English)Why now
Verification
python3 scripts/github_pr_guard.py check --max-scopes 2— passed (1 commit, 4 files, 2 scopes, bilingual OK).bash scripts/agent-doc-translation-guard.shfor both Q6A and Q8B Chinese sources — passed.bash scripts/agent-doc-lint.shon all 4 files — passed.