MSC SM2S-IMX8MINI 63 / 87
User Manual
7.2.3.1.3 Step 3: Enter build directory
To enter the build directory execute:
cd build/0103801
Example:
Figure 7-6. Enter build directory.
7.2.3.2 The “docker” method
We assume that the docker packages (docker, docker.io, etc.) are already installed on your development system and your local user is a member of
the docker group. Using "docker" may especially be helpful under newer versions of the host's OS, such as Ubuntu 18.04 LTS or higher.
For detailed information about docker installation, container handling and development under docker please take a look at [9].
7.2.3.2.1 Step 1: Create MSC-LDK container
Execute:
git clone ssh://gitolite@msc-git02.msc-ge.com:9418/msc_ol99/docker-msc-ldk
cd docker-msc-ldk
git checkout v1.3.0
mkdir src
mkdir -p rootfs/home/.ssh
cp ~/.ssh/id_rsa rootfs/home/.ssh
cp ~/.ssh/id_rsa.pub rootfs/home/.ssh
docker build -t=msc-ldk .
rm -rf rootfs/home/.ssh