This example has been presented at GlobalPlatform Client API.
-
Create your OP-TEE workspace
mkdir -p <optee-workspace> cd <optee-workspace>
-
Setup the OP-TEE software stack in your newly created
<optee-workspace>
by following: https://github.com/OP-TEE/optee_os#5-repo-manifests -
Copy this folder into
<optee-workspace>
cd optee_hello_world
-
Run
./build-script.sh
tomake
-
Run
./build-script.sh clean
tomake clean