...
You have installed TorizonOS to the STM32MP2-EV1 board. Refer to Installing TorizonOS to STM32MP2 EV1 Using the STM32 Programmer Tool;
You have registered an account with the Torizon Cloud.
...
In the Yocto build repository, edit the
conf/local.conf
file and define theSOTA_PACKED_CREDENTIALS
option to enable automatic pushing of the update packages to the Cloud (make sure to use the correct path to thecredentials.zip
archive downloaded in the step above):Code Block SOTA_PACKED_CREDENTIALS = "/workdir/credentials.zip"
Make some changes in the projects recipes, for example add
minicom
to the file system image, by adding it toCORE_IMAGE_BASE_INSTALL:append
in thelayers/meta-toradex-torizon/recipes-images/images/torizon-core-common.inc
file:Code Block CORE_IMAGE_BASE_INSTALL:append = " \ ... zram \ minicom \ "
Rebuild the project:
Code Block bitbake torizon-core-docker
When the build has completed, go to the Torizon Cloud, select the
Packages
menu, clickREFRESH
. The new package must appear if theMy Uploads
checkbox is enabled.
5.
...
Installing Update
Perform the following steps:
...