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.

AM437X从QSPI启动时的app文件



在这里

http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM335x/AM437x

说到:-----------------------------------------------------------------

Windows中的二进制格式转换


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

 ----------------------------------------------------------------------------------

请问如果要从QSPI启动的话,这里的的 tiimage.exe <Image Load Address> NONE <application>.bin <application>_ti.bin 命令的Image Load Address是多少?

或者说这个命令的正确格式是什么样的?