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.
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.
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.
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.
Here are presented the available tools.
Generic article:
Attention: only the instructions for TorizonCore 4.0.0 apply!
Specific purposes:
Attention: only the instructions for TorizonCore 4.0.0 apply!
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.
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.
Here are presented the available tools.
Generic article:
Specific purposes: