diff options
Diffstat (limited to 'host/docs/usrp2.dox')
-rw-r--r-- | host/docs/usrp2.dox | 5 |
1 files changed, 2 insertions, 3 deletions
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 <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) @@ -322,8 +322,7 @@ addresses have been programmed into the device's EEPROM. 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.2" \subsection usrp2_altstream_rxstream Create a receive streamer |