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/images.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/images.rst')
-rw-r--r-- | host/docs/images.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/host/docs/images.rst b/host/docs/images.rst index eaddfdf1d..dc9770460 100644 --- a/host/docs/images.rst +++ b/host/docs/images.rst @@ -24,7 +24,6 @@ Pre-built images are available for download. * `Master Branch images <http://files.ettus.com/binaries/master_images/>`_ * `Maint Branch images <http://files.ettus.com/binaries/maint_images/>`_ -* `Next Branch images <http://files.ettus.com/binaries/next_images/>`_ See the UHD wiki for the download link. @@ -34,6 +33,18 @@ The pre-built images come in two forms: * stand-alone platform-independent archive files ^^^^^^^^^^^^^^^^^^^^^^ +UHD Images Downloader +^^^^^^^^^^^^^^^^^^^^^^ + +The UHD Images Downloader is a new feature in UHD 003.005.000. This script downloads UHD images that +are guaranteed to be compatible with the host code and places them in the default images +directory. + +By default, it can be found at: **<install-path>/share/uhd/utils/uhd_images_downloader.py** + +By default, it installs images to: **<install-path>/share/uhd/images** + +^^^^^^^^^^^^^^^^^^^^^^ Platform installers ^^^^^^^^^^^^^^^^^^^^^^ The UNIX-based installers will install the images into **/usr/share/uhd/images**. |