IMX6dl rmii support for kernel 3.0.35_4.1.0

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

IMX6dl rmii support for kernel 3.0.35_4.1.0

608 Views
ela_embedded
Contributor I

we trying to bringup  ethernet with smsc phy in dual lite . we have done the pin muxing as follows.

        MX6DL_PAD_ENET_MDC__ENET_MDC,

        MX6DL_PAD_ENET_MDIO__ENET_MDIO,

        MX6DL_PAD_ENET_CRS_DV__ENET_RX_EN,

        MX6DL_PAD_ENET_RXD0__ENET_RDATA_0,

        MX6DL_PAD_ENET_RXD1__ENET_RDATA_1,

        MX6DL_PAD_ENET_TX_EN__ENET_TX_EN,         

        MX6DL_PAD_ENET_TXD0__ENET_TDATA_0,

        MX6DL_PAD_ENET_TXD1__ENET_TDATA_1,

        MX6DL_PAD_GPIO_16__ENET_ANATOP_ETHERNET_REF_OUT,

we can able to detect phy .but when we try to transmit data , only transmission occurs but no packets on rx line.

is this kernel have support for rmii ?

Labels (5)
0 Kudos
1 Reply

421 Views
igorpadykov
NXP Employee
NXP Employee

Hi ela

I believe it is not supported, by solution can be found on links below

https://community.freescale.com/thread/313741

https://community.freescale.com/message/346089#346089

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos