aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/usrp2.rst
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2014-03-03 06:27:38 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2014-04-11 07:42:09 -0700
commit2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3 (patch)
treef08b177ffb01f7c83888e9bd3c10440d78e071ba /host/docs/usrp2.rst
parentaa3d41c314bf50b3b8decbc86f4805bf776fbd6e (diff)
downloaduhd-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/usrp2.rst')
-rw-r--r--host/docs/usrp2.rst5
1 files changed, 2 insertions, 3 deletions
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 <install-path>/lib/uhd/utils
- ./usrp_burn_mb_eeprom --args=<optional device args> --key=ip-addr --val=192.168.10.3
+ ./usrp_burn_mb_eeprom --args=<optional device 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 <install-path>/lib/uhd/utils
- ./usrp_burn_mb_eeprom --args=<optional device args> --key=subnet --val=255.255.255.0
- ./usrp_burn_mb_eeprom --args=<optional device args> --key=gateway --val=192.168.10.1
+ ./usrp_burn_mb_eeprom --args=<optional device args> --values="subnet=255.255.255.0,gateway=192.168.10.1"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create a receive streamer