]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - doc/release_info.txt
Changes for C6670 support from Hao
[keystone-rtos/ibl.git] / doc / release_info.txt
1 =====================================================
2 C6x Bootloader Release Note
3 Version: 1.0.0.4
4 May 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 environment setup script to match the tool chain installation
26       directory:
27         For building in Cygwin environment modify setupenv.bat 
28         For building in MINGW-MSYS Bash shell modify setupenvMsys.sh 
29         For building in Linux Bash shell modify setupenvLnx.sh 
30     - Set the environment by running "setupenv.bat" or "source setupenvLnx.sh"
31       or "source setupenvMsys.sh"
32     - For building run the following make command:
33     C6678/C6670 EVM:
34         make evm_c667x_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
35       or:
36         make <TARGET>  ENDIAN=[little|big]
37         make c6455 ENDIAN=liitle
38         make c6455 ENDIAN=big