Getting Started - nkxxll/optee-ta-key-retrieval GitHub Wiki
Getting started with building a TA
On this page, we discuss how to set up the development environment for a trusted application.
Setup
- Download the source code and build the project toolchains link
- Build the hole project and start Qemu with the command
make run. If you want to get acompile_commands.jsongenerated for you to help your LSP see all the external libraries built withbear-> the command isbear -- <make command>
Where to build your TA
- Build the TA in the
optee_examplesdirectory in the project.- go to the
optee_exampelsdircd optee_examplesand create the basic file structure for a trusted application link basic file structure. - then write your application and
make runin the build dir
- go to the
- to be done ...
For more information on trusted applications see Trusted Applicaitons