diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-11 12:12:25 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:12 -0700 |
commit | 5538048873f140f3ac2bbab12dc5b0729f68f1a5 (patch) | |
tree | b59ea73c1f26adde73ff9434a0e37e8581f94517 /host/docs/usrp1.rst | |
parent | fce49fd66f577b92482af6ad516944befa31b861 (diff) | |
download | uhd-5538048873f140f3ac2bbab12dc5b0729f68f1a5.tar.gz uhd-5538048873f140f3ac2bbab12dc5b0729f68f1a5.tar.bz2 uhd-5538048873f140f3ac2bbab12dc5b0729f68f1a5.zip |
usrp1: support variable clock rate through API
Diffstat (limited to 'host/docs/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index 8b274a2b3..597b5b17f 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -84,3 +84,9 @@ Run the following commands to record the setting into the EEPROM: cd <install-path>/share/uhd/utils ./usrp_burn_mb_eeprom --args=<optional device args> --key=mcr --val=<rate> + +The user may override the clock rate specified in the EEPROM by using a device address: +Example: +:: + + uhd_usrp_probe --args="mcr=52e6" |