docs(rock4d): add CANBUS usage guide - #2086
Open
tzz-radxa wants to merge 1 commit into
Open
Conversation
Add bilingual CN+EN CANBUS wrapper pages under hardware-use for ROCK 4D, importing the shared common/dev/_canbus.mdx template per docs convention.
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
Add a bilingual (CN + EN) CANBUS usage guide for ROCK 4D under
hardware-use/.Background: In the last 24h an internal support question asked how to enable the built-in CAN FD on ROCK 4D (RK3576). ROCK 4D supports CANBUS via its 40-pin header (overlays
Enable CAN1-M1/Enable CAN1-M3exist in radxa-overlays forradxa,rock-4d), but the docs had no CANBUS page for this board while sibling boards (e.g. ROCK 3A, E25, ZERO 3) all ship one.Change
docs/rock4/rock4d/hardware-use/canbus.md(CN)i18n/en/docusaurus-plugin-content-docs/current/rock4/rock4d/hardware-use/canbus.md(EN)Both are
doc_kind: wrapperpages importing the sharedcommon/dev/_canbus.mdxtemplate, consistent with existing CANBUS wrapper pages (ROCK 3A / E25 / ZERO 3 / CM3I). No new technical claims added.