summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
33# export KERNELDIR=path_to_kernel 33# export KERNELDIR=path_to_kernel
34 34
35To build for OMAP5 (SGX 544 multi core): 35To build for OMAP5 (SGX 544 multi core):
36# make ARCH=arm CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release 36# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" PLATFORM_VERSION=4.4 BUILD=release
37 37
38Once the .ko is built, install it onto device (/system/lib/modules) 38Once the .ko is built, install it onto device (/system/lib/modules)
39 39
40# cd ANDROID_ROOT/device/ti/proprietary-open/omap5/sgx_src/eurasia_km/eurasiacon/binary2_544_116_omap4430_android_release/target/ 40# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_release/target/
41# adb push pvrsrvkm_sgx544_116.ko /system/lib/modules/ 41# adb push pvrsrvkm.ko /system/lib/modules/
42 42
43If you build the kernel module, it is highly advisable to replace the binaries 43If you build the kernel module, it is highly advisable to replace the binaries
44in your device with the ones located in sgx.tgz to avoid incompatibility. 44in your device with the ones located in sgx.tgz to avoid incompatibility.