docs: fix ROCK 5T USB port description (USB 3.0 is HOST-only) - #2025
Merged
Ken-Vamrs merged 1 commit intoAug 17, 2026
Merged
Conversation
USB 3.0 Type-A ports are HOST-only; OTG is only available on the USB Type-C port. Correct the spec table in both zh-CN and en docs.
Ken-Vamrs
requested review from
Ken-Vamrs and
Milir-Radxa
and removed request for
RadxaStephen
August 17, 2026 03:59
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.
背景
售后技术支持反馈(RS139 / ROCK 5T):文档参数表将 USB 3.0 端口标注为「2x USB 3 HOST/OTG 端口」,但硬件实际为 USB 3.0 Type-A 端口仅支持 HOST,OTG 功能只在 USB Type-C 端口上提供。
修改
docs/rock5/rock5t/getting-started/introduction.md(中文)i18n/en/docusaurus-plugin-content-docs/current/rock5/rock5t/getting-started/introduction.md(英文)USB 行由:
改为:
依据
影响范围
仅修正 ROCK 5T/5T-Industrial 产品介绍参数表,docs-only,无代码/镜像影响。