]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - doc/release_info.txt
5cb8cca2a2ac7595c04fb24ad0cc00f80c052029
[keystone-rtos/ibl.git] / doc / release_info.txt
1 =====================================================
2 C6x Bootloader Release Note
3 Version: 1.0.0.1
4 March 2011
5 =====================================================
7 1) Supported TARGETS:
8     - C6455
9     - C6472
10     - C6474
11     - C661x
13 2) Supported ENDIAN
14     - big
15     - little
17 3) Required toolset
18     - TI CGEN compiler CGT_C6000_7.2.0
19 NOTE: TI CGEN compiler CGT_C6000_6.1.12 has to be used for building IBL with
20 ENDIAN mode "both".
21  
22 4) Build Instructions
24     - Change directory to ibl\src\make
25     - Modify the setupenv.bat or setupenvLnx.sh script to match the tool environment
26     - Set the environment by running "setupenv.bat" or "source setupenvLnx.sh"
27     - For building run:
28         make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51
29       or:
30         make <TARGET>  ENDIAN=[little|big]
31         make c6455 ENDIAN=liitle
32         make c6455 ENDIAN=big