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.

关于tms320c6748 starterware下tools中ti_image的用法?

您好

      我在写关于c6748中boot方式的代码,可能需要用到这个工具,好像没有找到关于这个工具用法的资料,请问该怎么使用呢?

  • 只有参数AM335x starterware例程里的post build里的命令及命令格式生成bin文件,把命令里相应的ARM的工具名称换成DSP的工具。

    下载AM335x starterware,打开其中任意一个example看一下就知道了。

    When a bootloader/application is built from any toolchain, bootloader/application binary image
    binary/armv7a/gcc/am335x/<EVM>/<bootloader/app_folder/<build-configuration>/<app_name>.bin is
    automatically converted to
    binary/armv7a/gcc/am335x/<EVM>/<bootloader/app_folder>/<build-configuration>/<app_name>_ti.bin.
    • Any binary image can be converted to this special format using the image converter application located at
    /tools/ti_image/. The Usage of the tool is described at usage of tiimage tool


    "${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat"  "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.out"  "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.bin"  "${CG_TOOL_ROOT}/bin/armofd.exe"  "${CG_TOOL_ROOT}/bin/armhex.exe"  "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe" & "../../../../../../../tools/ti_image/tiimage.exe" "0x80000000" "NONE" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}.bin" "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/demo/${ConfigName}/${ProjName}_ti.bin"