You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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