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/AM5728: dmatest not working

Part Number: AM5728

Tool/software: Linux

Hi all,

I want to test the edma under linux.

But it seems no edma test program inside the kernel.

So I used the dmatest follow /Documentation/dmatest.txt

like this :
e2e.ti.com/.../437599

insmod dmatest.ko

echo dma0chan0 > /sys/module/dmatest/parameters/channel

echo 2000 > /sys/module/dmatest/parameters/timeout  

echo 1 > /sys/module/dmatest/parameters/iterations

echo 1 > /sys/module/dmatest/parameters/verbose

echo 1 > /sys/module/dmatest/parameters/run

cat /sys/module/dmatest/parameters/run  

N

but there nothing output.

dmesg | tail -n 1

[ 11.305235] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready

It seems the dmatest not working. Could you please help me? thanks!

BR,

Denny