I am configuring encrypted boot for an i.MX8 ULP board. I'm using instructions from here:
The CST tool generates a new Data Encryption Key (DEK) every time it is run, encrypts the container and saves the key in the file specified in the .csf file, overwriting any existing key. I want to be able to sign my containers using an existing DEK for which I have already generated the dek_blob.
How is that possible?