Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yocto meta-atmel ( kirkstone ): how to add PKCS#11 TA in build #260

Open
SimoneBongini opened this issue Sep 4, 2023 · 0 comments
Open

Comments

@SimoneBongini
Copy link

SimoneBongini commented 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"

# 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

@SimoneBongini 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant