how to configure dtsec speed on T2080 RDB board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to configure dtsec speed on T2080 RDB board

1,509 次查看
manishraturi
Contributor I

How to configure the speed of DTSEC 3 using UBOOT on T2080 RDb board

标签 (1)
0 项奖励
回复
1 回复

1,354 次查看
bpe
NXP Employee
NXP Employee

u-Boot always trusts PHY autonegotiation. There is no tool like linux ethool. You have to alter the driver and rebuild to achieve that.

One possible way I see is to set phydev->advertising to the desired values before calling phy_config() in init_phy() in drives/net/fm/eth.c


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复