From 5268e0794b82fa4da095f2de9bf233e01e92ab1c Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 11 Apr 2014 07:49:01 -0700 Subject: Brought over usrp_burn_mb_eeprom documentation changes from master --- host/docs/gpsdo.dox | 4 ++-- host/docs/identification.dox | 2 +- host/docs/usrp1.dox | 2 +- host/docs/usrp2.dox | 5 ++--- host/docs/usrp_x3x0.dox | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) (limited to 'host') diff --git a/host/docs/gpsdo.dox b/host/docs/gpsdo.dox index a67004acc..397bde297 100644 --- a/host/docs/gpsdo.dox +++ b/host/docs/gpsdo.dox @@ -45,10 +45,10 @@ To configure the USRP to communicate with the GPSDO, use the `usrp_burn_mb_eeprom` utility: 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=internal" \section gpsdo_use Using the GPSDO in Your Application diff --git a/host/docs/identification.dox b/host/docs/identification.dox index 35b62d53e..38bc93439 100644 --- a/host/docs/identification.dox +++ b/host/docs/identification.dox @@ -95,7 +95,7 @@ A name has the following properties: 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" \subsection id_naming_discovery Discovery via name diff --git a/host/docs/usrp1.dox b/host/docs/usrp1.dox index a6b2d3741..9dfdf02c5 100644 --- a/host/docs/usrp1.dox +++ b/host/docs/usrp1.dox @@ -84,7 +84,7 @@ the EEPROM, so UHD software can initialize with the correct clock rate. Run the following commands to record the setting into the EEPROM: cd /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=mcr --val= + ./usrp_burn_mb_eeprom --args= --values="mcr=" The user may override the clock rate specified in the EEPROM by using a device address: Example: diff --git a/host/docs/usrp2.dox b/host/docs/usrp2.dox index d2e9baccc..e1be733c0 100644 --- a/host/docs/usrp2.dox +++ b/host/docs/usrp2.dox @@ -164,7 +164,7 @@ current address of the USRP2, and the network must be setup properly as described above. 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) @@ -322,8 +322,7 @@ addresses have been programmed into the device's EEPROM. 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.2" \subsection usrp2_altstream_rxstream Create a receive streamer diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox index 618dd5714..7996bc7e1 100644 --- a/host/docs/usrp_x3x0.dox +++ b/host/docs/usrp_x3x0.dox @@ -376,12 +376,12 @@ Run the following commands: \b UNIX: cd /lib/uhd/utils - ./usrp_burn_mb_eeprom --args= --key=ip-addr0 --val=192.168.10.3 + ./usrp_burn_mb_eeprom --args= --values="ip-addr0=192.168.10.3" \b Windows: cd \lib\uhd\utils - usrp_burn_mb_eeprom.exe --args= --key=ip-addr0 --val=192.168.10.3 + usrp_burn_mb_eeprom.exe --args= --values="ip-addr0=192.168.10.3" You must power-cycle the device before you can use this new address. -- cgit v1.2.3