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.

TMDXEVMC6657L 开发板 IBL 烧写如何判断烧写成功?按照SPI_Bootloader烧写步骤,程序没有加载成功?



1、我使用的是TMDXEVM6657L开发板,安装IBL_Build_Burn.doc文件中提示的烧写过程,烧写IBL,CCS提示烧写成功,如何判断开发板上电后成功加载了IBL呢?

2、按照 0601.Booting from the SPI NOR on C6670.pdf中介绍的 步骤,使用SPI_Bootloader 把程序 烧写到FLASH中,开发板上电后,程序没有加载成功,能帮助分析一下吗?使用的是TMDXEVM6657L开发板。发表

  • IBL从0x50启动的话是系统自检,你可以接上串口线看看是否有打印输出

    建议你看一下C:\ti\mcsdk_2_01_02_06\tools\program_evm里的文档,写的比较详细了

    NOR启动上述文档也有相应的例子

  • 您好!

        我有两套C6657的开发板,另一套开发板按照program_evm的方式测试,串口是有正常输出的,并且使用IBL 加载NOR的方式烧写 也成功加载了。

    但是第一套开发板串口没有任何信息输出,是不是我的IBL烧写的不正确?我是按照IBL_Build_Burn.doc中的步骤烧写的IBL,CCS输出的信息是

    [C66xx_0] EEPROM Writer Utility Version 01.00.00.05
    [C66xx_0]
    [C66xx_0] Writing 47644 bytes from DSP memory address 0x0c000000 to EEPROM bus address 0x0051 starting from device address 0x0000 ...
    [C66xx_0] Reading 47644 bytes from EEPROM bus address 0x0051 to DSP memory address 0x0c010000 starting from device address 0x0000 ...
    [C66xx_0] Verifying data read ...
    [C66xx_0] EEPROM programming completed successfully

    [C66xx_0] Run the GEL for for the device to be configured, press return to program the I2C

    [C66xx_0] I2c table write complete

    板子重启后按照program_evm的方式测试,串口没有任何输出,是不是我的IBL烧写有错误?

  • 您好:

     能帮我解答一下IBL的烧写问题吗?我按照步骤烧写很多遍,IBL都没有启动成功。