Main Content
Send PING Request to Xilinx SoC Devices
To check if the Xilinx® hardware is properly configured, repeat the steps in Guided Hardware Setup.
In the MATLAB® Command Window, execute:
system('ping 192.168.1.101');
You get 0% loss as shown in this response:
Pinging 192.168.1.101 with 32 bytes of data: Reply from 192.168.1.101: bytes=32 time=5ms TTL=64 Reply from 192.168.1.101: bytes=32 time=2ms TTL=64 Reply from 192.168.1.101: bytes=32 time=2ms TTL=64 Reply from 192.168.1.101: bytes=32 time=2ms TTL=64 Ping statistics for 192.168.1.101: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 5ms, Average = 2ms
After a successful
ping
acknowledgement from the
Xilinx SoC hardware board, you can proceed with Command-Line Session for Xilinx SoC Devices.
See Also
Get IP Address of Xilinx SoC Devices | Command-Line Session for Xilinx SoC Devices