0

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?

ocrdu
  • 8,705
  • 21
  • 30
  • 42
mehdi
  • 9
  • 2
  • Your Zynq is on the 192.168.1.0 subnet. Your PC which you're trying to ping from needs to be on the same subnet. So (simplistically) if your PC's IP address doesn't start with 192.168.1 then it's not going to work. – brhans Mar 06 '23 at 13:52

0 Answers0