uhd/host/cmake/debian
michael-west 90ce6062b6 Prepare branch for release
- Update CHANGELOG
- Update debian files

Signed-off-by: michael-west <michael.west@ettus.com>
2020-09-13 12:14:04 -07:00
..
patches Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
source Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
changelog Prepare branch for release 2020-09-13 12:14:04 -07:00
compat Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
control debian: Use Python3 dependencies 2020-04-22 15:10:22 -05:00
copyright debian: Fixes to copyright file 2020-03-18 12:53:20 -05:00
libuhd-dev.install Debian: Fix bad path in libuhd-dev.install 2018-05-18 09:25:59 -07:00
libuhd4.0.0.install debian: Rename control file for libuhd to contain 4.0.0 version 2020-03-18 12:53:20 -05:00
NetworkManager-USRP Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
postinst.in uhd: Update license headers 2018-02-19 16:54:52 -08:00
postrm.in uhd: Update license headers 2018-02-19 16:54:52 -08:00
preinst.in uhd: Update license headers 2018-02-19 16:54:52 -08:00
prerm.in uhd: Update license headers 2018-02-19 16:54:52 -08:00
README.Debian Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
rules Debian: Modify debian rules to ignore missing info (for Launchpad) 2018-05-16 15:15:39 -07:00
uhd-host.dirs Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
uhd-host.install Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
uhd-host.limits Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
uhd-host.postinst debian: Updated postinst such that sysctl failures are non-fatal to installation 2016-05-11 16:54:37 -07:00
uhd-host.sysctl Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
uhd-images.dirs Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
watch debian: Update control files for .deb files 2018-10-29 14:55:39 -07:00

UHD, the "Universal Software Radio Peripheral" hardware driver on Debian:
=========================================================================

usrp group
----------

The Debian uhd-host package installs a usrp group.
This provides two main benefits:
 - Access control:
    The udev rules limit access to members of the group
    (at least for USB attached USRPs).
 - Real Time Priority privilege:
    The pam limits setting allows UHD to boost the
    thread scheduling priority for usrp group members.

To avail yourself of these benefits, add your username
to the usrp group, perhaps by running, as root something like:

    adduser myusername usrp

substituting your user name for myusername.
Settings will not take effect until the user has logged in and out.


Multiple packages
-----------------

uhd-host:
 The uhd-host package contains the uhd_find_devices and
 uhd_usrp_probe commands for locating and examining USRP devices
 available to the host system.

 Also, under /usr/lib/uhd/ are examples, tests and utils
 directories. The utils include tools for managing the
 flash memory or EEPROM configuration of various USRPs.

libuhd003:
 Small package just for the library itself.

libuhd-dev:
 Small package just for developing applications
 using the library itself.

UHD Firmware / FPGA images
--------------------------

 The uhd-images package is not part of the main Debian distribution
 because the FPGA firmware requires non-free vendor tools to compile
 from source.

 For USRP devices with non-volatile configuration having the firmware
 images on the host is optional. But some USRPs are volatile, and
 the UHD library will fetch files from the /usr/share/uhd/images/
 directory at runtime.

 The uhd_images_downloader is a python script to download from
 Ettus.com and install the files.

More Information
----------------

Additional HTML documentation is installed. See
file:///usr/share/doc/uhd-host/doxygen/html/index.html

 -- A. Maitland Bottoms <bottoms@debian.org>, Thu,  9 Oct 2014 23:14:19 -0400