]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/commitdiff
Correcting elf2HBin.sh for Gauss SRIO
authorIvan Pang <i-pang@ti.com>
Thu, 10 May 2012 00:01:28 +0000 (20:01 -0400)
committerIvan Pang <i-pang@ti.com>
Thu, 10 May 2012 00:01:28 +0000 (20:01 -0400)
boot_loader/examples/srio/srioboot_ddrinit/evmc6657l/bin/srioboot_ddrinit_elf2HBin.sh
boot_loader/examples/srio/srioboot_helloworld/evmc6657l/bin/helloworld_elf2HBin.sh

index 5fc9fe45b618b29ac83b7d664f84dd3b864ef65a..a48b14252ca7be9e2783ec205d065133262079a7 100644 (file)
@@ -1,5 +1,5 @@
-export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.2.4
-export TARGET=6678
+export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.3.1
+export TARGET=6657
 export ENDIAN=little
 
 echo CGT_INSTALL_DIR set as: ${CGT_INSTALL_DIR}
index e5722d3414c7005eef088ffd75d263fecea48e6d..1af61409ade832a6521af1bdb3bba3c3bf6114c2 100644 (file)
@@ -1,6 +1,6 @@
-export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.2.4
+export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.3.1
 export TOOL_DIR="../../../../../../"
-export TARGET=6678
+export TARGET=6657
 export ENDIAN=little
 
 echo CGT_INSTALL_DIR set as: ${CGT_INSTALL_DIR}