summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2017-09-29 15:27:47 -0500
committerGowtham Tammana2017-09-29 15:54:13 -0500
commit86d145b73c81ad8580d243d11dacd310dec7a9f4 (patch)
treed51af3c07d21f81e3243411b7247b890df8e0788
parente0dafca8fb5b8300049f0cf43730ba92a8ace4f7 (diff)
downloaddevice-ti-proprietary-open-86d145b73c81ad8580d243d11dacd310dec7a9f4.tar.gz
device-ti-proprietary-open-86d145b73c81ad8580d243d11dacd310dec7a9f4.tar.xz
device-ti-proprietary-open-86d145b73c81ad8580d243d11dacd310dec7a9f4.zip
jacinto6: sgx-bin: sgx binaries updated-oreo-r6-released-oreo-r6-core-released-oreo-mr1-release
Updating SGX binaries built with latest sources. This contains following update, - DRA76 support - Build support for Android O - Update to load pvr kernelmodule from vendor partition Change-Id: I2fdfab11155311cb24bfa49c96379173ce72057d Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--jacinto6/README.SGX28
-rw-r--r--jacinto6/sgx.tgzbin1564556 -> 1555721 bytes
2 files changed, 3 insertions, 25 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index ad64515..384ffa3 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.14/4081762 17 1.14/4081762
18[DDK commit ID] 18[DDK commit ID]
19 2a3afec gralloc: Dont translate formats on video encoder usage 19 495d2e9 um: build: update install path for kernel module
20[Branch] 20[Branch]
21 android/1.14/4081762_k4.4_M 21 android/1.14/4081762_k4.4_O
22[Kernel modules built against] 22[Kernel modules built against]
23 Kernel Version: 4.4.y with CONFIG_MODVERSIONS=y 23 Kernel Version: 4.4.y with CONFIG_MODVERSIONS=y
24[Build type] 24[Build type]
@@ -29,26 +29,4 @@ sgx.tgz a set of binaries built for SGX544.
29#=========================================================================== 29#===========================================================================
30SGX kernel modules source is located in sgx_src/eurasia_km/ 30SGX kernel modules source is located in sgx_src/eurasia_km/
31 31
32Make sure kernel is built before building modules 32SGX Kernel module is now built as part of Android file system build.
33
34# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/
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-linux-androideabi-4.9/bin/arm-linux-androideabi-
38# export KERNEL_CROSS_COMPILE=$ANDROID_ROOT/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
39# export ARCH=arm
40# export PATH=<path to kernel toolchain>:$PATH
41
42To build for Jacinto6/AM57x (SGX 544 multi core):
43# make TARGET_PRODUCT="jacinto6evm" BUILD=release
44# make TARGET_PRODUCT="am57xevm" BUILD=release
45
46Once the .ko is built, install it onto device (/system/lib/modules)
47
48# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_release/target/
49# adb push pvrsrvkm.ko /system/lib/modules/
50
51If you build the kernel module, it is highly advisable to replace the binaries
52in your device with the ones in sgx.tgz to avoid incompatibility.
53
54Reboot device.
diff --git a/jacinto6/sgx.tgz b/jacinto6/sgx.tgz
index 9c7e334..60e22c1 100644
--- a/jacinto6/sgx.tgz
+++ b/jacinto6/sgx.tgz
Binary files differ