aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/usrp_n3xx.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-05-29 10:22:20 -0700
committerMartin Braun <martin.braun@ettus.com>2018-05-29 10:22:20 -0700
commit5e1fe329d2946a9ac504c56cc030986657b005b3 (patch)
tree5cee3acfa8e5587b364b1c7ced6ebcf34ff5f8ee /host/docs/usrp_n3xx.dox
parentf95e7a9015216e06670b6b470730e54e99ad15d0 (diff)
downloaduhd-5e1fe329d2946a9ac504c56cc030986657b005b3.tar.gz
uhd-5e1fe329d2946a9ac504c56cc030986657b005b3.tar.bz2
uhd-5e1fe329d2946a9ac504c56cc030986657b005b3.zip
docs: n3xx: Add comments on SDK usage and download
Diffstat (limited to 'host/docs/usrp_n3xx.dox')
-rw-r--r--host/docs/usrp_n3xx.dox12
1 files changed, 9 insertions, 3 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox
index 205f54328..bea250071 100644
--- a/host/docs/usrp_n3xx.dox
+++ b/host/docs/usrp_n3xx.dox
@@ -609,16 +609,22 @@ SDKs are distributed along with other binaries. They contain a cross-compiler,
a cross-linker, a cross-debugger, and all the libraries available on the device
to mirror its environment.
-To unpack the SDK, simply execute it after downloading it:
+The SDK is shipped in the same way as the other binaries, and you can download
+the correct version using `uhd_images_downloader`
+ $ uhd_images_downloader -t sdk -t n3xx
+
+To unpack and install the SDK, simply execute it after downloading it:
+
+ $ cd /usr/local/share/uhd/images # Change this to where your images are stored
$ ./oecore-x86_64-cortexa9hf-neon-toolchain-nodistro.0.sh
This will prompt you for an installation path. Please ensure you have
sufficient disk space, as each of the SDKs may require several gigabytes of
-disk space (depends on the image flavor selected).
+disk space (depending on the image flavor selected).
This will allow you to compile UHD as well as (depending on the image flavor)
-other software.
+other software, such as GNU Radio.
Please note, that while several toolchains can be installed in parallel, they
have to be installed to different directories.