]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/device-ti-proprietary-open.git/blobdiff - jacinto6/README.SGX
jacinto6: SGX_KM: update build instruction
[android-sdk/device-ti-proprietary-open.git] / jacinto6 / README.SGX
index 839ab3af23f031df5a8367e3e61c6187bc914e73..af3f9f1abb38c1e3a2416b939a65026ade68da73 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/2701748
 [DDK commit ID]
-    6708c05 build: Add jacinto6 gralloc binary
+    03b9484 build: Set correct load directory for kernel modules.
 [Branch]
-    origin/1.9/2291151_k3.8
+    android/1.12/2701748
 [Kernel modules built against]
     Kernel Version: 3.8.y with CONFIG_MODVERSIONS=y
 
@@ -32,16 +29,16 @@ 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
 
 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" PLATFORM_VERSION=4.4 BUILD=release
 
 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_release/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.