i.MX6ULL bring up with one ethernet

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

i.MX6ULL bring up with one ethernet

1,258 Views
kyleyang
Contributor IV

Hi,

I have a customized PCB which MCIMX6Y1 on board and choose ENET1 as the default ethernet port.

As I know the configuration in dts already declared two ethernet port via mdio bus.

But according to the log message, i.MX6ULL always setup ENET2 only.

I try to remove the configuration of ENET2 in dts, ethernet function still not functional.

Is there any way to setup the ENET1 correctly?

Thank you.

Labels (2)
0 Kudos
2 Replies

969 Views
igorpadykov
NXP Employee
NXP Employee

Hi Kyle

one can test if enet is working in uboot, check

#define CONFIG_FEC_ENET_DEV in uboot/include/configs/mx6ullevk.h
uboot-imx.git - Freescale i.MX u-boot Tree 
also check clocks imx6ul_enet_clk_init() in linux/arch/arm/mach-imx/mach-imx6ul.c

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

0 Kudos

969 Views
kyleyang
Contributor IV

Hi Igor,

Thank you. I will check it.

0 Kudos