summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-03-25 16:10:07 -0500
committerVishal Mahaveer <vishalm@ti.com>2014-03-25 16:10:07 -0500
commitd0f3829c649104507d4452b481c73b2cb043ee73 (patch)
treea26e832e5d63cf4af8eddb1ef477ff2661020589
parent26e21642645cc22637400807f972c822217e93b1 (diff)
downloadproprietary-open-jacinto-d0f3829c649104507d4452b481c73b2cb043ee73.tar.gz
jacinto6: SGX_KM: update build instruction
Update SGX_KM kernel module build instructions Change-Id: I8f7a42bccc05de829f4604e87b37ddc6f59b6cec Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--jacinto6/README.SGX6
1 files changed, 3 insertions, 3 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index 54df572..af3f9f1 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -33,12 +33,12 @@ Make sure kernel is built before building modules
# export KERNELDIR=path_to_kernel
To build for OMAP5 (SGX 544 multi core):
-# make ARCH=arm CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release
+# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" PLATFORM_VERSION=4.4 BUILD=release
Once the .ko is built, install it onto device (/system/lib/modules)
-# cd ANDROID_ROOT/device/ti/proprietary-open/omap5/sgx_src/eurasia_km/eurasiacon/binary2_544_116_omap4430_android_release/target/
-# adb push pvrsrvkm_sgx544_116.ko /system/lib/modules/
+# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_release/target/
+# adb push pvrsrvkm.ko /system/lib/modules/
If you build the kernel module, it is highly advisable to replace the binaries
in your device with the ones located in sgx.tgz to avoid incompatibility.