IMX35LPDK FEC Ethernet interface

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

IMX35LPDK FEC Ethernet interface

1,852 次查看
ssbal
Contributor I

Hi All,

 

We are working with the IMX35LPDK board and we are trying to activate the intergated into MCU FEC Ethernet interface. This interface is available on the Personnality board but it seems to be inactive. The Ethernet interface available on Debug board is working fine. When typing IFCONFIG on board Linux shell, we get eth0 interface corresponding to Debug board, so it seems the FEC driver is not activated. We are unable to find any instructions in the different manuals how to activate the FEC driver of MCU. Any suggestions ? Thanks in advance.

0 项奖励
回复
1 回复

1,093 次查看
fabio_estevam
NXP Employee
NXP Employee

You need to enable FEC support in the kernel.

 

./ltib -c

 

[*] Configure the kernel

Device Drivers --->

[*] Network Device Support --->

[*] Ethernet (10 or 100Mit) ---->

 

Unselect < > SMC 91C9x/91C1xxx support

 

and

 

Select the FEC:

 

<*> FEC ethernet controller

 

Regards,

 

Fabio Estevam 

 

0 项奖励
回复