Currently, most of the courses for Jetson Orin NX and Jetson Orin Nano are placed in docker containers, so customers can experience and learn how to use containerized development methods.
In the future, new functional modules will continue to be added to docker, and these new functional modules will be placed in new docker images. Users who need to experience these new functions can update docker images in the following three ways:
When a new docker image is updated, an img image with a host will be released. The new docker image has been downloaded in the host, and customers can directly use this img to flash the machine to experience it.
When a new docker image is updated, users can manually update the image without flashing the machine:
Use the command in the host machine:
xxxxxxxxxx
docker pull the latest image version number
For example:
# The latest image version number here is modified according to the actual view
docker pull yahboomtechnology/jetcobot_noetic:3.1.3
This method requires downloading the docker image from the external network, which takes a long time and may time out and fail to download.
After the pull is executed, execute:
xxxxxxxxxx
docker images
You can view the downloaded image and experience the new features