-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zynq u-dma-buf with DMA #74
Comments
Thank you for the issue. I haven't prepared a tutorial in particular, but the following repositories may be helpful. |
Hi, Thanks a lot ! |
Excuse me. There is no scatter-gather DMA sample. u-dma-buf reserves a "contiguous" memory space in the kernel as a buffer, so we don't use scatter-gather mode. |
Hi, |
I have no experience with it, but I think it is possible. |
Hi,
do you have an example/tutorial to use DMA on Zynq with u-dma-buf ?
I already have a Vivado design with a PL FIFO filled by a counter for Microzed (Zynq-7000) that work
with dma-proxy (Xilinx demo) but I'did not find any example on how to use your implementation to receive
data from DMA.
Thanks in advance.
The text was updated successfully, but these errors were encountered: