Solution
When running uhd_usrp_probe
the debug info on top of the output will tell you which bitfiles version you are running:
lamsel@dre-s156:~/uhddev/host/build$ uhd_usrp_probe --args addr=10.2.135.54
[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_
[INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10.2.135.54,type=n3xx,product=n310,serial=31A365E,name=ni-n3xx-31A365E,fpga=HG,claimed=False,addr=10.2.135.54
In this case the device is an N310 running an HG image (see second [INFO] printout).
You might also use uhd_find_devices
to get this information:
lamsel@dre-s156:~/uhddev/host/build$ uhd_find_devices --args addr=10.2.135.54
[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_
--------------------------------------------------
-- UHD Device 0
--------------------------------------------------
Device Address:
serial: 31A365E
claimed: False
fpga: HG
mgmt_addr: 10.2.135.54
name: ni-n3xx-31A365E
product: n310
type: n3xx