External signing method with sysbuild #64532
Unanswered
PragatiGarg-eaton
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@erwango, can you please look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know what you mean by username and password prompts because there is no prompt when signing but the default signing script is https://github.com/zephyrproject-rtos/zephyr/blob/main/cmake/mcuboot.cmake which can be overridden by setting the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on building and flashing the MCUBOOT+ application using sysbuild on nucleo_u575zi_q and nucleo_h743zi.
And, I am looking for a standard approach where we can sign the binaries externally by utilizing the sysbuild method.
Currently, I am able to sign the binaries locally utilizing the sysbuild approach, which invokes the imgtool program. But, facing challenges while signing the binaries externally (from standard corporate method). As during the (west) building of the binaries, we need to handle the user prompts for user name and password during the building itself, which is currently getting aborted and then failing.
From the documentation, I found out about the 'rimage' method. Would it be useful here? If so, how should I proceed further? https://docs.zephyrproject.org/latest/develop/west/sign.html#rimage
Question: How can we sign the binaries externally by utilizing sysbuild approach?
OS: Windows
zephyr version: 3.2.0
Links:
https://docs.zephyrproject.org/latest/build/sysbuild/index.html#sysbuild-targets
Beta Was this translation helpful? Give feedback.
All reactions