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/gpsdo.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/gpsdo.rst')
-rw-r--r-- | host/docs/gpsdo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/gpsdo.rst b/host/docs/gpsdo.rst index 8ffff8672..5afd9d78d 100644 --- a/host/docs/gpsdo.rst +++ b/host/docs/gpsdo.rst @@ -55,10 +55,10 @@ To configure the USRP to communicate with the GPSDO, use the :: cd <install-path>/lib/uhd/utils - ./usrp_burn_mb_eeprom --args=<optional device args> --key=gpsdo --val=internal + ./usrp_burn_mb_eeprom --args=<optional device args> --values="gpsdo=internal" -- restore original setting -- - ./usrp_burn_mb_eeprom --args=<optional device args> --key=gpsdo --val=none + ./usrp_burn_mb_eeprom --args=<optional device args> --values="gpsdo=none" ------------------------------------------------------------------------ Using the GPSDO in Your Application |