1uhd_usrp_probe(1) User Commands uhd_usrp_probe(1)
2
3
4
6 uhd_usrp_probe - USRP Hardware Driver Peripheral Report Utility
7
9 Report detailed information on UHD-supported Software Radio Peripherals
10 attached by USB, network, or embedded configuration.
11
12 The UHD package is the universal hardware driver for Ettus Research
13 products. The goal is to provide a host driver and API for current and
14 future Ettus Research products. Users will be able to use the UHD
15 driver standalone or with 3rd party applications.
16
17 Details include unit names, revision numbers, and available sensors on
18 all attached USRP motherboards and daughterboards.
19
21 uhd_usrp_probe [OPTIONS]
22
24 Device Address Arguments:
25 --args arg
26
27 Print a complete property tree:
28 --tree
29
30 Query a string value from the properties tree:
31 --string arg
32
33 Query an integer value from the properties tree:
34 --int arg
35
36 Query a double value from the properties tree:
37 --double arg
38
39 Spawn an interactive prompt to peek/poke registers on an RFNoC block:
40 --interactive-reg-iface arg
41
42 Print the version string and exit:
43 --version
44
45 This help information:
46 --help
47
49 Devices are addressed through key/value string pairs. These string
50 pairs can be used to narrow down the search for a specific device or
51 group of devices. Most UHD utility applications and examples have a
52 --args parameter that takes a device address, where the device address
53 is expressed as a delimited string. See the documentation in types/de‐
54 vice_addr.hpp for reference.
55
56 Every device has several ways of identifying it on the host system.
57
58 Identifying by hardware identifier
59 All USRP devices can be found through their hardware series identifier,
60 which match to USRP devices as follows:
61
62 Argument | Device
63
64 type=usrp1 | USRP1
65
66 type=usrp2 | USRP2, USRP N200, USRP N210
67
68 type=b100 | USRP B100
69
70 type=b200 | USRP B200, USRP B210
71
72 type=e3x0 | USRP E310
73
74 type=x300 | USRP X300, USRP X310
75
76
77
78 Identifying by serial number
79 All USRP devices are given a unique serial number, which can be used to
80 identify a device as follows:
81
82 serial=12345678
83
84
85 Identifying by IP address
86 USRP2, USRP N200, USRP N210, USRP X300, and USRP X310 devices connected
87 to the host machine can all be found through their IP addresses, as
88 follows:
89
90 addr=192.168.10.2
91
92
93 Identifying by name
94 Users have the option of giving their USRP devices short names using
95 the usrp_burn_mb_eeprom utility in lib/uhd/utils. Devices that have
96 been given a name can be identified as follows:
97
98 name=foo
99
100
102 Device discovery via command line
103 Device address arguments can be supplied to narrow the scope of the
104 search.
105
106 uhd_usrp_probe --args="type=usrp1"
107
108 -- OR --
109
110 uhd_usrp_probe --args="serial=12345678"
111
112 Find all devices available to this system:
113 uhd_usrp_probe
114
116 UHD documentation: http://files.ettus.com/manual/
117
118 GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html
119
120 Other UHD programs:
121
122 uhd_find_devices(1)
123
125 This manual page was written by Maitland Bottoms and Nicholas Corgan
126 for the Debian project (but may be used by others).
127
129 Copyright (c) 2010-2022 Ettus Research, A National Instruments Brand
130
131 This program is free software: you can redistribute it and/or modify it
132 under the terms of the GNU General Public License as published by the
133 Free Software Foundation, either version 3 of the License, or (at your
134 option) any later version.
135
136 This program is distributed in the hope that it will be useful, but
137 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
138 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
139 Public License for more details.
140
141
142
143UHD 3.7.0 uhd_usrp_probe(1)