logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

usrp_x3xx_fpga_burner - USRP X-Series FPGA Burner

Author

       This manual page was written by Nicholas Corgan for the Debian project (but may be used by others).

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.

Examples

Burninga1-GigabitimageoverEthernet
       usrp_x3xx_fpga_burner --addr=192.168.10.2 --type=1G

   BurningaHybridimageoverPCIe
       usrp_x3xx_fpga_burner --resource=RIO0 --type=HG

   BurningacustomFPGAimageoverEthernet
       usrp_x3xx_fpga_burner --addr=192.168.10.2 --fpga=path="custom_image.bit"

Name

       usrp_x3xx_fpga_burner - USRP X-Series FPGA Burner

Options

       Device IP Address:
              --addr="Address"

       Device NI-RIO Resource:
              --resource="Resource"

       RPC Port:
              --rpc-port="Port" (default=5444)

       Image Type (1G, HG, or XG):
              --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

See Also

       UHD documentation: http://files.ettus.com/manual/

       GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html

       Other UHD programs:

       uhd_images_downloader(1) usrp2_card_burner(1) usrp_n2xx_simple_net_burner(1) octoclock_firmware_burner(1)

Synopsis

usrp_x3xx_fpga_burner[OPTIONS]

See Also