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.

How to use IPU1_0 instead of A15_0 to process NDK in TDA2x-EVM



Hi all,

When NDK_PROC_TO_USE=a15_0 by default, the target works normally.

But when I set NDK_PROC_TO_USE=ipu1_0, the target halts after run.

ipu1_0 is halted at Network_waitConnect() and the return status is 0.

Meanwhile, there is no longer any response from UART when I try to send cmd to it.

I have tried ipu1_1, the same result appeared.

I did have done "gmake -s depend" before "gmake -s" as the guide metioned.

my VSDK version is 2.08

I wonder if someone could help me. Thanks a lot.