summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2016-07-21 23:58:49 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2016-07-21 23:58:49 -0500
commit6e03d0aa02c3a14481493dd9f22f66b2fcf14199 (patch)
tree4d1ae6b85a3608b0744e05340c1cbd6f0b07a839
parent4c1c304ff6368550f6b00209a0168cca9ccb7f79 (diff)
downloadproprietary-open-jacinto-6e03d0aa02c3a14481493dd9f22f66b2fcf14199.tar.gz
jacinto6: readme update for building DDK1.14
README.SGX update in build instruction to rebuild pvrsrvkm.ko DDK1.14 needs ANDROID_ROOT path defined. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--jacinto6/README.SGX8
1 files changed, 6 insertions, 2 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index 639da2c..e0dc070 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -32,11 +32,15 @@ SGX kernel modules source is located in sgx_src/eurasia_km/
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 KERNELDIR=path_to_kernel
+# 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 ARCH=arm
# export PATH=<path to kernel toolchain>:$PATH
To build for Jacinto6 (SGX 544 multi core):
-# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release
+# make TARGET_PRODUCT="jacinto6evm" BUILD=release
Once the .ko is built, install it onto device (/system/lib/modules)