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/usrp2.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'host/docs/usrp2.rst') diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 361d98f01..1070a23fc 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -192,7 +192,7 @@ Run the following commands: :: cd /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=ip-addr --val=192.168.10.3 + ./usrp_burn_mb_eeprom --args= --values="ip-addr=192.168.10.3" **Method 2 (Linux Only):** This method assumes that you do not know the IP address of your USRP2. @@ -360,8 +360,7 @@ Run the following commands: :: cd /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=subnet --val=255.255.255.0 - ./usrp_burn_mb_eeprom --args= --key=gateway --val=192.168.10.1 + ./usrp_burn_mb_eeprom --args= --values="subnet=255.255.255.0,gateway=192.168.10.1" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Create a receive streamer -- cgit v1.2.3