Part Number: EVMK2H
Tool/software: Linux
I'd like to have an example Linux application that uses the EDMA.
From the Processor SDK, I see that
- the kernel driver is included: git.ti.com/.../uio-module-drv
- and the device tree has an entry: keystone-uio.dtsi
uio_edma3: edma3 {
compatible = "ti,uio-module-drv";
mem = <0x02700000 0x000C0000>;
};
What steps should I take to be able to use the EDMA? Is there any existing test software or documentation available for creating one?
Thanks