docs(rkdevtool): add Windows USB driver note for Maskrom mode - #2036
Merged
Milir-Radxa merged 1 commit intoAug 21, 2026
Merged
Conversation
If RKDevTool reports no device and Windows Device Manager shows an unknown device, the Rockchip USB driver is not installed. Add a tip in the Windows verification section pointing to DriverAssistant install steps. Fixes radxa-docs#2035
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
Fixes #2035
User reported that on the Rock 5B Maskrom mode page, RKDevTool shows "没有发现设备" (No Device Found) and Windows Device Manager shows an unknown device when the board enters Maskrom mode.
Root cause
This is not a board fault — the Rockchip USB driver is simply not installed on the Windows host. The Maskrom verification section only said the tool "automatically detects" the device, with no guidance on what to do when the device shows up as an unknown device.
Change
Added a tip in the Windows tab of the "Verifying Maskrom Mode" section (in the shared
_maskrom.mdx/_maskrom_two_device.mdxcommon files, zh + en):DriverInstall.exeas administrator, clickInstall DriverThis applies to all pages importing these common files (Rock 5B, CM4, NX4, NX5, etc.), preventing the same question on other product pages.
Test
github_pr_guard.py checkpasses (single scope, bilingual pairs complete)