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.

为了实现6678多核程序加载,将platform中局部地址改成全局地址后,程序正常无法工作

参考e2echina.ti.com/.../8065

对6678多核图像处理DMEO,进行修改

修改platform中的局部地址为全局地址,如下图所示,是核2的platform

并添加cmd文件

SECTIONS
{
    .myboot
     {
    boot.ae66< boot.oe66>(.text)
     } > BOOT_CORE
}

将原8个核的程序,将第二个核程序修改为全局地址后,发现程序无法正常运行。

而将主核改成全局地址,而从核(1-7)程序platform修改为局部地址的话,程序可以正常工作。

请问是不是还有别的地方需要修改的。

x 出现错误。请重试或与管理员联系。