I tried to build a lwIP Echo Server project on my custom MYIR Z-turn board (Zynq-7020).
I just changed phy_link_speed amro 1000 Mbps from Autodetect (in temac_adapter_options/BSP's Settings) I get this message in terminal:
-----lwIP TCP echo server ------
TCP packets sent to port 6001 will be echoed back
link speed for phy address 0: 1000
DHCP Timeout
Configuring default IP of 192.168.1.10
Board IP: 192.168.1.10
Netmask : 255.255.255.0
Gateway : 192.168.1.1
TCP echo server started @ port 7
So the application was running successfully, however, when I applied the ping (at cmd) step I get:
connect: Network is unreachable
That's all. Should I modify some settings for Zynq?