visionzynq.downloadImage
Write image to on-board SD card and load into FPGA
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
Syntax
Description
downloadImage(
writes the
default FPGA image, which is located in the support package installation folder, to
the SD card of the vz
,'FPGAImage')visionzynq
target. The function then loads the
image to the FPGA and restarts the board. The function does not return until the
board restart is complete. The default FPGA image has pass-through logic in place of
the FPGA user logic and uses the Vision HDL Toolbox™ custom pixel-streaming interface.
downloadImage(
downloads a custom FPGA image to the on-board SD card and then loads the image into
the FPGA and restarts the board. This syntax is valid only when the FPGA image
contains FPGA user logic that has a Vision HDL Toolbox custom pixel-streaming
interface.vz
,'FPGAImage',filename
)
Use the downloadImage
function when the image you want is not
yet on the hardware SD card. Use the changeFPGAImage
function
when the file is already on the SD card.
downloadImage(
downloads the specified FPGA image and configures the device tree on the board. The
device tree settings must match the interface that the FPGA user logic has: a
Vision HDL Toolbox custom pixel-streaming interface or an AXI4-Stream Video interface. vz
,'FPGAImage',filename
,'DTBImage',dtree
)
Examples
Input Arguments
Version History
Introduced in R2016a