Main Content

Check Connectivity of Xilinx RFSoC Boards

With the USB-serial and Ethernet cable plugged in, check the connectivity of Xilinx® RFSoC boards by using the zynqrfsocnetwork object in MATLAB®.

Create a zynqrfsocnetwork object.

z = zynqrfsocnetwork
z = 
  zynqrfsocnetwork with properties:
    IPAddress: '192.168.1.101'

Check the connectivity.

z.checkConnection
 'Connection successful'

If the connection is unsuccessful, debug further to determine why a failure exists. To troubleshoot the connection to your target board, see "Troubleshooting" in Setup and Configuration.

If you changed the default IP address of the SD card, specify the new IP address.

z.IPAddress = 192.168.1.120

Related Topics