diff options
author | Praneeth Bajjuri | 2016-07-21 23:58:49 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2016-07-21 23:58:49 -0500 |
commit | 6e03d0aa02c3a14481493dd9f22f66b2fcf14199 (patch) | |
tree | 4d1ae6b85a3608b0744e05340c1cbd6f0b07a839 | |
parent | 4c1c304ff6368550f6b00209a0168cca9ccb7f79 (diff) | |
download | device-ti-proprietary-open-6e03d0aa02c3a14481493dd9f22f66b2fcf14199.tar.gz device-ti-proprietary-open-6e03d0aa02c3a14481493dd9f22f66b2fcf14199.tar.xz device-ti-proprietary-open-6e03d0aa02c3a14481493dd9f22f66b2fcf14199.zip |
jacinto6: readme update for building DDK1.14
README.SGX update in build instruction to rebuild pvrsrvkm.ko
DDK1.14 needs ANDROID_ROOT path defined.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | jacinto6/README.SGX | 8 |
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/ | |||
32 | Make sure kernel is built before building modules | 32 | Make 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 | ||
38 | To build for Jacinto6 (SGX 544 multi core): | 42 | To 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 | ||
41 | Once the .ko is built, install it onto device (/system/lib/modules) | 45 | Once the .ko is built, install it onto device (/system/lib/modules) |
42 | 46 | ||