summaryrefslogtreecommitdiffstats
blob: 475726ae9b5fe9fabf96dd9030d7407959ebe3c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=====================================================
C6x Bootloader Release Note
Version: 1.0.0.1
March 2011
=====================================================

1) Supported TARGETS:
    - C6455
    - C6472
    - C6474
    - C661x
2) Supported ENDIAN
    - big
    - little
3) Required toolset
    - TI CGEN compiler CGT_C6000_7.2.0
4) Build Instructions

    - Change directory to ibl\src\make
    - Modify the setupenv.bat or setupenvLnx.sh script to match the tool environment
    - Set the environment by running "setupenv.bat" or "source setupenvLnx.sh"
    - For building run:
        make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 INTERNAL_UTILS=no
      or: 
        make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 INTERNAL_UTILS=no
      or:
        make <TARGET>  ENDIAN=[little|big]
        make c6455 ENDIAN=liitle
        make c6455 ENDIAN=big