1usrp_x3xx_fpga_burner(1) User Commands usrp_x3xx_fpga_burner(1)
2
3
4
6 usrp_x3xx_fpga_burner - USRP X-Series FPGA Burner
7
9 Burn an FPGA image onto a connected USRP X-Series device. The program
10 takes two main arguments. The first is either an IP address or an NI-
11 RIO resource to decide the method of loading the FPGA image. The other
12 is either the type of image to burn, in which case the program will
13 choose the default image of that type and model, or a custom FPGA image
14 path.
15
17 usrp_x3xx_fpga_burner [OPTIONS]
18
20 Device IP Address:
21 --addr="Address"
22
23 Device NI-RIO Resource:
24 --resource="Resource"
25
26 RPC Port:
27 --rpc-port="Port" (default=5444)
28
29 Image Type (1G, HG, or XG):
30 --type="Type"
31
32 Custom FPGA path:
33 --fpga-path="Path"
34
35 Initialize USRP with image currently burned onto device (Ethernet
36 only):
37 --configure
38
39 Verify image during Ethernet burn (takes longer):
40 --verify
41
42 List connected USRP X-Series devices:
43 --list
44
45 This help information:
46 --help
47
49 Burning a 1-Gigabit image over Ethernet
50 usrp_x3xx_fpga_burner --addr=192.168.10.2 --type=1G
51
52 Burning a Hybrid image over PCIe
53 usrp_x3xx_fpga_burner --resource=RIO0 --type=HG
54
55 Burning a custom FPGA image over Ethernet
56 usrp_x3xx_fpga_burner --addr=192.168.10.2 --fpga=path="cus‐
57 tom_image.bit"
58
60 UHD documentation: http://files.ettus.com/manual/
61
62 GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html
63
64 Other UHD programs:
65
66 uhd_images_downloader(1) usrp2_card_burner(1) usrp_n2xx_sim‐
67 ple_net_burner(1) octoclock_firmware_burner(1)
68
70 This manual page was written by Nicholas Corgan for the Debian project
71 (but may be used by others).
72
74 Copyright (c) 2014 Ettus Research LLC
75
76 This program is free software: you can redistribute it and/or modify it
77 under the terms of the GNU General Public License as published by the
78 Free Software Foundation, either version 3 of the License, or (at your
79 option) any later version.
80
81 This program is distributed in the hope that it will be useful, but
82 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
83 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
84 Public License for more details.
85
86
87
88UHD 3.7.0 usrp_x3xx_fpga_burner(1)