Hello,I've implemented the SBL project,and run through OTFAD XIP successfully.
But it's tedious to transfer a program binary to an encrypted image,the original image needs to add RSA and OTFAD Key Blob field using imgtool.py.And then encrypt the image using image_enc.exe.
So I wrote a script to do these things,but I don't know how can I generate the OTFAD Key blob through the OTFAD parameters by myself.I currently get the OTFAD Key blob through MCUXpresso Secure Provisioning.
Is there any code to achieve this?
Thanks