diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-03-03 06:27:38 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-11 07:42:09 -0700 |
commit | 2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3 (patch) | |
tree | f08b177ffb01f7c83888e9bd3c10440d78e071ba /host/docs/usrp1.rst | |
parent | aa3d41c314bf50b3b8decbc86f4805bf776fbd6e (diff) | |
download | uhd-2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3.tar.gz uhd-2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3.tar.bz2 uhd-2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3.zip |
usrp_burn_mb_eeprom: deprecated --key and --val arguments
* New method: --values="key1=value1,key2=value2"
* To read key2: --values="key1=value1,key2,key3=value2"
* Added --read-all option to read all values in EEPROM without burning
* Old arguments still work but print deprecation warning
Conflicts:
host/docs/usrp_x3x0.rst
Diffstat (limited to 'host/docs/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index be74fe00a..ecf90502b 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -102,7 +102,7 @@ Run the following commands to record the setting into the EEPROM: :: cd <install-path>/lib/uhd/utils - ./usrp_burn_mb_eeprom --args=<optional device args> --key=mcr --val=<rate> + ./usrp_burn_mb_eeprom --args=<optional device args> --values="mcr=<rate>" The user may override the clock rate specified in the EEPROM by using a device address: Example: |