diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-05 15:32:41 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-05 15:32:41 -0700 |
commit | af2ab1c688d641e82060016aa772432de6445633 (patch) | |
tree | 6c832eaba453cca0c4f4790fa5f234587961423d /host/docs/dboards.rst | |
parent | dcd555636c282ac0454b463c91d360ce062e316d (diff) | |
download | uhd-af2ab1c688d641e82060016aa772432de6445633.tar.gz uhd-af2ab1c688d641e82060016aa772432de6445633.tar.bz2 uhd-af2ab1c688d641e82060016aa772432de6445633.zip |
uhd: replace <prefix> with <install-path> in docs for clarity
Diffstat (limited to 'host/docs/dboards.rst')
-rw-r--r-- | host/docs/dboards.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/dboards.rst b/host/docs/dboards.rst index 7f205c404..419456df2 100644 --- a/host/docs/dboards.rst +++ b/host/docs/dboards.rst @@ -182,7 +182,7 @@ If you lose R193, you can use anything from 0 to 10 ohms there. With the daughterboard plugged-in, run the following commands: :: - cd <prefix>/share/uhd/utils + cd <install-path>/share/uhd/utils ./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) @@ -209,7 +209,7 @@ These are all 0-ohm, so if you lose one, just short across the appropriate pads With the daughterboard plugged-in, run the following commands: :: - cd <prefix>/share/uhd/utils + cd <install-path>/share/uhd/utils ./usrp_burn_db_eeprom --id=<rx_id> --unit=RX --args=<args> --slot=<slot> ./usrp_burn_db_eeprom --id=<tx_id> --unit=TX --args=<args> --slot=<slot> |