Get IP Address of Xilinx Zynq Platform
Get the IP address of the Xilinx® Zynq® platform through the MATLAB® Command Window or at the Linux® command line.
If you have multiple Xilinx Zynq platform boards connected to your host computer, disconnect the ones you are not using.
To get the Xilinx Zynq 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 Xilinx Zynq IP address by using command-line, see Command-Line Session for Xilinx Zynq Platform.
See Also
Command-Line Session for Xilinx Zynq Platform | Send PING Request to Xilinx Zynq Platform