Revision f5c62a46 host/docs/usrp1.rst

b/host/docs/usrp1.rst
22 22
TODO
23 23

  
24 24
------------------------------------------------------------------------
25
Specifying the subdevice to use
26
------------------------------------------------------------------------
27
The USRP1 has multiple daughterboard slots, known as slot A and slot B.
28
The subdevice specification can be used to select
29
the daughterboard and subdevice for each channel.
30
For daughterboards with one one subdevice,
31
the subdevice name may be left blank for automatic selection.
32

  
33
Ex: The subdev spec markup string to select a WBX on slot B.
34
Notice the use of the blank subdevice name for automatic selection.
35

  
36
::
37

  
38
    B:
39

  
40
    -- OR --
41

  
42
    B:0
43

  
44
Ex: The subdev spec markup string to select a BasicRX on slot B.
45
Notice that the subdevice name is always specified in the 3 possible cases.
46

  
47
::
48

  
49
    B:AB
50

  
51
    -- OR --
52

  
53
    B:A
54

  
55
    -- OR --
56

  
57
    B:B
58

  
59
------------------------------------------------------------------------
25 60
OS Specific Notes
26 61
------------------------------------------------------------------------
27 62

  

Also available in: Unified diff