From: Aravind Batni Date: Mon, 24 Oct 2011 17:20:55 +0000 (-0400) Subject: updated teh scripts to convert from dos X-Git-Tag: DEV.BIOS.MCSDK.02.00.04.16~2 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fmcsdk-tools.git;a=commitdiff_plain;h=d68e5df5707a854dd6877a207b6151e406777192 updated teh scripts to convert from dos --- diff --git a/boot_loader/IBL_buildibl_linux.sh b/boot_loader/IBL_buildibl_linux.sh index dfa5811..6d9f48c 100755 --- a/boot_loader/IBL_buildibl_linux.sh +++ b/boot_loader/IBL_buildibl_linux.sh @@ -1,34 +1,34 @@ -cd ibl/src/make - -source setupenvLnx.sh -make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 -cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6678_le.bin -cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out -cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel -cp -f ../util/btoccs/b2ccs ../../../b2ccs -cp -f ../util/btoccs/b2i2c ../../../b2i2c -cp -f ../util/btoccs/ccs2bin ../../../ccs2bin -cp -f ../util/bconvert/bconvert64x ../../../bconvert64x -cp -f ../util/romparse/romparse ../../../romparse - -make clean - -make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 -cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6670_le.bin -cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out -make clean - -mv -f ../../../i2crom_0x51_c6678_le.bin bin/i2crom_0x51_c6678_le.bin -mv -f ../../../i2crom_0x51_c6670_le.bin bin/i2crom_0x51_c6670_le.bin -mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out -mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out - -mv -f ../../../i2cConfig.gel bin/i2cConfig.gel -mv -f ../../../b2ccs ../util/btoccs/b2ccs -mv -f ../../../b2i2c ../util/btoccs/b2i2c -mv -f ../../../ccs2bin ../util/btoccs/ccs2bin -mv -f ../../../bconvert64x ../util/bconvert/bconvert64x -mv -f ../../../romparse ../util/romparse/romparse - -cd ../../../ - +cd ibl/src/make + +source setupenvLnx.sh +make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 +cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6678_le.bin +cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out +cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel +cp -f ../util/btoccs/b2ccs ../../../b2ccs +cp -f ../util/btoccs/b2i2c ../../../b2i2c +cp -f ../util/btoccs/ccs2bin ../../../ccs2bin +cp -f ../util/bconvert/bconvert64x ../../../bconvert64x +cp -f ../util/romparse/romparse ../../../romparse + +make clean + +make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 +cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6670_le.bin +cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out +make clean + +mv -f ../../../i2crom_0x51_c6678_le.bin bin/i2crom_0x51_c6678_le.bin +mv -f ../../../i2crom_0x51_c6670_le.bin bin/i2crom_0x51_c6670_le.bin +mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out +mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out + +mv -f ../../../i2cConfig.gel bin/i2cConfig.gel +mv -f ../../../b2ccs ../util/btoccs/b2ccs +mv -f ../../../b2i2c ../util/btoccs/b2i2c +mv -f ../../../ccs2bin ../util/btoccs/ccs2bin +mv -f ../../../bconvert64x ../util/bconvert/bconvert64x +mv -f ../../../romparse ../util/romparse/romparse + +cd ../../../ +