diff options
author | Josh Blum <josh@joshknows.com> | 2012-11-12 13:25:28 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-11-12 13:25:28 -0800 |
commit | d66d697d6b3999e3bea91239c63ebc0a9ec0802b (patch) | |
tree | 66b95c6b427fbc161ca73944e9812c4507632682 /host/docs/images.rst | |
parent | c7968a6b0e544236657946943610b9a147b7d569 (diff) | |
parent | 104867d4a0557c97495613aa9e44c970c677c16f (diff) | |
download | uhd-d66d697d6b3999e3bea91239c63ebc0a9ec0802b.tar.gz uhd-d66d697d6b3999e3bea91239c63ebc0a9ec0802b.tar.bz2 uhd-d66d697d6b3999e3bea91239c63ebc0a9ec0802b.zip |
Merge branch 'maint'
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**. |