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.dat ../../../i2crom_0x51_c6678_le.dat
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/bconvert/bconvert64x ../../../bconvert64x
11 cp -f ../util/romparse/romparse ../../../romparse
13 make clean
15 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51
16 cp -f ibl_c66x/i2crom.dat ../../../i2crom_0x51_c6670_le.dat
17 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out
18 make clean
20 mv -f ../../../i2crom_0x51_c6678_le.dat bin/i2crom_0x51_c6678_le.dat
21 mv -f ../../../i2crom_0x51_c6670_le.dat bin/i2crom_0x51_c6670_le.dat
22 mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out
23 mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out
25 mv -f ../../../i2cConfig.gel bin/i2cConfig.gel
26 mv -f ../../../b2ccs ../util/btoccs/b2ccs
27 mv -f ../../../b2i2c ../util/btoccs/b2i2c
28 mv -f ../../../bconvert64x ../util/bconvert/bconvert64x
29 mv -f ../../../romparse ../util/romparse/romparse
31 cd ../../../