STM32N6 private key copy to another computer for binary signature #109044
Unanswered
nicoguilbaudsw
asked this question in
Q&A
Replies: 2 comments
|
I'm sorry i don't know the answer for you, but i can if you some info. Here is where for the N6 they set all the programming values. But i'm not sure you need to copy a private key. By default there is no key. You can see that in your signing tool All those zero's should be your key and by default there all 0's |
0 replies
|
thanks, probably my environment migration is coming from another issue... |
0 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 follow the guideline on this page to integrate the binary signature for STM32N6: https://docs.zephyrproject.org/latest/boards/st/stm32n6570_dk/doc/index.html.
I'm using FSBL boot process (not MCU boot).
I suceed to flash and start several project, now i would like to migrate my project to another computer using the same board. When doing that the same project is not booting anymore. I think this is related to the signature key which is different on this other computer and the public key may be flashed to the STM32N6.
1- How to copy private key used for signature from computer 1 to computer 2 (where is located the private key) ?
2- How to reprogram a new public key in the STM32N6 ?
Best Regards,
All reactions