downloadImage
Download SD card image or bitstream file
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
Syntax
Description
downloadImage(
downloads the default SD card image onto the SD card inserted into the reader of
the radio hardware associated with the radio object
devAD936x
,'BoardName',devAD936xDeviceName
)devAD936x
. Specify the name of the radio hardware by
devAD936xDeviceName
. The board restarts with the new
image.
downloadImage(
downloads the default SD card image onto the SD card inserted into the reader of
the radio hardware associated with the radio object
devFMCOMMS5
,'BoardName',devFMCOMMS5DeviceName
)devFMCOMMS5
. Specify the name of the radio hardware by
devFMCOMMS5DeviceName
. The board restarts with the new
image.
downloadImage(
updates the default SD card image with the specified IP address and downloads
the image onto the SD card inserted into the reader of the radio hardware. The
board restarts with the new image. The function also updates the
devAD936x
,'BoardName',devAD936xDeviceName
,'IPAddress',IPAddress
)IPAddress
property of the
devAD936x
radio object accordingly.
downloadImage(
uses additional options specified by one or more name-value pair arguments. Use
these options to change the netmask and gateway of the updated IP address in the
downloaded SD card image. The board restarts with the new image. The function
also updates the devAD936x
,'BoardName',devAD936xDeviceName
,'IPAddress',IPAddress
,Name,Value
)IPAddress
property of the
devAD936x
radio object accordingly.
downloadImage(
updates the default SD card image with the specified IP address and downloads
the image onto the SD card inserted into the reader of the radio hardware. The
board restarts with the new image. The function also updates the
devFMCOMMS5
,'BoardName',devFMCOMMS5DeviceName
,'IPAddress',IPAddress
)IPAddress
property of the
devFMCOMMS5
radio object accordingly.
downloadImage(
uses additional options specified by one or more name-value pair arguments. Use
these options to change the netmask and gateway of the updated IP address in the
downloaded SD card image. The board restarts with the new image. The function
also updates the devFMCOMMS5
,'BoardName',devFMCOMMS5DeviceName
,'IPAddress',IPAddress
,Name,Value
)IPAddress
property of the
devFMCOMMS5
radio object accordingly.
downloadImage(___,'SDCardLocation',
downloads the SD card image onto the SD card inserted into the SD card reader on
the host computer specified by SDCardLocation
)SDCardLocation
. Use this
name-value pair in addition to the input arguments in any of the
previous
syntax descriptions. After the image is downloaded, insert the
SD card into the reader of the specified radio hardware and restart the
board.
downloadImage(___,'SDCardImage',
downloads a custom SD card image onto the SD card inserted into the reader of
the radio hardware. Use this name-value pair in addition to the input arguments
in any of the first
two
syntax descriptions. The board restarts with the new image.SDCardImage
)
downloadImage(___,'SDCardImage',
downloads a custom SD card image onto the SD card inserted into the specified SD
card reader of the host computer. After the image is downloaded, insert the SD
card into the reader of the specified radio hardware and restart the board. Use
these name-value pairs in addition to the input arguments in any of the first
two
syntax descriptions.SDCardImage
,'SDCardLocation',SDCardLocation
)
downloadImage(___,'FPGAImage',
downloads the bitstream specified by FPGAImage
)FPGAImage
onto the SD
card inserted into the reader of the specified radio hardware. Use this
name-value pair in addition to the input arguments in any of the first
two
syntax descriptions. The board restarts with the new image and the bitstream is
downloaded to the radio hardware.
Note
To download the SD card image onto the SD card inserted into the reader of the radio hardware, an Ethernet connection must be present between the host and the radio hardware.
Examples
Input Arguments
Version History
Introduced in R2014b