Hi Ken Su,
You also can refer to the MCUBootUtility tool, which can support the BEE function:
NXP-MCUBootUtility/README.md at master · JayHeng/NXP-MCUBootUtility · GitHub
BEE encryption is performed by the BEE module inside the MCU chip to decrypt the encrypted image. (If it is XIP Image, then it belongs to Dynamic decryption; if it is Non-XIP image, then it is similar to HAB Encryption).
The BEE code can download to the external flash, then run it in the SRAM, I think it's possible. Boot from external QSPI flash.
When you get the board, you also can do the external QSPI flash BEE function at first, then add some SRAM code with the BEE qspi code.
If you meet any issues, just kindly let me know.
Best Regards,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------