按照processors.wiki.ti.com/.../Processor_SDK_RTOS_BOOT_AM57x提供的步骤,最后Application Image不能成功生成,提示如下:
所有的rprc文件都已经正确生成了,就是最后一步不成功,请指导一下!
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.
的确是这样,手动输入是可以的
AM57xImageGen.bat中,这种写法是否存在问题:
"%TOOLS_PATH%\multicoreImageGen\bin\MulticoreImageGen.exe" LE %Dev_ID% %BIN_PATH%\app %MPU_CPU0% %APP_MPU_CPU0_RPRC% %MPU_CPU1% %APP_MPU_CPU1_RPRC% %IPU1_CPU0% %APP_IPU1_CPU0_RPRC% %IPU1_CPU1% %APP_IPU1_CPU1_RPRC% %IPU2_CPU0% %APP_IPU2_CPU0_RPRC% %IPU2_CPU1% %APP_IPU2_CPU1_RPRC% %DSP1_CPU% %APP_DSP1_RPRC% %DSP2_CPU% %APP_DSP2_RPRC%
输入实际上是5个iamage,出错的信息看,它认为有6个输入,不知道是否和%BIN_PATH%\app 这个有关?
另外在IDK上试验sbl带的多核例程,后面其它内核启动的信息打印不出来,wiki上说是可能的,我复位很多次,一次都没出现,不知道是否正常?