Main Content

Get IP Address of Intel SoC Device

You can get the IP address of the Intel® SoC hardware in the MATLAB® Command Window or by using the Linux® command line.

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

To get the most recently configured board IP address in the MATLAB command window, enter:

hTarget = dlhdl.Target('Intel','Interface','Ethernet')

The hardware provides information about its IP address, user name, and SSH port. For example:

hTarget = 

  Target with properties:

       Vendor: 'Intel'
    Interface: Ethernet
    IPAddress: '192.168.1.101'
     Username: 'root'
         Port: 22

To get the Intel SoC IP address by using command-line, see Configure Command-Line Session for Intel SoC Device.

Related Topics