DM36x Docker Container

Now up on my Docker Hub profile is a Docker container for Linux DM36x builds. It contains a complete development environment for building DM365/DM368 Linux kernels, applications etc.

Included in the container is the GCC cross-compiler, DVSDK installation and a collection of various Ubuntu packages recommended for use with the RidgeRun DM36x SDK. You are not limited to using it for RidgeRun SDK builds but by way of example you can get started building using the RidgeRun SDK using the following simple steps:

  • git clone https://github.com/RidgeRun/eval-sdk-dm36x.git
  • docker pull kelvinlawson/ridgerun-dm36x
  • docker run –rm -v /path/to/eval-sdk-dm36x:/eval-sdk-dm36x -t -i kelvinlawson/ridgerun-dm36x /bin/bash

This will start a bash shell within the Docker container from where you can immediately start building the RidgeRun DM36x SDK without the need to install any other libraries, packages, toolchains etc on your host machine. From the container prompt you can simply enter the SDK directory (cd /eval-sdk-dm36x) and build (make). The container has everything ready to start building.

Bookmark and Share This Article
[del.icio.us] [Digg] [Google] [Reddit] [Slashdot] [StumbleUpon] [Technorati] [Twitter] [Yahoo!] [Email]
This entry was posted in Projects and tagged , , , , , , . Bookmark the permalink.

Comments are closed.