intelsoc
Connection to processor on Intel SoC board to perform basic Linux shell operations or program the board
Since R2022a
Description
The intelsoc
object represents a connection from MATLAB® to the processor on a Intel® SoC board. Use this object to perform basic Linux® shell operations, program your FPGA at the MATLAB command-line, and create an fpga
object that
connects to the FPGA through the processor on the Intel SoC board.
Creation
Syntax
Description
creates a connection to the
Intel SoC hardware board. This connection reuses the IP address or host name, user
name, and password from the most recent connection to a specified Intel board. When you connect MATLAB to a Intel board for the first time, enter the host name or IP address, user name, and
password of the Intel board.p
= intelsoc
Input Arguments
Output Arguments
Properties
Object Functions
Use the object functions to interact with your SoC device.
system | Run command in Linux shell on SoC board |
getFile | Transfer file from SoC board to host computer |
putFile | Transfer file from host computer to SoC board |
deleteFile | Delete file on SoC board |
dir | List directory contents on SoC board |
programFPGA | Program FPGA and set corresponding device tree from processor on SoC board |
Examples
Version History
Introduced in R2022a