2025-01-26 11:39 AM
According to this article the signing tool is a part of STM32CubeProgrammer. I need a signing tool during my Yocto build to be able to build signed images. The best way to guarantee a reproducibility of the build is to launch it in a dedicated container (to make sure the host system is the same on all developer / CI machines).
So the few questions are:
Solved! Go to Solution.
2025-01-26 12:14 PM
Hi @UVV ,
you can use a lightweight C++ alternative that has dependency to only OpenSSL:
https://github.com/embetrix/stm32mp-sign-tool
2025-01-26 12:14 PM
Hi @UVV ,
you can use a lightweight C++ alternative that has dependency to only OpenSSL:
https://github.com/embetrix/stm32mp-sign-tool