Hi..
I am new to Ethernet switches and don't know about integration here i am integrating 88e6352 switch on i.MX6 processor. This switch uses MDIO bus. any one can help me in this?
Hi Ankit
marvel ethernet switches are not supported in nxp bsps, just for reference one can look at
https://community.nxp.com/thread/316374
https://stackoverflow.com/questions/22194772/how-to-connect-an-ethernet-device-directly-to-a-switch-...
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi igorpadykov, here we have started bringing up this switch on u-boot level. and we have connected port 5(since imx support RGMII) to i.mx6s and there is no PHY between i.mx6 and port5 , but we are facing some issues here.
in u-boot we have defined RGMII, 1 Gb/s speed, always UP.. for initial implementation purpose. hence as a result wise we are able to..
1 receiving data ( probed with CRO) upto the TX pin of i.mx6 (when sending form imx6 to PC).
2 receiving data upto marvell tx pin(which is connected to imx RX pin).
Hence we are unable to ping any perticular IP.
Please share the approach