Main Content

Get IP Address of AMD SoC Devices

Get the IP address of the AMD® SoC platform through the MATLAB® Command Window or at the Linux® command line.

If you have multiple AMD SoC platform boards connected to your host computer, disconnect the ones you are not using.

To get the AMD SoC platform IP address using the MATLAB Command Window, enter:

z = zynqrfsocnetwork

The hardware provides information about its IP address. For example:

z = 
  zynqrfsocnetwork with properties:
    IPAddress: '192.168.1.101'

If you changed the default IP address, specify the new IP address. For example:

z.IPAddress = 192.168.1.120

To get the AMD SoC device IP address by using command-line, see Command-Line Session for AMD SoC Devices.

See Also

|