Martin Dubois
Martin Dubois
The driver support this when read/write from/to a axi mem interface. It does not support it when read/write from/to a axi stream interface. I already modified it to use the...
@Prandr Thanks for correcting me. I should have take more time to verify your driver and not assume it share the same issue as the original Windows driver Xilinx provide....
Bonjour, I am a specialist in device driver development on Windows and Linux. I developed DrvDMA (https://www.kms-quebec.com/Cards/0041_en.pdf), a driver supporting XDMA engine. I would be happy to find a way...
Hi Diman, Thanks for taking time to answer. If we want to try DrvDMA, with your board, we can discuss it. Regards, Martin
The same driver can be use but you need to disable the DMA remapping. This is a simple line to add to the INF file. https://learn.microsoft.com/en-us/windows-hardware/drivers/pci/enabling-dma-remapping-for-device-drivers explain what is DMA...