CPU : AM5718
SDK : am57xx-evm-linux-sdk-src-06.03.00.106
I have a custom board with AM5718 processor and PHY is connected to RGMII1.
When I checked the RGMII1 interface using MII utility.
U-BOOT> mii info
PHY 0x01: OUI = 0x0885, Model = 0x22, Rev = 0x02, 1000baseT, FDX
I think my issue is same the link below, so I followed the solution.
https://e2e.ti.com/support/processors/f/791/t/559648?tisearch=e2e-sitesearch&keymatch=rgmii1
But My board can't pass the PING test.
My board is connected to PC using RGMII1 interface.
My PC sends the PING test packet, but it can't detect eth1.
My Question : How can I change from RGMII0 to RGMII1 In the u-boot?
I want that u-boot uses RGMII1 (eth1) instead of RGMII0 (eth0) for ethernet.