I want to initiate DMA-Transfer for testing.
I came across dmatest.c in kernel sources (drivers / dma). I compiled the kernel with this module and tried it without any parameters.
sudo modprobe dmatest
and I get with dmesg
__dma_request_channel: fail ((null))
What are the prerequisites for dmatest.ko? Should I download a special DMA engine? Is this a special parameter for dmatest.ko required (should the default check something !?)?
source share