Main Content

copyImageToHostSDCardPath

Copy board-specific SD card image files to host SD card location

Since R2020a

Description

copyImageToHostSDCardPath(BoardName,SDCardDrive) copies the SD card image files of the specified board to the specified SD card drive location on the host system. The SD card image files contain a bootloader and the suitable operating system information. Also, this function copies the server daemon for handling the AXI manager host commands on the target SoC device.

copyImageToHostSDCardPath(BoardName,SDCardDrive,Name,Value) specifies options using one or more name-value arguments. For example, 'DeviceAddress','192.168.0.8' sets the internet protocol (IP) address of the target SoC device.

Input Arguments

collapse all

Targeted SoC board name, specified as one of these values.

  • 'VCK190' — Xilinx® Versal® AI Core Series VCK190 Evaluation Kit

  • 'ZC702' — Xilinx Zynq®-7000 ZC702

  • 'ZC706' — Xilinx Zynq-7000 ZC706

  • 'ZedBoard' — Xilinx Zynq ZedBoard™

  • 'ZCU102' — Xilinx Zynq UltraScale+™ MPSoC ZCU102 Evaluation Kit

  • 'ZCU111' — Xilinx Zynq UltraScale+ RFSoC ZCU111 Evaluation Kit

  • 'ZCU216' — Xilinx Zynq UltraScale+ RFSoC ZCU216 Evaluation Kit

Data Types: char | string

Name of SD card drive location on the host computer, specified as a character vector or string scalar.

Example: 'G:' for Windows® operating system

Example: '/media/username/261D-2F2B' for Linux® operating system

Data Types: char | string

Name-Value Arguments

Specify optional pairs of arguments as Name1=Value1,...,NameN=ValueN, where Name is the argument name and Value is the corresponding value. Name-value arguments must appear after other arguments, but the order of the pairs does not matter.

Before R2021a, use commas to separate each name and value, and enclose Name in quotes.

Example: copyImageToHostSDCardPath('ZC706','G:','SDCardImage','C:\mywork\hdlv_prj\sdcard_image\zc706_sdcard_zynq7000');

IP address of the target SoC device, specified as a character vector or string scalar. The target IP address must be a set of four numbers consisting of integers in the range [0, 255] that are separated by dots.

Example: '192.168.0.8'.

The host network interface card (NIC) address must be on the same subnet as the target SoC device.

Example: For example, if you specify this value as '192.168.0.8' the host NIC address can be 192.168.0.x. The variable x is any integer in the range [1, 7] and [9, 255].

Data Types: char | string

Gateway for the network interface, as a character vector or string scalar. The gateway must be a set of four numbers consisting of integers in the range from [0, 255] that are separated by dots.

Example: '192.168.0.4'

Data Types: char | string

SD card image to copy, specified as a character vector or string scalar. Use this name-value pair argument to copy a custom SD card image.

The default SD card image is the SD card files that come with the HDL Verifier™ support package.

Example: 'C:\mywork\hdlv_prj\sdcard_image\zc706_sdcard_zynq7000'

Data Types: char | string

Version History

Introduced in R2020a