diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-05 19:54:25 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-05 19:54:25 -0700 |
commit | f740a51cc0737b07fd4906f8ca80683ec6e87faa (patch) | |
tree | 143a8f64bdb2915683f49d8396e0495d90007c8a /host/docs/usrp1.rst | |
parent | 1a86e65a18ac7005f0a4dae3bc7fc26e8041267c (diff) | |
download | uhd-f740a51cc0737b07fd4906f8ca80683ec6e87faa.tar.gz uhd-f740a51cc0737b07fd4906f8ca80683ec6e87faa.tar.bz2 uhd-f740a51cc0737b07fd4906f8ca80683ec6e87faa.zip |
uhd: created docs for the device naming, command usage in usrp2 docs, removed redundant docs in usrp1
Diffstat (limited to 'host/docs/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index 3443fd871..be684e20e 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -4,36 +4,6 @@ UHD - USRP1 Application Notes .. contents:: Table of Contents ------------------------------------------------------------------------- -Addressing the device ------------------------------------------------------------------------- -A USRP1 can be identified though its 8 digit serial number, -designated by the "serial" key in the device address. - -The device address string representation for a USRP1 with serial 12345678: - -:: - - serial=12345678 - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Change the serial number -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The USRP1 serial number can be changed to any 8 byte string. Examples: - -:: - - cd <prefix>/share/uhd/utils - ./usrp1_serial_burner --new=87654321 - - -- OR -- - - ./usrp1_serial_burner --new=Beatrice - - -- OR -- - - ./usrp1_serial_burner --old=12345678 --new=87654321 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Specify a non-standard image ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |