diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-30 16:54:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-30 16:54:18 -0700 |
commit | f5c62a46cbc44e254c0214b463d51f06675c17ab (patch) | |
tree | 54625123fad727091e0061eab6017dc98336f1d6 /host/docs/usrp1.rst | |
parent | 051b611bc304b099541706fe41f47ad5e75b7448 (diff) | |
download | uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.tar.gz uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.tar.bz2 uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.zip |
usrp1: subdev spec tweaks and docs
Diffstat (limited to 'host/docs/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index ebc33cbfa..c960b928b 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -22,6 +22,41 @@ Change the USRP1's serial number TODO ------------------------------------------------------------------------ +Specifying the subdevice to use +------------------------------------------------------------------------ +The USRP1 has multiple daughterboard slots, known as slot A and slot B. +The subdevice specification can be used to select +the daughterboard and subdevice for each channel. +For daughterboards with one one subdevice, +the subdevice name may be left blank for automatic selection. + +Ex: The subdev spec markup string to select a WBX on slot B. +Notice the use of the blank subdevice name for automatic selection. + +:: + + B: + + -- OR -- + + B:0 + +Ex: The subdev spec markup string to select a BasicRX on slot B. +Notice that the subdevice name is always specified in the 3 possible cases. + +:: + + B:AB + + -- OR -- + + B:A + + -- OR -- + + B:B + +------------------------------------------------------------------------ OS Specific Notes ------------------------------------------------------------------------ |