docs(dragon/q6a): add VarStore to SPI erase commands and reorder -l flag#1874
Merged
Milir-Radxa merged 1 commit intoJun 24, 2026
Conversation
- Move -l prog_firehose_ddr.elf before erase-part on both Windows and Linux - Add the missing VarStore partition to the erase command list - Sync Chinese and English docs
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.
背景
Dragon Q6A 的 SPI 启动固件擦除教程(
docs/dragon/q6a/low-level-dev/spi-fw.md)里的edl-ng erase-part命令有两点问题:ddr/uefi/devcfg/xbl),漏掉VarStore。-l参数位置放在erase-part之后,部分版本下参数解析顺序与新固件不匹配。改动
把"擦除 SPI 启动固件"一节里的命令按
edl-ng当前使用方式调整:-l prog_firehose_ddr.elf移到erase-part之前VarStore分区中英文两个版本都改了。
文件
docs/dragon/q6a/low-level-dev/spi-fw.mdi18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/low-level-dev/spi-fw.md来源
售后技术支持群同事 @吴闽龙 提供新命令,要求同步更新教程。