First time I am trying to create SD-Card Linux image for imx7d sabre with OP-TEE using Yocto. I followed this document https://www.nxp.com/docs/en/user-guide/i.MX_Yocto_Project_User's_Guide_Linux.pdf for building the image. I was able to build the image with OP-TEE and successfully run the OP-TEE Xtest. But now I do not know how to run OP-TEE examples in the image. These binaries are not present in the bin folder
Questions
- How to include OP-TEE examples to Yocto
In future how to add my own trusted applications to Yocto.
Thanks
Add to your
local.conf
:Create a recipe based on
recipes-security/optee/optee-examples.bb
and add it to the image as stated above.