diff options
Diffstat (limited to 'host/docs/images.dox')
-rw-r--r-- | host/docs/images.dox | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/host/docs/images.dox b/host/docs/images.dox index 321452b87..e00f599b5 100644 --- a/host/docs/images.dox +++ b/host/docs/images.dox @@ -1,4 +1,4 @@ -/*! \page page_images Firmware and FPGA Image Application Notes +/*! \page page_images Firmware and FPGA Images \tableofcontents @@ -37,7 +37,12 @@ The pre-built images come in two forms: The UHD images downloader downloads UHD images compatible with the host code and places them in the default images directory. -By default, it can be found at: `<install-path>/lib/uhd/utils/uhd_images_downloader.py` +The download script is typically installed into your $PATH and can be invoked +by calling + + uhd_images_downloader + +It can also be found at: `<install-path>/lib/uhd/utils/uhd_images_downloader.py` By default, it installs images to: `<install-path>/share/uhd/images` |