Other Parts Discussed in Thread: TLK105, SYSBIOS, PROCESSOR-SDK-AM335X
At first what I use:
Communication to two different Phy devices (LAN8710 and TLK105).
LAN8710 is connected to RMII1 Pins
TLK105 is connected to RGMII2 Pins
For Communication we use the sdk drivers V 1.1.0.6
Actual state:
# Ethernet communication through the LAN8710 Phy is working
# Ethernet communication through the TLK105 will be configuered and tested but actual it will not work.
=>So I have looked in the code but it think I haven't get a good knowledge how it works and what i have to configure that it works.
Here some Questions:
+ Which functions of the driver I have to use to configure the switch function (overview what is to do)
+ How I have to give the MDIO interface the information of the Phy addresses?
+ How can I proof that the connection to thy phy which is aktual not working is ok (I can see the clk and signals on the MDIO)?