summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2013-02-14 11:58:11 -0600
committerHao Zhang2013-02-14 11:58:11 -0600
commit2a0153e36730f0e4eeaabaa2ea9a77cf29f6402a (patch)
tree6e0df140a836e4538514589644e0a2bfb41651c0 /boot_loader
parent5d06fe6175bdb5301c0e926e074b3b7574f0fb74 (diff)
downloadmcsdk-tools-2a0153e36730f0e4eeaabaa2ea9a77cf29f6402a.tar.gz
mcsdk-tools-2a0153e36730f0e4eeaabaa2ea9a77cf29f6402a.tar.xz
mcsdk-tools-2a0153e36730f0e4eeaabaa2ea9a77cf29f6402a.zip
MCSDK 3.0: update srio/pcie boot exampls scripts
Diffstat (limited to 'boot_loader')
-rwxr-xr-xboot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat2
-rwxr-xr-xboot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh2
-rwxr-xr-xboot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat2
-rwxr-xr-xboot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
index 3d4aca3..1241a20 100755
--- a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
@@ -1,4 +1,4 @@
1set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.3.4" 1set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.4.1"
2set TOOL_DIR="..\..\..\..\..\..\" 2set TOOL_DIR="..\..\..\..\..\..\"
3set TARGET=k2h 3set TARGET=k2h
4set ENDIAN=little 4set ENDIAN=little
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
index 2e7ae94..ff9d22b 100755
--- a/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
@@ -1,4 +1,4 @@
1export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.3.4 1export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.4.1
2export TOOL_DIR="../../../../../../" 2export TOOL_DIR="../../../../../../"
3export TARGET=k2h 3export TARGET=k2h
4export ENDIAN=little 4export ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
index 95f531c..b585089 100755
--- a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.bat
@@ -1,4 +1,4 @@
1set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.3.4" 1set C6000_CG_DIR="C:\ti\ccsv5\tools\compiler\c6000_7.4.1"
2set TOOL_DIR="..\..\..\..\..\..\" 2set TOOL_DIR="..\..\..\..\..\..\"
3set TARGET=k2h 3set TARGET=k2h
4set ENDIAN=little 4set ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
index 4180165..617f341 100755
--- a/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmk2h/bin/helloworld_elf2HBin.sh
@@ -1,4 +1,4 @@
1export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.3.4 1export CGT_INSTALL_DIR=~/ti/ccsv5/tools/compiler/c6000_7.4.1
2export TOOL_DIR="../../../../../../" 2export TOOL_DIR="../../../../../../"
3export TARGET=k2h 3export TARGET=k2h
4export ENDIAN=little 4export ENDIAN=little