diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-09 16:21:57 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-09 16:21:57 -0700 |
commit | 901fd9fc2630b7a142cd6633965dbd457fbb88bd (patch) | |
tree | 21f7171ede4de542a85eb4622c88a92e2b4da0a0 /host/docs | |
parent | 4a757e64cbb513e6461e547f4d095b0539ae0b09 (diff) | |
parent | 72646d1960b0c979afec225e741d7d89a827c7d0 (diff) | |
download | uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.tar.gz uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.tar.bz2 uhd-901fd9fc2630b7a142cd6633965dbd457fbb88bd.zip |
Merge branch 'master' into usrp_e
Conflicts:
host/examples/CMakeLists.txt
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/dboards.rst | 4 | ||||
-rw-r--r-- | host/docs/usrp2.rst | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/host/docs/dboards.rst b/host/docs/dboards.rst index 0f6d1cfeb..985fbc12b 100644 --- a/host/docs/dboards.rst +++ b/host/docs/dboards.rst @@ -141,7 +141,7 @@ With the daughterboard plugged-in, run the following commands: :: cd <prefix>/share/uhd/utils - ./usrp_burn_db_eeprom --id=0x000d --unit=RX --args=<args> --db=<db> + ./usrp_burn_db_eeprom --id=0x000d --unit=RX --args=<args> --slot=<slot> * <args> are device address arguments (optional if only one USRP is on your machine) -* <db> is the name of the daughterboard slot (optional if the USRP has only one slot) +* <slot> is the name of the daughterboard slot (optional if the USRP has only one slot) diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 0d48209be..745361b77 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -213,10 +213,19 @@ Hardware setup notes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Ref Clock - 10MHz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Using an external 10MHz reference clock requires a signal level between +5dBm and +20dBm at 10MHz applied to the Ref Clock SMA port on the front panel. +Using an external 10MHz reference clock requires a signal level between ++5dBm and +20dBm at 10MHz applied to the Ref Clock SMA port on the front panel. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PPS - Pulse Per Second ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Using a PPS signal for timestamp synchronization requires a 5Vpp square wave signal + +Test the PPS input of the USRP2 with the following app: +:: + + cd <prefix>/share/uhd/examples + ./test_pps_input --args=<args> + +* <args> are device address arguments (optional if only one USRP is on your machine) |