From 5e1fe329d2946a9ac504c56cc030986657b005b3 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 29 May 2018 10:22:20 -0700 Subject: docs: n3xx: Add comments on SDK usage and download --- host/docs/usrp_n3xx.dox | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'host/docs/usrp_n3xx.dox') 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. -- cgit v1.2.3