1.我是这样设置的ibl.bootModes[0].u.norBoot.bootFormat = ibl_BOOT_FORMAT_ELF;然后把.out文件直接改名为.app,DSP这样能启动,但是我把.out文件经过单核工具链转换成.dat文件烧写进去,确启动不了,这是为什么???初学请多多指教
Nancy Wang:
有可能跟版本有关系,新版中的.txt文件中file name是.bin文件。
最新版psdk中关于烧写部分是这样描述的,您可以参考看一下。
Copy the desired binary you want to flash to [SDK Install Path]/pdk_<platform>_<version>/packages/ti/boot/writer/eeprom/<platform>/bin directory.
Rename the binary you copied in the previous step to “app.bin”.
software-dl.ti.com/…/index_Foundational_Components.html