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.