i.MX 93 BSP Manual PD24.1.1 Documentation Rev.: imx8mp-pd22.1.2-51-ga548be7d
Note
Do NOT share your private RSA keys if you are going to use these keys for any security purposes.
Generate RSA public key and validate its contents:
target:~$ openssl rsa -in /tmp/test_key -pubout -out /tmp/pub_key
writing RSA key
target:~$ openssl pkey -inform PEM -pubin -in /tmp/pub_key -noout
target:~$ cat /tmp/pub_key
-----BEGIN PUBLIC KEY-----
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMbL5nG8Y8Lip2HrmdgFQZri72Mqhfy6
WDg9yAf7/mLxKJcXRhpo4hSxAlOsWdY9/nSLeGNc23CktTnFkyPJm0sCAwEAAQ==
-----END PUBLIC KEY-----
Device tree TPM conguration can be found here: https://git.phytec.de/linux-imx/tree/arch/arm64/boot/
dts/freescale/imx93-phyboard-nash.dts?h=v6.1.55_2.2.0-phy3#n151
Accessing Peripherals 78