downloadImage
Download SD card image or bitstream file
Add-On Required: This feature requires the Communications Toolbox Support Package for USRP Embedded Series Radio 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
devE3xx
,'BoardName',DeviceName
)devE3xx
. Specify the name of the radio hardware by
DeviceName
. 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
devE3xx
,'BoardName',DeviceName
,'IPAddress',IPAddress
)IPAddress
property of the devE3xx
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 devE3xx
,'BoardName',DeviceName
,'IPAddress',IPAddress
,Name,Value
)IPAddress
property of the
devE3xx
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 the
first
syntax description. 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 the
first
syntax description.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 the
first
syntax description. 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 R2016b