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://[email protected]: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
Содержание 78368
Страница 1: ...SMARC Module MSC SM2S IMX8MINI SMARC Rev 2 0 Standard 30 04 2021 Rev 1 4 User Manual ...
Страница 10: ...MSC SM2S IMX8MINI 10 87 User Manual 9 Docker documentation https docs docker com ...
Страница 16: ...MSC SM2S IMX8MINI 16 87 User Manual 1 2 Block Diagram Figure 1 1 Block Diagram ...
Страница 67: ...MSC SM2S IMX8MINI 67 87 User Manual Example Figure 7 13 Stop the MSC LDK container and release its resources ...
Страница 77: ...MSC SM2S IMX8MINI 77 87 User Manual Example ...