docs(cm3i): align NVME install guide release_num with download page (b4 → rsdk-r2)#1775
Open
tangzz-radxa wants to merge 1 commit into
Open
docs(cm3i): align NVME install guide release_num with download page (b4 → rsdk-r2)#1775tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
Align with the download page update (PR radxa-docs#1770) which changed the CM3I IO Board image link from b4 (Bullseye XFCE) to rsdk-r2 (Bookworm KDE R2). The NVME installation guide was still referencing release_num=b4, causing an inconsistency where users following the install guide would be directed to the deprecated image. Files changed: - docs/som/cm/cm3i/getting-started/install-os/nvme.md (zh) - i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm3i/getting-started/install-os/nvme.md (en)
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
PR #1770 updated the CM3I IO Board download page to point to the new
rsdk-r2(Bookworm KDE R2) image, replacing the deprecatedb4(Bullseye XFCE) image.However, the NVME installation guide (both Chinese and English versions) was not updated and still uses `release_num="b4"", which would direct users to the deprecated image when following the NVME install steps.
This PR aligns the NVME installation guide with the updated download page.
Changes
docs/som/cm/cm3i/getting-started/install-os/nvme.md:release_num="b4"→release_num="rsdk-r2"(Chinese)i18n/en/docusaurus-plugin-content-docs/current/som/cm/cm3i/getting-started/install-os/nvme.md:release_num="b4"→release_num="rsdk-r2"(English)Source
Triggered by internal Feishu discussion (售后技术支持群, 2026-05-22) where 吴闽龙 reported the CM3i download page still showed the old b4 link. PR #1770 addressed the download page, but the NVME guide inconsistency was missed.
Testing