]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/commitdiff
Added script to build 6657 ibl in linux
authorIvan Pang <i-pang@ti.com>
Mon, 14 May 2012 00:43:50 +0000 (20:43 -0400)
committerIvan Pang <i-pang@ti.com>
Mon, 14 May 2012 00:43:50 +0000 (20:43 -0400)
boot_loader/IBL_buildibl_linux.sh

index 62d72c37ceb9e145d7fcc169092d717eb6432a65..b4adc81b33c0744fce766462a8a4aedbcb9ed47d 100755 (executable)
@@ -20,6 +20,11 @@ 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
 
+make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
+cp -f bin/i2crom_0x51_c6657_le.bin ../../../i2crom_0x51_c6657_le.bin
+cp -f bin/i2cparam_0x51_c6657_le_0x500.out ../../../i2cparam_0x51_c6657_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