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.

AM6422: R5核心二次加载镜像失败

Part Number: AM6422
Other Parts Discussed in Thread: SYSCONFIG, AM6442

您好
      因为我这边特殊情况需要在SBL和应用程序之间添加一个私有bootloader来加载R5应用程序镜像,现在情况是SBL可以加载bootloader正常运行,但是在bootloader中无法加载R5应用程序。

     在私有bootloader程序中如果开启Auth,调用Bootloader_parseMultiCoreAppImage会在图中红框失败。


    

如果在sysconfig中关闭Auth则会从下图红色框失败。

请问Bootloader_parseMultiCoreAppImage函数是否支持在非SBL程序中执行,或者有其他函数可以将镜像加载进内存?


另外请问在AM6442中R5核应用程序向量表重定向采用www.ti.com.cn/.../spna236.pdf
文档提到的方案是否可行?