sdruload
Load FPGA and firmware images for USRP radio
Description
sdruload(
loads the default FPGA and
UHD™ firmware images for device specified. For example,
Name,Value
)sdruload
('Device
','USRP2'
). The
Name,Value
pair specifying the device is required, other
Name,Value
pairs are optional.
Firmware images are the UHD versions compatible with the Communications Toolbox™ Support Package for USRP™ Radio.
If the device is an N2xx or X3xx series radio, this syntax loads the default images to the radio at IP address 192.168.10.2.
If the device is a USRP2™ radio, this syntax writes the images to an SD card.
You can obtain the compatible UHD version number by entering
getSDRuDriverVersion
at the MATLAB® command prompt.
returns
the status information of the call to STATUS
= sdruload(___)sdruload
.
Note
sdruload
uses the uhd_image_loader
utility or the
usrp2_card_burner.py
Python script provided by Ettus Research™ for burning firmware images to the device.
Warning
When burning images with the card burner, it is possible for you to overwrite your hard drive. To avoid accidentally overwriting the wrong drive, when using the card burner script, carefully select the correct drive for the radio.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013b