summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/README.SGX')
-rw-r--r--jacinto6/README.SGX6
1 files changed, 3 insertions, 3 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index 6f01818..1479e47 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -16,9 +16,9 @@ sgx.tgz a set of binaries built for SGX544.
16[DDK Version] 16[DDK Version]
17 1.12/2917986 17 1.12/2917986
18[DDK commit ID] 18[DDK commit ID]
19 a0d3db4 tmp: Changes for Android L 19 0c60181 android: update hal_public.h for TI formats
20[Branch] 20[Branch]
21 android/1.12/2917986_k3.14_L 21 android/1.12/2917986_k3.14_L_gem
22[Kernel modules built against] 22[Kernel modules built against]
23 Kernel Version: 3.14.y with CONFIG_MODVERSIONS=y 23 Kernel Version: 3.14.y with CONFIG_MODVERSIONS=y
24 24
@@ -33,7 +33,7 @@ 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 KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" PLATFORM_VERSION=4.4 BUILD=release 36# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" PLATFORM_VERSION=5.0 BUILD=debug
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