Wiki

This version (20 May 2020 00:48) was approved by David Gibson.

Building ADI Yocto Linux In A Docker Container

A Docker image is available that is configured to build Yocto Linux images for the ADSP-SC5xx development boards. The Docker image is based off the Ubuntu 18.04 LTS 64-Bit Image with additional packages installed, and scripts to automate the building of Yocto Linux.

The Docker image used on this page is not maintained or provided by Analog Devices

The docker build is deployed so the artefacts remain on the host machine after the docker instance has terminated.

Running the Docker Image

To run the docker image and build the ADI Yocto Linux artefacts:

% docker run -v `pwd`/docker_artefacts:/linux/build/tmp/deploy/images wintee/adsp-sc5xx-yocto-linux ./buildOnDocker.sh

The output images from the build will be found in the docker_artefacts directory on the host PC.

Information Regarding the Docker Image

  1. sc5xx_yocto_docker Github repository containing original Dockerfile
resources/tools-software/linuxdsp/docs/dockerbuilds.txt · Last modified: 20 May 2020 00:46 by David Gibson