This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

mcsdk_2_01_02_06中的IBL文件缺少C6670的bin文件大端版本



如图所示mcsdk_2_01_02_06中的IBL文件C6670只有小端的 i2crom_0x51_c6670_le.bin bin文件,缺少大端版本,现在想用I2C模式在evmC6670评估板上自动加载一个大端程序,有谁能给个C6670 IBL大端的bin文件吗?CCS版本为5.3

  • 我看到在C:\ti\c66x bios mcsdk 2.1\mcsdk_2_01_02_06\tools\boot_loader目录下有编译好的i2crom_0x51_c6670_be.bin。

    如果要自己编译的话,可以参考C:\ti\c66x bios mcsdk 2.1\mcsdk_2_01_02_06\tools\boot_loader\ibl\doc\build_instructions.txt里的命令说明。

    For C6670 Low Cost EVM:


    make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51
    Output images:
    IBL image: bin/i2crom_0x51_c6670_le.dat (CCS data format)
    : bin/i2crom_0x51_c6670_le.bin (raw binary)

    make evm_c6670_i2c ENDIAN=big I2C_BUS_ADDR=0x51
    Output images:
    IBL image: bin/i2crom_0x51_c6670_be.dat (CCS data format)
    : bin/i2crom_0x51_c6670_be.bin (raw binary)

  • 那能否把您的i2crom_0x51_c6670_be.bin文件发个附件给我一份呢,谢谢您了!