peelza Posted November 15, 2017 Share Posted November 15, 2017 Hi I have been trying to transfer data via axi dma using zed board from pas few weeks. i am using the following codes for kernel driver and user application but for some reason the transfer is unsuccessful. https://github.com/mstuehn/dma_proxy Any help is appreciates Best regards, Link to comment Share on other sites More sharing options...
debugasm Posted November 15, 2017 Share Posted November 15, 2017 Hi, I've tried this and it works fine. https://github.com/jeremytrimble/ezdma Take care also to this part for use last kernel. https://github.com/jeremytrimble/ezdma/pull/5 debugasm Link to comment Share on other sites More sharing options...
peelza Posted November 15, 2017 Author Share Posted November 15, 2017 i can see that the example is for scatter gather mode. The one i was trying is without sg. can you suggest me a working example without sg. Link to comment Share on other sites More sharing options...
debugasm Posted November 16, 2017 Share Posted November 16, 2017 What is the problem with using "scatter gather mode" ? Without "scatter gather mode" you can try this: https://github.com/bmartini/zynq-xdma but did you not have the disposition "read / write" but only "iocrtl" mode. Link to comment Share on other sites More sharing options...
peelza Posted November 16, 2017 Author Share Posted November 16, 2017 Hi even after trying the xdma, it does not work Link to comment Share on other sites More sharing options...
jpeyron Posted November 17, 2017 Share Posted November 17, 2017 HI @peelza, I do not have a lot of experience in embedded linux. With that being said I found a Xilinx AXI DMA Driver and Library (Quick Start Guide) on GitHub that might be helpful here. I would also suggest looking at the Zedboard resource center here. The community projects and additional resources sections might have some good information for you as well. cheers, Jon Link to comment Share on other sites More sharing options...
Question
peelza
Hi
I have been trying to transfer data via axi dma using zed board from pas few weeks. i am using the following codes for kernel driver and user application but for some reason the transfer is unsuccessful.
https://github.com/mstuehn/dma_proxy
Any help is appreciates
Best regards,
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.