Search by Tags

Developer Tools Container for TorizonCore

 

Article updated at 15 Sep 2020
Compare with Revision

Select the version of your OS from the tabs below. If you don't know the version you are using, run the command cat /etc/os-release or cat /etc/issue on the board.

Torizon 5.0.0

Attention: on TorizonCore 5, the developer tools container is being deprecated in favor of the TorizonCore Builder Tool. This article is kept as-is for reference, in case you are still on TorizonCore 4.

Introduction

TorizonCore has a container that provides several tools for development. This article tells how to start it and lists the available tools, pointing to their corresponding documentation.

This article complies to the Typographic Conventions for Torizon Documentation.

Prerequisites

Run the Container

Run on the computer on the module:

# docker run -it --rm --privileged -v /dev:/dev -v /boot:/boot torizon/dev-tools:$CT_TAG_DEV_TOOLS

After the pull completes, the container will start and you will end up in an interactive shell inside it.

Available Tools

Here are presented the available tools.

Device Tree Overlays

Generic article:

Attention: only the instructions for TorizonCore 4.0.0 apply!

Specific purposes:

Attention: only the instructions for TorizonCore 4.0.0 apply!

Torizon 4.0.0

Introduction

TorizonCore has a container that provides several tools for development. This article tells how to start it and lists the available tools, pointing to their corresponding documentation.

This article complies to the Typographic Conventions for Torizon Documentation.

Prerequisites

Run the Container

Run on the computer on the module:

# docker run -it --rm --privileged -v /dev:/dev -v /boot:/boot torizon/arm64v8-debian-dev-tools
# docker run -it --rm --privileged -v /dev:/dev -v /boot:/boot torizon/arm32v7-debian-dev-tools

After the pull completes, the container will start and you will end up in an interactive shell inside it.

Available Tools

Here are presented the available tools.

Device Tree Overlays

Generic article:

Specific purposes: