Hello All,
I am trying to emulate ZCU102 Xilinx MPSoc, which contains 4 Giga Ethernet Mac Controllers. GEM0, GEM1, GEM2 and GEM3.
I have a petalinux running on the APU part which controls GEM3, and I managed to communicate with windows application through GEM3 and Phy transceiver Model for Marvell.
On the RPU part, I have GEM0 and GEM1 controlled through FreeRTOS and lwip (TCP/IP) stack.
I want to ask if is it applicable to connect GEM0 to GEM1 directly (bypass Ethernet Phy Models), where I send from one GEM and receive on the other one.
Note: I am using user network as I don't have privilege to use tap. I searched a lot on the web to find a solution for it but I didn't reach something similar.
BR,
Saad