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 cannot work properly

Part Number: TDA3XEVM

Hi team,

Here's an issue from the customer may need your help;

The customer use the version of PROCESSOR_SDK_RADAR_03_08_00_00 for radar algorithm processing. And the tda3x used is self-designed.

PROCESSOR_SDK_RADAR_03_08_00_00\vision_sdk\build\Rules.make setting

MAKECONFIG=tda3xx_alps_bios_radar

MAKEAPPNAME=apps

The BSL can start normally, but appimage does not work, the log is as follows:

Trace the code and find the program is running to:

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

ipu1Core0EntryFuncPtr();// Is this the entry address for APPimage?

Where is the entry address of this appimage configured?

They added debug information at main_ipu1_0.c main(), the console also doesn't log out. This main() calls main_common_ipu1_0.c main_comm0n(), then start Chains_main(). Restart radar use case.

Could you help check this case? Thanks.

Best Regards,

Cherry