summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/README.SGX')
-rw-r--r--jacinto6/README.SGX8
1 files changed, 4 insertions, 4 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index a4cd087..0c84de5 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -16,13 +16,13 @@ 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 beb4722 [HACK] sgx-um: Allow map to go through despite mmap failure 19 ea397cf sgx-um: Remove drmSetMaster and drmDropMaster calls
20[Branch] 20[Branch]
21 android/1.12/2917986_k3.14_L_gem 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[Build type] 24[Build type]
25 debug (export BUILD=debug) 25 release (export BUILD=release)
26 26
27#=========================================================================== 27#===========================================================================
28# Building SGX Kernel Modules 28# Building SGX Kernel Modules
@@ -36,11 +36,11 @@ Make sure kernel is built before building modules
36# export PATH=<path to kernel toolchain>:$PATH 36# export PATH=<path to kernel toolchain>:$PATH
37 37
38To build for OMAP5 (SGX 544 multi core): 38To build for OMAP5 (SGX 544 multi core):
39# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=debug 39# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release
40 40
41Once the .ko is built, install it onto device (/system/lib/modules) 41Once the .ko is built, install it onto device (/system/lib/modules)
42 42
43# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_debug/target/ 43# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_release/target/
44# adb push pvrsrvkm.ko /system/lib/modules/ 44# adb push pvrsrvkm.ko /system/lib/modules/
45 45
46If you build the kernel module, it is highly advisable to replace the binaries 46If you build the kernel module, it is highly advisable to replace the binaries