how to configure dtsec speed on T2080 RDB board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to configure dtsec speed on T2080 RDB board

862 Views
manishraturi
Contributor I

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

Labels (1)
0 Kudos
1 Reply

707 Views
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 Kudos