.
Hi all,
i am trying to build a hardware accelerator for my zedboard. therefore i started to run the xapp1170 tutorial. after fixing some problems it works fine as a standalone project.
Now I am very interested in building this project under linux or somthing similar but i don't know really how.
First i guess i need a axi_dma linux kernel driver for that and therefore i tried this one
https://github.com/bmartini/zynq-xdma
but i could not get running it. I managed to build and load the kernel driver under linux but it cannot find any device.
/ # insmod /nfs/xdma/xdma.ko
<xdma> init: registered
<xdma> probe: number of devices found: 0
My questions:
Is there a better approach or method for this project?
Does anyone know an example using axi_dma driver?
Thanks for help!