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/identification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs/identification.rst') diff --git a/host/docs/identification.rst b/host/docs/identification.rst index cbae25082..65b4e5e99 100644 --- a/host/docs/identification.rst +++ b/host/docs/identification.rst @@ -112,7 +112,7 @@ Run the following commands: :: cd /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=name --val=lab1_xcvr + ./usrp_burn_mb_eeprom --args= --values="name=lab1_xcvr" ^^^^^^^^^^^^^^^^^^ Discovery via name -- cgit v1.2.3