diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-11-12 12:02:46 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-11-12 13:24:44 -0800 |
commit | 4901ecdaf2a87f54ed4f589e86f0fdd7060ea6a0 (patch) | |
tree | 7e119261a7f70c6063334dd511a8141247c1d174 /host/docs/usrp2.rst | |
parent | f3203e813456ded003fe69b6084a1217c08eb962 (diff) | |
download | uhd-4901ecdaf2a87f54ed4f589e86f0fdd7060ea6a0.tar.gz uhd-4901ecdaf2a87f54ed4f589e86f0fdd7060ea6a0.tar.bz2 uhd-4901ecdaf2a87f54ed4f589e86f0fdd7060ea6a0.zip |
docs: documentation introduces images-related features introduced in 003.005.000
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 8e9aa6d50..075a9684e 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -94,6 +94,17 @@ Use the net burner tool (Windows) <path_to_python.exe> <install-path>/share/uhd/utils/usrp_n2xx_net_burner_gui.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Burning images without Python +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +For users who do not wish to install Python, a new script is available in UHD 003.005.000: +the USRP N2XX Simple Net Burner. It provides the same functionality as its Python +counterpart, but by default, it automatically installs the default images without the user needing +to specify their location on the command line. + +The utility can be found at: **<install-path>/share/uhd/utils/usrp_n2xx_simple_net_burner** + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Device recovery and bricking ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Its possible to put the device into an unusable state by loading bad images. |