diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-01 18:21:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-01 18:21:29 -0700 |
commit | 6f0a98ee2e9e2090c6bf7d56260cb95b0eb1fbb3 (patch) | |
tree | 121f8c82241bf312e704917d6a1598372cc67b65 /host/docs/usrp_e1xx.rst | |
parent | 5c6c179689ef76ccd25d09ac4faeb9a836a066c8 (diff) | |
download | uhd-6f0a98ee2e9e2090c6bf7d56260cb95b0eb1fbb3.tar.gz uhd-6f0a98ee2e9e2090c6bf7d56260cb95b0eb1fbb3.tar.bz2 uhd-6f0a98ee2e9e2090c6bf7d56260cb95b0eb1fbb3.zip |
USRP1: added support for setting clock rate from EEPROM
Basically, same deal as the previous changeset but for USRP1.
Modified previous changes so that the key is shorter (mcr = master_clock_rate)
Diffstat (limited to 'host/docs/usrp_e1xx.rst')
-rw-r--r-- | host/docs/usrp_e1xx.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/usrp_e1xx.rst b/host/docs/usrp_e1xx.rst index b2a6ff08c..036d2c02c 100644 --- a/host/docs/usrp_e1xx.rst +++ b/host/docs/usrp_e1xx.rst @@ -35,11 +35,11 @@ To use the 61.44MHz clock rate, the USRP embedded will require two jumpers to be * J16 is a two pin header, remove the jumper (or leave it on pin1 only) * J15 is a three pin header, move the jumper to (pin1, pin2) -Then run the following commands to record the setting in the EEPROM: +Then run the following commands to record the setting into the EEPROM: :: cd <install-path>/share/uhd/utils - ./usrp_burn_mb_eeprom --key=master_clock_rate --val=61.44e6 + ./usrp_burn_mb_eeprom --key=mcr --val=61.44e6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -50,11 +50,11 @@ To use other clock rates, the jumpers will need to be in the default position. * J16 is a two pin header, move the jumper to (pin1, pin2) * J15 is a three pin header, move the jumper to (pin2, pin3) -Then run the following commands to record the setting in the EEPROM: +Then run the following commands to record the setting into the EEPROM: :: cd <install-path>/share/uhd/utils - ./usrp_burn_mb_eeprom --key=master_clock_rate --val=<rate> + ./usrp_burn_mb_eeprom --key=mcr --val=<rate> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Clock rate recovery - unbricking |