This repo contains all the things for Invisible Code project.
The folder optee_qemu contains OPTEE-OS for QEMU. Refer README for documentation.
Getting the toolchains (only once): This is a one time thing you run only once after getting all the source code.
cd optee_qemu/build
make toolchains
make all
Building:
cd optee_qemu/build
make all
Running:
cd optee_qemu/build
make all run
You will see 2-terminals (ttys), one each for non-secure and secure side. In the non-secure side, run xtest:
xtest