]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/device-ti-proprietary-open.git/blobdiff - jacinto6/README.SGX
sgx_src: Update sgx_src with missing files and platform rev
[android-sdk/device-ti-proprietary-open.git] / jacinto6 / README.SGX
index ead7052789122e4f3b780f89936495e23373ff87..c1fde6c951d61a84d853ea11c51d36662acb30f3 100644 (file)
 #==========================================================================
 
 sgx.tgz a set of binaries built for SGX544.
-The SGXCORE and SGC_CORE_REV is appended to the end of each file. pvrsrvinit is
-now a wrapper which detects the current processor and loads the corresponding
-core specific pvrsrvinit.
 
 [DDK Version]
-    1.9@2166536
+    1.12/2917986
 [DDK commit ID]
-    6708c05 build: Add jacinto6 gralloc binary
+    c76a085 build-km: Set 5.0 as default version
 [Branch]
-    origin/1.9/j6-wip
+    android/1.12/2917986_k3.14_L_gem
 [Kernel modules built against]
-    Kernel Version: 3.8.y with CONFIG_MODVERSIONS=y
+    Kernel Version: 3.14.y with CONFIG_MODVERSIONS=y
+[Build type]
+    debug (export BUILD=debug)
 
 #===========================================================================
 #   Building SGX Kernel Modules
@@ -32,18 +31,19 @@ SGX kernel modules source is located in sgx_src/eurasia_km/
 
 Make sure kernel is built before building modules
 
-# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/
+# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap_android/
 # export KERNELDIR=path_to_kernel
+# export PATH=<path to kernel toolchain>:$PATH
 
 To build for OMAP5 (SGX 544 multi core):
-# make ARCH=arm CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="omap5sevm" BUILD=release TARGET_SGX=544
+# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=debug
 
 Once the .ko is built, install it onto device (/system/lib/modules)
 
-# cd ANDROID_ROOT/device/ti/proprietary-open/omap5/sgx_src/eurasia_km/eurasiacon/binary2_544_116_omap4430_android_release/target/
-# adb push pvrsrvkm_sgx544_116.ko /system/lib/modules/
+# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_debug/target/
+# adb push pvrsrvkm.ko /system/lib/modules/
 
 If you build the kernel module, it is highly advisable to replace the binaries
-in your device with the ones located in sgx.tgz to avoid incompatibility.
+in your device with the ones in sgx.tgz to avoid incompatibility.
 
 Reboot device.