Pynq 2.6 - DMA infos?

Hi all,

On a fresh ZCU104 /Pynq 2.6 install I was able to manage our DMA (with sg mode) from python code.
First of all really thank you for you effort it’s really simple to understand !

I know it’s maybe not the right forum to post but I make a try :slight_smile:

But could you please elaborate some points to be able to do the same thing in C code?

Cheers

1 Like

You could search for example designs from Xilinx like: https://www.xilinx.com/support/answers/57550.html

1 Like

Thank you for the link.

My bad : I would like the same example with linux driver :S

I would like the same :slight_smile:

@bartokon

You can maybe take a look here:

https://lauri.võsandi.com/hdl/zynq/xilinx-dma.html
https://people-ece.vse.gmu.edu/coursewebpages/ECE/ECE699_SW_HW/S16/viewgraphs/ECE699_lecture_6.pdf

But I’m not sure about what should be inside the driver or not :S