]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blob - boot_loader/IBL_buildibl_linux.sh
Merge from master for mcsdk-210
[keystone-rtos/mcsdk-tools.git] / boot_loader / IBL_buildibl_linux.sh
1 cd ibl/src/make
3 source setupenvLnx.sh
4 make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
5 cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6678_le.bin
6 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out
7 cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel
8 cp -f ../util/btoccs/b2ccs ../../../b2ccs
9 cp -f ../util/btoccs/b2i2c ../../../b2i2c
10 cp -f ../util/btoccs/ccs2bin ../../../ccs2bin
11 cp -f ../util/bconvert/bconvert64x ../../../bconvert64x
12 cp -f ../util/romparse/romparse ../../../romparse
14 make clean
16 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
17 cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6670_le.bin
18 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out
19 make clean
21 mv -f ../../../i2crom_0x51_c6678_le.bin bin/i2crom_0x51_c6678_le.bin
22 mv -f ../../../i2crom_0x51_c6670_le.bin bin/i2crom_0x51_c6670_le.bin
23 mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out
24 mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out
26 mv -f ../../../i2cConfig.gel bin/i2cConfig.gel 
27 mv -f ../../../b2ccs ../util/btoccs/b2ccs 
28 mv -f ../../../b2i2c ../util/btoccs/b2i2c 
29 mv -f ../../../ccs2bin ../util/btoccs/ccs2bin
30 mv -f ../../../bconvert64x ../util/bconvert/bconvert64x
31 mv -f ../../../romparse ../util/romparse/romparse
33 cd ../../../