diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-09 11:07:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-09 11:07:59 -0700 |
commit | 6d315076ba2ef5aa7612ebe3cf39f72bc2bb76e5 (patch) | |
tree | 3e9d03fdf0e1346e2c291e94deac909f7902dbfb /host/docs/dboards.rst | |
parent | 5058145dcc5cb681887773b8245cf89df58399f9 (diff) | |
download | uhd-6d315076ba2ef5aa7612ebe3cf39f72bc2bb76e5.tar.gz uhd-6d315076ba2ef5aa7612ebe3cf39f72bc2bb76e5.tar.bz2 uhd-6d315076ba2ef5aa7612ebe3cf39f72bc2bb76e5.zip |
usrp: dboard eeprom burner app takes slot param (fixed for automatic)
Diffstat (limited to 'host/docs/dboards.rst')
-rw-r--r-- | host/docs/dboards.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/dboards.rst b/host/docs/dboards.rst index 0f6d1cfeb..985fbc12b 100644 --- a/host/docs/dboards.rst +++ b/host/docs/dboards.rst @@ -141,7 +141,7 @@ With the daughterboard plugged-in, run the following commands: :: cd <prefix>/share/uhd/utils - ./usrp_burn_db_eeprom --id=0x000d --unit=RX --args=<args> --db=<db> + ./usrp_burn_db_eeprom --id=0x000d --unit=RX --args=<args> --slot=<slot> * <args> are device address arguments (optional if only one USRP is on your machine) -* <db> is the name of the daughterboard slot (optional if the USRP has only one slot) +* <slot> is the name of the daughterboard slot (optional if the USRP has only one slot) |