sdruload
Load FPGA and firmware images for USRP radio
Syntax
Description
sdruload(
loads the
default FPGA and UHD™ firmware images for the specified device. For example, 'Device'
=radioDevice)sdruload
('Device'
='X300'
).
Firmware images are the UHD versions compatible with the Communications Toolbox™ Support Package for USRP™ Radio. This syntax loads the default images to the radio
at IP address 192.168.10.2.
You can obtain the compatible UHD version number using the getSDRuDriverVersion
function.
sdruload(
specifies options using one or more name-value arguments in addition to the input arguments
in the previous syntax. For example, to specify the IP address
where the radio is located as 'Device'
=radioDevice, Name=Value
)192.168.10.2
, set
'IPAddress'
to '192.168.10.2'
.
Examples
Input Arguments
Output Arguments
Tips
Use the sdruload
function to reload the default hardware image
onto your radio device after using a Wireless Testbench™ object that uses a custom prebuilt hardware image. For details, see Wireless Testbench Applications on NI USRP radios.