xilinxsoc
Connection to processor on Xilinx SoC board to perform basic Linux shell operations or program the board
Since R2022a
Description
The xilinxsoc
object represents a connection from MATLAB® to the processor on a Xilinx® 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 Xilinx SoC board.
Creation
Syntax
Description
creates a connection to the
Xilinx SoC hardware board. This connection reuses the IP address or host name, user
name, and password from the most recent connection to a specified Xilinx board. When you connect MATLAB to a Xilinx board for the first time, enter the host name or IP address, user name, and
password of the Xilinx board.p
= xilinxsoc
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