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.

TMS570LS3137: Flashing from a binary file

Part Number: TMS570LS3137
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

I have a simple Blinky project, that im trying to flash using a custom bootloader, i have created a binary file by adding 

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"




I tried flashing the Debug/Blinky.bin using the UniFlash tool, but it does nothing.
Using CSS the program works as expected. 
5008.Blinky.rar

  • Hi Marco Mecha,

    "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

    I don't understand CCE_INSTALL_ROOT instead of CCS_INSTALL_ROOT.

    I tested one example project using below command:

    "${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

    After programming binary through Uniflash, do a power on reset to run the code.

    --
    Thanks & regards,
    Jagadish.