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.

TDA3XEVM: TDA3X=>APPimage 不能正常工作

Part Number: TDA3XEVM


Hi TI

我们用PROCESSOR_SDK_RADAR_03_08_00_00这个版本做雷达算法处理,用的tda3x是我们自己设计的,

PROCESSOR_SDK_RADAR_03_08_00_00\vision_sdk\build\Rules.make 设置

MAKECONFIG=tda3xx_alps_bios_radar

MAKEAPPNAME=apps

目前SBL 可以正常启动,但appimage 没有工作起来,log如下:

通过跟踪代码发现程序跑到

ipu1Core0EntryFuncPtr = (EntryFuncPtr_t) (sblEntryPoints.entryPoint[ SBLLIB_CORE_ID_IPU1_CPU0]);

ipu1Core0EntryFuncPtr();// 这里是APPimage 的入口地址吗

这个appimage的入口地址是在哪里配置的呢

我们在main_ipu1_0.c main() 加了debug 信息,console 也没有log出来,

这个main()会调用main_common_ipu1_0.c main_comm0n() ,然后开始Chains_main().从来开始运行radar use case.

请帮忙沥青一下这个问题,十分感谢.