Any ideas on how to get the vdmatest.c to run (linux-xlnx /drivers/dma/xilinx vdmatest.c)? I followed the Xilinx Wiki (http://www.wiki.xilinx.com/DMA+Drivers+-+Soft+IPs) and built the vdmatest as standalone module. Using Makefile I can build and install the module with modporobe. I see it has loaded with lsmod and can see the kernel symbol in /proc/kallsyms. What I donu2019t see is any indications that the test ran (no printK to the console, dmesg or alike). The other axidmatest seems to run OK. Any ideas on whatu2019s missing?