diff options
author | Sugandha Gupta <sugandha.gupta@ettus.com> | 2019-05-10 13:31:06 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2019-05-30 14:38:07 -0700 |
commit | 6e29790eb09f64fc998c1bcfe729a22764ffa9c8 (patch) | |
tree | 7e7146999edce1dd909e302068ad654b9b7cea10 /host/docs | |
parent | 5491b80e5bc536ee30a9cee5ba613836d03d9d65 (diff) | |
download | uhd-6e29790eb09f64fc998c1bcfe729a22764ffa9c8.tar.gz uhd-6e29790eb09f64fc998c1bcfe729a22764ffa9c8.tar.bz2 uhd-6e29790eb09f64fc998c1bcfe729a22764ffa9c8.zip |
docs: n3xx: Add link to README for building custom filesystems
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 5630cff40..6ffe2be62 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -742,43 +742,7 @@ Note that building SD cards is very disk space and RAM intensive. \subsection n3xx_fsbuild_docker Using Docker to build filesystems Ettus Research provides a Docker containers to facilitate building filesystems. -Using Docker hub, the container can be downloaded by running - - $ docker pull ettusresearch/oe-build - -Then, navigate to a location with enough disk space: - - $ cd $BUILDDIR - -Create a world-writable directory called 'build': - - $ mkdir build && chmod 777 build - -Then run the Docker container: - - $ docker run -i -t -v $(pwd)/build:/home/oe-builder/build:rw,z ettusresearch/oe-build /bin/bash - -Note the order of the naming above might vary by docker version, sometimes it might need to be: - - $ docker run -i -t ettusresearch/oe-build -v $(pwd)/build:/home/oe-builder/build:rw,z /bin/bash - -After running the previous command, you will be inside the container. First, -configure your build environment: - - $ TEMPLATECONF=$(pwd)/meta-ettus/conf/sulfur source ./oe-core/oe-init-build-env ./build ./bitbake - -Then, you can invoke bitbake to build the image: - - $ bitbake $image_name - -where `$image_name` could be `developer-image` or `deployment-image`. If you -want to build the SDK, append `-cpopulate_sdk` to the above line. - -If you keep the build directory, bitbake will reuse it on consecutive runs, -which will speed up builds significantly between runs. - -This step will build the SDK, the SD card image, and the Mender artefact. - +Refer to the <a href="https://github.com/EttusResearch/ettus-docker/blob/master/oe-build/README.md"> README </a> for more details. \section n3xx_software_dev Modifying and compiling UHD and MPM for the N3XX |