diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-05-29 10:22:20 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-29 10:22:20 -0700 |
commit | 5e1fe329d2946a9ac504c56cc030986657b005b3 (patch) | |
tree | 5cee3acfa8e5587b364b1c7ced6ebcf34ff5f8ee /host | |
parent | f95e7a9015216e06670b6b470730e54e99ad15d0 (diff) | |
download | uhd-5e1fe329d2946a9ac504c56cc030986657b005b3.tar.gz uhd-5e1fe329d2946a9ac504c56cc030986657b005b3.tar.bz2 uhd-5e1fe329d2946a9ac504c56cc030986657b005b3.zip |
docs: n3xx: Add comments on SDK usage and download
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 12 |
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. |