docs(rock3/rock3b): use Tabs to switch Maskrom entry steps for ROCK 3B / 3B+#1856
Merged
Milir-Radxa merged 1 commit intoJun 18, 2026
Merged
Conversation
…B / 3B+ Replace the single Maskrom entry steps with a board-aware Tabs block so users can switch between ROCK 3B and ROCK 3B+ directly on the low-level-dev erase page. The two boards share the same hardware flow but ROCK 3B has an extra note for boards without an eMMC module, and the two boards have different pin callouts so each Tab now references its own pin diagram image. - Add rock3b-maskrom-pins.webp and rock3b-plus-maskrom-pins.webp - Mirror the same Tabs structure in the English translation - Keep the wrapper props (loader, rkdevtool images) unchanged Source: triggered by 售后技术支持群 request to make Maskrom entry steps switchable per board model.
8b3fbb8 to
39c3afa
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
Refactor the Maskrom entry steps on the ROCK 3B / 3B+ low-level-dev erase page to use a board-aware
<Tabs>block so users can switch between ROCK 3B and ROCK 3B+ directly.Previously the page only had a single Maskrom entry procedure for ROCK 3B, which made it confusing for ROCK 3B+ users (different pin locations, different on-board eMMC behavior). The shared wrapper still handles Linux/MacOS vs Windows tabs in
_erase-spi-emmc.mdx; this change adds a new outer Tabs layer that switches the "进入 Maskrom 模式" steps per board.Changes
docs/rock3/rock3b/low-level-dev/maskrom/erase.md<Tabs queryString="board">with<TabItem value="ROCK 3B">and<TabItem value="ROCK 3B+">.i18n/en/docusaurus-plugin-content-docs/current/rock3/rock3b/low-level-dev/maskrom/erase.mdstatic/img/rock3/3b/rock3b-maskrom-pins.webp(new)static/img/rock3/3b/rock3b-plus-maskrom-pins.webp(new)Notes