Hi All
My process is DM6446, I create a func, if I don't want xDM package, how can I use the DMA.
thanks!!!
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.
Hello!
If what you want is to do dma without having to use any frameworks, you have to export the kernel mode dma functionality into userspace:
Create a character device driver which accepts ioctls from usermode, thus exposing the functionality present in "asm/arch-davinci/edma.h"
I hope i could help.
Cheers:
Pámer Bálint