summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-01-17 13:10:30 -0600
committerPraneeth Bajjuri2017-01-17 13:14:36 -0600
commit455762967fc919dec77acbb4d5dfd9791b103d77 (patch)
treee0054bd11226743162380c5f9987a3e8c36325f1
parentbc7f838cdc458c3d628db7bae1f1c203b7a43c37 (diff)
downloaddevice-ti-proprietary-open-455762967fc919dec77acbb4d5dfd9791b103d77.tar.gz
device-ti-proprietary-open-455762967fc919dec77acbb4d5dfd9791b103d77.tar.xz
device-ti-proprietary-open-455762967fc919dec77acbb4d5dfd9791b103d77.zip
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
34# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/ 34# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/
35# export ANDROID_ROOT=path_to_android_fs_source 35# export ANDROID_ROOT=path_to_android_fs_source
36# export KERNELDIR=path_to_kernel_source 36# export KERNELDIR=path_to_kernel_source
37# export CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi- 37# export CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
38# export KERNEL_CROSS_COMPILE==$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi- 38# export KERNEL_CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
39# export ARCH=arm 39# export ARCH=arm
40# export PATH=<path to kernel toolchain>:$PATH 40# export PATH=<path to kernel toolchain>:$PATH
41 41
42To build for Jacinto6 (SGX 544 multi core): 42To build for Jacinto6/AM57x (SGX 544 multi core):
43# make TARGET_PRODUCT="jacinto6evm" BUILD=release 43# make TARGET_PRODUCT="jacinto6evm" BUILD=release
44# make TARGET_PRODUCT="am57xevm" BUILD=release
44 45
45Once the .ko is built, install it onto device (/system/lib/modules) 46Once the .ko is built, install it onto device (/system/lib/modules)
46 47