You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my image recipe.
Moreover I added an optee-os_%.bbappend that
COMPATIBLE_MACHINE = "sama5d27-sd96"
# Added DEBUG=1 CFG_TEE_CORE_LOG_LEVEL=4 CFG_TEE_CORE_DEBUG=y to enable a more verbose debug
EXTRA_OEMAKE += " DEBUG=1 CFG_TEE_CORE_LOG_LEVEL=4 CFG_TEE_CORE_DEBUG=y CFG_NS_ENTRY_ADDR=0x23f00000 CFG_PKCS11_TA=y CFG_TEE_TA_LOG_LEVEL=4 CFG_UNWIND=y"
But I'm not able to find fd02c9da-306c-48c7-a49c-bbd827ae86ee.ta in /lib/optee_armtz
How I can do it?
Thanks in advance,
Simone
The text was updated successfully, but these errors were encountered:
SimoneBongini
changed the title
Yocto meta-atmel (kirkstone ): how to add PKCS#11 TA in build
Yocto meta-atmel ( kirkstone ): how to add PKCS#11 TA in build
Sep 4, 2023
Hello,
i’m not able to add fd02c9da-306c-48c7-a49c-bbd827ae86ee.ta PKCS#11 Trusted Application to my build.
I already added
IMAGE_INSTALL:append = " optee-os optee-test optee-examples optee-client"
in my image recipe.
Moreover I added an optee-os_%.bbappend that
COMPATIBLE_MACHINE = "sama5d27-sd96"
But I'm not able to find fd02c9da-306c-48c7-a49c-bbd827ae86ee.ta in /lib/optee_armtz
How I can do it?
Thanks in advance,
Simone
The text was updated successfully, but these errors were encountered: