Main Content

socSDCardImage

Get SD card image path

Since R2024a

Description

example

imageFilePath = socSDCardImage(boardName) returns the path of the SD card image file of an SoC hardware board specified by the boardName argument.

Examples

collapse all

This example returns the path of the SD card image of a supported SoC hardware board.

Get the SD card image location of Xilinx® Zynq® UltraScale+™ RFSoC ZCU111 Evaluation Kit.

imageFilePath = socSDCardImage( ...
"Xilinx Zynq UltraScale+ RFSoC ZCU111 Evaluation Kit");

Input Arguments

collapse all

Targeted SoC board name, specified as a character vector or string scalar. For a complete list of supported boards, see Supported Third-Party Tools and Hardware.

Example: "ZCU102"

Data Types: char | string

Output Arguments

collapse all

Path of the SD card image file, returned as a character vector or string scalar.

Example: "c:/ProgramData/zzz/sdcard.zip"

Data Types: char | string

Version History

Introduced in R2024a