]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blob - boot_loader/IBL_buildibl
Changed buildibl to keep iblConfig
[keystone-rtos/mcsdk-tools.git] / boot_loader / IBL_buildibl
1 cd ibl/src/make
3 source setupenvMsys.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.exe ../../../b2ccs.exe
9 cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe
10 cp -f ../util/btoccs/ccs2bin.exe ../../../ccs2bin.exe
11 cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe
12 cp -f ../util/romparse/romparse.exe ../../../romparse.exe
13 cp -f ../util/iblConfig/build/iblConfig.out ../../../iblConfig.out
14 cp -f ../util/iblConfig/build/input.txt ../../../input.txt
16 make clean
18 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
19 cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6670_le.bin
20 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out
21 make clean
23 mv -f ../../../i2crom_0x51_c6678_le.bin bin/i2crom_0x51_c6678_le.bin
24 mv -f ../../../i2crom_0x51_c6670_le.bin bin/i2crom_0x51_c6670_le.bin
25 mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out
26 mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out
28 mv -f ../../../i2cConfig.gel bin/i2cConfig.gel 
29 mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe 
30 mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe 
31 mv -f ../../../ccs2bin.exe ../util/btoccs/ccs2bin.exe 
32 mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe 
33 mv -f ../../../romparse.exe ../util/romparse/romparse.exe 
34 mv -f ../../../iblConfig.out ../util/iblConfig/build/iblConfig.out
35 cp -f ../../../input.txt ../util/iblConfig/build/input.txt 
37 cd ../../../