Unattended installtion of STM32 Signing Tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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:
- I can't automatically download only the signing tool, can I? The download of STM32CubeProgrammer package requires for me to accept the license.
- It seems that STM32CubeProgrammer installer doesn't have any command line options. I would like to at least have unattended installation, automatically accepting the license and setting installation path in a non-interactive way. CubeProggrammer installation manual doesn't mention any. All that is required, for example, during 'docker build' execution.
- Is there an open source signing tool alternative?
Solved! Go to Solution.
- Labels:
-
Secure
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
