Troubleshoot Xilinx Zynq Platform and Development Computer Connection
Sending PING Request to Xilinx Zynq Platform
To determine if the Xilinx® Zynq® platform is properly configured, repeat the steps in TFTP/WFTPD Configuration Guide.
In a DOS command window, execute the following command.
C:\Temp> ping 192.168.88.169
A valid connection gets a response with 0% loss.
Checking the WFTPD and TFTPD Applications
To check that the WFTPD and TFTPD applications are configured correctly on your network interface, use the following MATLAB® commands. In these commands, you first create a text file in the TFTP folder used in Configure Trivial File Transfer Protocol (TFTP).
>> system('echo Hello > C:\Work\R2014b\vxtest\testfile.txt'); >> [~, status]=urlread(['ftp://192.168.88.88/', 'testfile.txt']);
If the status returns a non-zero value, the FTP was configured correctly.
To view the contents of the TFTP folder, use the PuTTY session on the Xilinx Zynq platform.
-> ls "host:"
A valid connection lists of all the files in the TFTP folder.
See Also
Get IP Address of Xilinx Zynq Platform | Send PING Request to Xilinx Zynq Platform | Configure Command-Line Session for Xilinx Zynq Platform