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.

Linux/TDA2PXEVM: How to access IPU memory from Linux userspace

Part Number: TDA2PXEVM

Tool/software: Linux

Hi,

I'd like to access IPU memory from Linux userspace.
The receiving of the pointer of IPU memory was ok by control link from IPU to CA15.
The OSA_memPhys2Virt() was used to convert to virt address of Linux, But the converted address was 0, The result was all the same at changing mem type 0(OSA_MEM_REGION_TYPE_SR0) ~ 5(OSA_MEM_REGION_TYPE_AUTO).

Are there any APIs in visionsdk or Linux device driver is necessary for it?

Thanks