IMX35LPDK FEC Ethernet interface

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX35LPDK FEC Ethernet interface

1,846件の閲覧回数
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,087件の閲覧回数
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 件の賞賛
返信