This is the command usrp_x3xx_fpga_burner that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
usrp_x3xx_fpga_burner - USRP X-Series FPGA Burner
DESCRIPTION
Burn an FPGA image onto a connected USRP X-Series device. The program takes two main
arguments. The first is either an IP address or an NI-RIO resource to decide the method of
loading the FPGA image. The other is either the type of image to burn, in which case the
program will choose the default image of that type and model, or a custom FPGA image path.
SYNOPSIS
usrp_x3xx_fpga_burner [OPTIONS]
OPTIONS
Device IP Address:
--addr="Address"
Device NI-RIO Resource:
--resource="Resource"
RPC Port:
--rpc-port="Port" (default=5444)
Image Type (1G, HGS, or XGS):
--type="Type"
Custom FPGA path:
--fpga-path="Path"
Initialize USRP with image currently burned onto device (Ethernet only):
--configure
Verify image during Ethernet burn (takes longer):
--verify
List connected USRP X-Series devices:
--list
This help information:
--help
EXAMPLES
Burning a 1-Gigabit image over Ethernet
usrp_x3xx_fpga_burner --addr=192.168.10.2 --type=1G
Burning a Hybrid image over PCIe
usrp_x3xx_fpga_burner --resource=RIO0 --type=HGS
Burning a custom FPGA image over Ethernet
usrp_x3xx_fpga_burner --addr=192.168.10.2 --fpga=path="custom_image.bit"
Use usrp_x3xx_fpga_burner online using onworks.net services