diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-11 07:49:01 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-11 07:49:01 -0700 |
commit | 5268e0794b82fa4da095f2de9bf233e01e92ab1c (patch) | |
tree | c9bb58263b15ce5fb263f9fe0201fcfdbad80428 /host/docs/usrp1.dox | |
parent | 7073fde3f645093933b5aef9ecfdbc0d74668fbd (diff) | |
download | uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.tar.gz uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.tar.bz2 uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.zip |
Brought over usrp_burn_mb_eeprom documentation changes from master
Diffstat (limited to 'host/docs/usrp1.dox')
-rw-r--r-- | host/docs/usrp1.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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 <install-path>/lib/uhd/utils - ./usrp_burn_mb_eeprom --args=<optional device args> --key=mcr --val=<rate> + ./usrp_burn_mb_eeprom --args=<optional device args> --values="mcr=<rate>" The user may override the clock rate specified in the EEPROM by using a device address: Example: |