Replies: 1 comment 1 reply
-
This looks like the main cause of the problem:
So first check that the PEM file you provided actually contains a valid RSA private key. If it is, then check what version of OpenSSL you have on your host system. If it's OpenSSL 3.0 or later, note that the format of private key files changed from earlier versions of OpenSSL, and you'll have to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have an issue with getting secure boot to work. Maybe someone can help? I am using a Jetson Nano production module and I am on
kirkstone-l4t-32.7.x
.I created a new PKC using the following command:
Then I added the key to the
TEGRA_SIGNING_ARGS
variable:Somehow, compilation fails on building/signing the bup payload. It says that the key format is invalid:
Do you have any idea what's wrong here?
Beta Was this translation helpful? Give feedback.
All reactions