USRP1 B100 and B200 installation notes (USB) » History » Version 2

Version 1 (ROQUE, Damien, 11/18/2014 03:07 PM) → Version 2/5 (ROQUE, Damien, 11/18/2014 03:31 PM)

h1. USRP B200 installation notes

h2. Harware detection and firmware update

<pre>
uhd_find_devices
</pre>

If requested, update the firmware library.
<pre>
sudo "/usr/local/lib/uhd/utils/uhd_images_downloader.py"
</pre>

Then retry to find devices.
<pre>
uhd_find_devices
</pre>
and inspect the hardware configuration of the tranceiver
<pre>
uhd_usrp_probe
</pre>



h2. System integration

<pre>
sudo cp /usr/local/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger
</pre>

Add the following in @/etc/security/limits.conf@

<pre>
@usrp - rtprio 99
</pre>

<pre>
groupadd usrp
</pre>

<pre>
adduser <my-login> usrp
</pre>



h2. Performances assesment

<pre>
/usr/local/lib/uhd/examples/benchmark_rate --duration 20 --rx_rate 8e6
</pre>

<pre>
/usr/local/lib/uhd/examples/benchmark_rate --duration 20 --rx_rate 32e6
</pre>

<pre>
uhd_fft
</pre>