TI中文支持网
TI专业的中文技术问题搜集分享网站

AM335X ICE BIN文件转换 Image Load Address定义

1) To convert from .out -> .bin

TOOLCHAIN_PATH_<A8/A9>/bin/arm-none-eabi-objcopy -O binary <application>.out <application>.bin

2) To convert from .bin -> _ti.bin. tiimage.exe is provided as prebuilt binary in starterware/tools/ti_image.

tiimage.exe <Image Load Address> NONE <application>.bin <application>_ti.bin
这个Image Load Address在什么地方定义的。数值是多少

Shine:

在调用tiimage时定义,数值看你要把代码加载到哪里。下面是tiimage工具的使用说明和例程。http://processors.wiki.ti.com/index.php/AM335X_StarterWare_Booting_And_Flashing#Usage_of_ti_image_Tool

赞(0)
未经允许不得转载:TI中文支持网 » AM335X ICE BIN文件转换 Image Load Address定义
分享到: 更多 (0)