This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM263X: AM263x

Part Number: MCU-PLUS-SDK-AM263X

how to create new private key and public key for encrypting and creating the final image.hs file. I have creatd two keys but when used to rutn the python script for generating .hs file, it is showing error ( private key is not found in public key).  The command I have used is- openssl genrsa -out key.pri1 2048 and  openssl rsa -in key.pri -pubout -out key.pub .  With the keys generated through this command I am not able to generate an encrypted .hs final binary file for flashing to the secure device. If there are any possible other ways to generate the keys.