]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blob - boot_loader/IBL_buildibl
Updated tools_build.bat to include the right mingw path
[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.dat ../../../i2crom_0x51_c6678_le.dat
6 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out
7 make clean
9 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
10 cp -f ibl_c66x/i2crom.dat ../../../i2crom_0x51_c6670_le.dat
11 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out
12 make clean
14 mv -f ../../../i2crom_0x51_c6678_le.dat bin/i2crom_0x51_c6678_le.dat
15 mv -f ../../../i2crom_0x51_c6670_le.dat bin/i2crom_0x51_c6670_le.dat
16 mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out
17 mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out
19 cd ../../../