Tool/software:
Hi,
I am currently experimenting with the Secure Boot related functionalities.
We have an SBL image and Application Image.
Application image has USB CDC capability.
USB CDC application is running as expected.
Then, I converted the device (LP) to HS SE.
hs.tiimage of the SBL image is generated.
But when I commented out the HSMRT loading step in SBL image:
Application image is running, but USB functionality is not working (Actually, USB interrupts are not getting triggered)
Note: We have already modified the SBL to support loading of unsigned application images (This we are doing as temporary implementation)
So, the question is "Is it necessary to load HSMRT in SBL for USB functionality in Application to work in HS-SE device?"
If the answer is yes, why? is there a way to bypass that.
Note: We will anyway load the HSMRT at our final use case. (This we are trying as an intermediate step)
