Skip to content
pierluigi-passaro edited this page Apr 8, 2015 · 3 revisions

Get and build the kernel

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

Clone this wiki locally