Hi Team,
I am experiencing a ping failure in U-Boot on my ZynqMP zcu208 device. Despite setting the serverip and ipaddr environment variables correctly, the device fails to ping the specified server IP address. The error message indicates that the ARP retry count has been exceeded.
ZynqMP> setenv serverip 192.168.1.11
ZynqMP> setenv ipaddr 192.168.1.10
ZynqMP> printenv serverip
serverip=192.168.1.11
ZynqMP> printenv ipaddr
ipaddr=192.168.1.10
ZynqMP> ping 192.168.1.11
Using ethernet@ff0e0000 device
ARP Retry count exceeded; starting again
ping failed; host 192.168.1.11 is not alive
Thanks in Advance..