-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pierluigi-passaro edited this page Apr 8, 2015
·
3 revisions
The kernel has been forked from the Rowboat project. It's the old version 3.2, without device tree support, but it's the latest one working with SGX Android acceleration.
Consider to add to your PATH arm-eabi-gcc compiler from AOSP repository, then try following instructions:
$ export ARCH=arm
$ export CROSS_COMPILE=arm-eabi-
$ cd working_folder
$ git clone https://github.com/ExorEmbedded/android-us01-kernel.git
$ cd kernel
$ git checkout rowboat-am335x-kernel-3.2
$ make us01_android_defconfig
$ make uImage