summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jacinto6/README.SGX')
-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/
32Make sure kernel is built before building modules 32Make sure kernel is built before building modules
33 33
34# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/ 34# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/
35# export KERNELDIR=path_to_kernel 35# export ANDROID_ROOT=path_to_android_fs_source
36# export KERNELDIR=path_to_kernel_source
37# export CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
38# export KERNEL_CROSS_COMPILE==$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
39# export ARCH=arm
36# export PATH=<path to kernel toolchain>:$PATH 40# export PATH=<path to kernel toolchain>:$PATH
37 41
38To build for Jacinto6 (SGX 544 multi core): 42To build for Jacinto6 (SGX 544 multi core):
39# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release 43# make TARGET_PRODUCT="jacinto6evm" BUILD=release
40 44
41Once the .ko is built, install it onto device (/system/lib/modules) 45Once the .ko is built, install it onto device (/system/lib/modules)
42 46