summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Pang2012-08-10 17:43:38 -0500
committerIvan Pang2012-08-10 17:43:38 -0500
commitb1c7b5bd1135989fb3996e59bde8bce457c5d5c6 (patch)
treecb92925d1e9c1123f15486a04021c2215c9eae4b /boot_loader/examples/srio/srioboot_helloworld/evmc6678l
parent7d5588cad8d6e480adb4dd0fcf9707d56743483f (diff)
downloadmcsdk-tools-b1c7b5bd1135989fb3996e59bde8bce457c5d5c6.tar.gz
mcsdk-tools-b1c7b5bd1135989fb3996e59bde8bce457c5d5c6.tar.xz
mcsdk-tools-b1c7b5bd1135989fb3996e59bde8bce457c5d5c6.zip
Updated .sh and .bat scripts for 7.4
Diffstat (limited to 'boot_loader/examples/srio/srioboot_helloworld/evmc6678l')
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat2
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
index 8f61cbb..253dbd4 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
@@ -1,4 +1,4 @@
1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.0B2" 1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.0"
2set TOOL_DIR="..\..\..\..\..\..\" 2set TOOL_DIR="..\..\..\..\..\..\"
3set TARGET=6678 3set TARGET=6678
4set ENDIAN=little 4set ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
index ece224d..602529d 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
@@ -1,4 +1,4 @@
1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.4.0B2 1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.4.0
2export TOOL_DIR="../../../../../../" 2export TOOL_DIR="../../../../../../"
3export TARGET=6678 3export TARGET=6678
4export ENDIAN=little 4export ENDIAN=little