Is the version of UHD that you are using version 3.7.1? It should be reported by any of the uhd_*
commands, such as uhd_find_devices
.
uhd_find_devices
should find your N210 device if you can ping it. I have seen the X310 not respond to uhd_find_devices
, but it does respond once the IP address is specified. Try specifying the IP address of the N210 as shown below:
uhd_find_devices --args="addr=192.168.10.2"
Replace 192.168.10.2 (the default IP address for the N210) with the IP address of your N210, of course. If your N210 is still not found, try unplugging the power source to the N210 and then plugging it back in to force a reboot. Again, I’ve seen this help with the X310 when it wouldn’t respond to the uhd_find_devices
command even with the IP address specified.
Then also try to probe the N210 using the following command:
uhd_usrp_probe --args="addr=192.168.10.2"
I believe that if the N210 has a firmware version that is incompatible with the version of UHD you have, the N210 will still be found and the probe command will inform you that the firmware must be updated.
If neither command can communicate with the N210, I have to think the issue is between the UHD software and the N210 instead of being a Redhawk-related issue. To load the firmware, see the link below. Also, there are instructions for setting up networking and troubleshooting communication problems at the same link. If you haven’t done so already, take a quick look and see if anything there helps. Let me know what you find.
Load the Images onto the On-board Flash (USRP-N Series only)