Main Content

Troubleshooting AMD SoC Device and Development Computer Connection

R2026b

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 AMD® SoC device.

-> ls "host:"

A valid connection lists of all the files in the TFTP folder.

See Also

| |