Ethernet 100Mb half duplex support

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

Ethernet 100Mb half duplex support

715 Views
darrelmeyer
Contributor I

Is 100Mb half duplex Ethernet support on the new T series CPU's, such as the T4240?

When trying to set the Ethernet mode to 100Mb half duplex in Gentoo Linux, it sets to 10Mb full duplex.

Looking at the NXP driver, we found this piece of code commented out.

if (strstr(char_prop, "sgmii"))                mac_dev->if_support &= ~(SUPPORTED_10baseT_Half |                                        SUPPORTED_100baseT_Half);

When this code was added back in, we see this error generated.

fsl_dpa ethernet.25 eth8: Err FD status = 0x00040000
Labels (1)
0 Kudos
1 Reply

406 Views
Pavel
NXP Employee
NXP Employee

The T4240 hardware supports half and full-duplex.

FMan_v3 is capable of full- and half-duplex Ethernet support (half-duplex is supported only on 10/100Mbps rates). The 10-Gbps mEMACs are single-speed full duplex. See the T4240DPAARM:

https://www.nxp.com/webapp/Download?colCode=T4240RM&location=null&fasp=1&WT_TYPE=Reference%20Manuals...

Have a great day,
Pavel Chubakov

0 Kudos