summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingting Zhou2012-08-17 13:39:03 -0500
committerJingting Zhou2012-08-17 13:39:03 -0500
commit1d29d7a7e247139dcd06d959a5dc9080ab597f5c (patch)
treecb92925d1e9c1123f15486a04021c2215c9eae4b
parentead732544699e9fe1e8984334afe9da73c994dd2 (diff)
downloadmcsdk-tools-1d29d7a7e247139dcd06d959a5dc9080ab597f5c.tar.gz
mcsdk-tools-1d29d7a7e247139dcd06d959a5dc9080ab597f5c.tar.xz
mcsdk-tools-1d29d7a7e247139dcd06d959a5dc9080ab597f5c.zip
removed IBL_buildibl_windows.sh, removed it to mcsdk-integration
-rw-r--r--boot_loader/IBL_buildibl_windows.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/boot_loader/IBL_buildibl_windows.sh b/boot_loader/IBL_buildibl_windows.sh
deleted file mode 100644
index 1c6690b..0000000
--- a/boot_loader/IBL_buildibl_windows.sh
+++ /dev/null
@@ -1,19 +0,0 @@
1sudo apt-get install mingw-w64
2sudo ln -s /usr/bin/i686-w64-mingw32-gcc /usr/local/bin/gcc
3sudo ln -s /usr/bin/i686-w64-mingw32-gcc /usr/local/bin/cc
4mkdir bootloader_temp
5cp -r boot_loader bootloader_temp
6mv bootloader_temp/boot_loader boot_loader_temp
7rm -r bootloader_temp
8rm boot_loader/ibl/src/util/bconvert/bconvert64x
9cd boot_loader/ibl/src/make
10source setupenvLnx.sh
11make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51
12cp -f ../util/btoccs/b2ccs ../../../../boot_loader_temp/b2ccs
13cp -f ../util/btoccs/b2i2c ../../../../boot_loader_temp/b2i2c
14cp -f ../util/btoccs/ccs2bin ../../../../boot_loader_temp/ccs2bin
15cp -f ../util/bconvert/bconvert64x ../../../../boot_loader_temp/bconvert64x
16cp -f ../util/romparse/romparse ../../../../boot_loader_temp/romparse
17cd ../../../../
18rm -r boot_loader
19mv boot_loader_temp boot_loader