]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - doc/release_info.txt
4fb438ea9e2ee9e7a954acf3a1319c17b02f7e27
[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     - If building in Windows environment - MinGW MSYS v1.0.11
19       (http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe)
20     - TI CGEN compiler CGT_C6000_7.2.0
21 NOTE: TI CGEN compiler CGT_C6000_6.1.12 has to be used for building IBL with
22 ENDIAN mode "both".
23  
24 4) Build Instructions
26     - Change directory to ibl\src\make
27     - Modify the environment setup script to match the tool chain installation
28       directory:
29         For building in Cygwin environment modify setupenv.bat 
30         For building in MINGW-MSYS Bash shell modify setupenvMsys.sh 
31         For building in Linux Bash shell modify setupenvLnx.sh 
32     - Set the environment by running "setupenv.bat" or "source setupenvLnx.sh"
33       or "source setupenvMsys.sh"
34     - For building run the following make command:
35     C6678/C6670 EVM:
36         make evm_c667x_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
37       or:
38         make <TARGET>  ENDIAN=[little|big]
39         make c6455 ENDIAN=liitle
40         make c6455 ENDIAN=big