summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2017-01-17 13:10:30 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2017-01-17 13:14:36 -0600
commit455762967fc919dec77acbb4d5dfd9791b103d77 (patch)
treee0054bd11226743162380c5f9987a3e8c36325f1
parentbc7f838cdc458c3d628db7bae1f1c203b7a43c37 (diff)
downloadproprietary-open-jacinto-455762967fc919dec77acbb4d5dfd9791b103d77.tar.gz
SGX: README: update instructions with new toolchain
Current Android version needs to be built with arm-linux-androideabi-4.9 instead of arm-eabi-4.8 Updating README accordingly. Also added pvr kernel module rebuild instructions for am57xevm target. Change-Id: Id42a14e38b241433ab025fb875aa0fde571eae55 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--jacinto6/README.SGX7
1 files changed, 4 insertions, 3 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index ebdaf6c..542e206 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -34,13 +34,14 @@ Make sure kernel is built before building modules
# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/
# export ANDROID_ROOT=path_to_android_fs_source
# export KERNELDIR=path_to_kernel_source
-# export CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
-# export KERNEL_CROSS_COMPILE==$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
+# export CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
+# export KERNEL_CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
# export ARCH=arm
# export PATH=<path to kernel toolchain>:$PATH
-To build for Jacinto6 (SGX 544 multi core):
+To build for Jacinto6/AM57x (SGX 544 multi core):
# make TARGET_PRODUCT="jacinto6evm" BUILD=release
+# make TARGET_PRODUCT="am57xevm" BUILD=release
Once the .ko is built, install it onto device (/system/lib/modules)