]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - doc/release_info.txt
added c661x ic2 build info
[keystone-rtos/ibl.git] / doc / release_info.txt
1 =====================================================
2 C6x Bootloader Release Note
3 Version: 0.5.2
4 November 2010
5 =====================================================
7 1) Supported TARGETS:
8     - C6455
9     - C6472
10     - C6474
11     - C661x
12 2) Supported ENDIAN
13     - big
14     - little
15 3) Required toolset
16     - TI CGEN compiler CGT_C6000_7.2.0
17 4) Build Instructions
19     - Change directory to ibl\src\make
20     - Modify the setupenv.bat or setupenvLnx.sh script to match the tool environment
21     - Set the environment by running "setupenv.bat" or "source setupenvLnx.sh"
22     - For building run:
23         make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51
24       or:
25         make <TARGET>  ENDIAN=[little|big]
26         make c6455 ENDIAN=liitle
27         make c6455 ENDIAN=big