Hi
I'm working on a custom board based on EVMK2H.
I'm taking over software code that was developed by others, an ARM application that sends/receives UDP pkt
The custom board has 4 gigabit eth ports but the software works only when the cable is plugged into one port.
Also ping command (from an external pc) fails using other 3 ports.
My goal is to use indifferently one of the 4 ports, no matter where the cable is plugged
The 4 gigabit ports are connected to the internal 5-port Ethernet switch (Network Coprocessor), so I'm trying to figure out what is missing in my configuration
It seems to me that the switch is not working as espected.
Do I need to setup the switch somehow?
Please give me an example or something as starting point to deal with this problem.
Regards, Fabio