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 do I run the EDMA examples?

Hi,

I'm developing on the DaVinci DM6446 and I'm fairly new to Linux. I can see you have examples of EDMA functions for EDMA channel 3 (under /root/dvsdk_2_00_00_22/PSP_02_00_00_140/examples/dm644x/edma) but its not obvious to be how you would execute them.

I'm used to creating char device drivers that get associated with a node file that then acts as the interface between the app and the driver. There are no file_operations with these examples ,so how would you normall interface to them?

Thanks,

Will.