From 2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Mon, 3 Mar 2014 06:27:38 -0800 Subject: 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 --- host/docs/gpsdo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs/gpsdo.rst') 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 /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=gpsdo --val=internal + ./usrp_burn_mb_eeprom --args= --values="gpsdo=internal" -- restore original setting -- - ./usrp_burn_mb_eeprom --args= --key=gpsdo --val=none + ./usrp_burn_mb_eeprom --args= --values="gpsdo=none" ------------------------------------------------------------------------ Using the GPSDO in Your Application -- cgit v1.2.3