Hello,
i need to trans-fair some data from PS to PL, with Debian running on PS. As far as I know, since kernel 3.6, is the approach to use the Linux DMA API.
So i have to include dma-mapping.h or dmaengine.h in module or application.
My problem now is that in my petalinux build dir none of this files are present.
There is no files with dma, no dmaengine.h, dma-mapping.h or xilinx_dma.h ... except rdma in kernel include or rootfs /usr/include directory. But in the kernel 4.4 source are thoes files present and
In the kernel config alls options with the xilinx dma engine is enabled.
So what did go wrong in my build process, how do i get those DMA header files!?
Thanks,
Steve