Dear TI expert.
customer try to integrate new use case on TDA2HG with Vision SDK 03.08.
basic: pushFrame(A15)->imageprocess(EVE1)->parkdetect(DSP1)->alg_Result(A15)
new use case: Pushframe(A15) ->Preproc(DSP2)->TIDL(EVE2)->TIDL(DSP2)->Result(A15)
note: PushFrame link is a task to distribute image data from camera to latter link.
error happened, omap-iommu 41502000.mmu iommu fault: da 0xa3207300 flags 0x0
check that DSP2 can read/write 0xa3207300 successfully.
and 0xa3207300 located in DSP2_DATA_MEM region.
tried to follow this suggestion to check, seems only can use for older kernel. 03.08 use kernel version 4.19.
would you please help give debug suggestion to check this iommu fault?
thank you!
yong