docs(rock4d): note CAN FD support and external CAN transceiver requirement - #2111
Open
tzz-radxa wants to merge 1 commit into
Open
docs(rock4d): note CAN FD support and external CAN transceiver requirement#2111tzz-radxa wants to merge 1 commit into
tzz-radxa wants to merge 1 commit into
Conversation
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
hardware-use/canbus.md)补一条 tip,说明两点:fd on/dbitrate配置数据段波特率;docs/rock4/rock4d/hardware-use/canbus.md+i18n/en/.../rock4/rock4d/hardware-use/canbus.md,各新增 6 行说明,不改动共享模板common/dev/_canbus.mdx。Why
来源:一条内部技术支持问询「ROCK 4D 支持 canfd 吗?」。
ROCK 4D 的 CANBUS 页面目前只导入共享模板,页面本身没有说明 FD 支持,也没有提示板载没有 CAN 收发器。这容易造成两类误解:
fd on/dbitrate;Evidence
linux-6.1-stan-rkr5中,RK3576 的 CAN 控制器是 CAN FD 控制器:驱动drivers/net/can/rockchip/rk3576_canfd.c,of_device_id为rockchip,rk3576-canfd,ctrlmode_supported包含CAN_CTRLMODE_FD(数据段位定时data_bittiming_const/CAN_DBTP)。Enable CAN1-M1/Enable CAN1-M3。Verification
git diff --check通过。pre-commit run --files <两个文件>全部通过(含 prettier、agent doc lint、agent doc drift guard、agent doc translation guard)。scripts/github_pr_guard.py check→ok=true(1 commit / 2 files,中英文配对完整)。