-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Atom:
- Intel Joule 570x
- APL-NUC [NUC6CAYH]
Core:
- KBL-NUC [NUC7i5BNH-IDD]
More open platforms are being added.
The source code is managed with same repo tool chain as Google AOSP (Android Open Source Project).
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir trusty-ia
cd trusty-ia
repo init -u https://github.com/trusty-ia/manifest
or you can specify the branch:
repo init -u https://github.com/trusty-ia/manifest -b omr1
repo sync -j5
make
or enable the parallel making
make -j5
You will find the built binaries in out folder.
out/ikgt is the home folder for hypervisor and out/trusty is the home folder for trusty os.
Currently trusty bundle (ikgt hypervisor and trusty os) requires the integration with Android to make it functional. A reference AOSP code base with Trusty support is available based on Intel open source Android project Celadon.
Trusty-IA supports Android for x86 in Celadon project. https://github.com/projectceladon/manifest/wiki