Main Content

zynq

Display most recent IP address, username, and password

Add-On Required: This feature requires the Embedded Coder Support Package for AMD SoC Devices add-on.

Description

zynq displays the IP address or hostname, username, and password of the most recent successful connection by MATLAB® to an AMD® SoC device board.

This information does not come from the current AMD SoC device connected to your development computer. Therefore, if you have changed the AMD SoC device since the last successful connection, the information is out of date.

h = zynq creates a connection to the AMD SoC device, h. This connection reuses the IP address, username, and password from the most recent connection to the AMD SoC device.

h = zynq(operatingsystem,ipaddress,username,password,builddir) allows specification of nondefault values for IP address or hostname, username, password, build folder on the AMD SoC device.

example

Examples

collapse all

Get the IP address or hostname, username, and password of the most recent successful connection by MATLAB to a AMD SoC device.

zynq
ans = 

  LinuxServices with properties:

     IPAddress: '10.10.10.1'
      Username: 'root'
    SerialPort: 'COM1'

Input Arguments

collapse all

The operating system of the ARM® Cortex® processor on the AMD SoC device, specified as a character array.

Data Types: char

The IPv4 address of the AMD SoC device, specified as a character array.

Data Types: char

The username of the root user on the AMD SoC device, specified as a character array.

Data Types: char

The password of the root user on the AMD SoC device, specified as a character array.

Data Types: char

The build folder on the AMD SoC device, specified as a character array.

Data Types: char

Output Arguments

collapse all

Connection to the AMD SoC device, returned as an object handle.

Version History

Introduced in R2015b