Hi TI,
I have previously tested my custom kernel on the DSP1. Now, I am trying to change the target to A72 and have done several additions to make it work, here are those steps:
1. Added the TIVX_TARGET_A72_0 where the node is called
2. Added the TIVX_CPU_ID_A72_0 where the custom kernel is defined, same as done with the DSP1
3. Added A72 in the conceto.mak for the compilation.
Now the problems are:
Firstly, self_cpu which is actually assigned by tivxGetSelfCpuId(); is only getting the DSP1, where is this API get the CPU ID from and how to change it for A72?
Secondly, I am receiving the error which is : Target ID is invalid which is for obvious reasons that my declared target where I called the node doesn't recognize A72_0. How to deal with these errors and add A72_0 in it.
With best regards,
H.M. Owais