]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - doc/release_info.txt
DHCP: get BOOTP/DHCP to work
[keystone-rtos/ibl.git] / doc / release_info.txt
1 =====================================================
2 C6x Bootloader Release Note
3 Version: 0.5.1
4 November 2010
5 =====================================================
7 1) Supported TARGETS:
8     - C6455
9     - C6472
10     - C6474
11 2) Supported ENDIAN
12     - big
13     - little
14 3) Required toolset
15     - TI CGEN compiler CGT_C6000_7.2.0A10218
16 4) Build Instructions
17     - Change directory to ibl\src\make
18     - Modify the setupenvLnx.sh script to match the tool environment
19     - Set the environment by running "source setupenvLnx.sh"
20     - For building run:
21         make <TARGET>  ENDIAN=[little|big]
22         make c6455 ENDIAN=liitle
23         make c6455 ENDIAN=big