A zero-copy Linux driver and a userspace interface library for Xilinx's AXI DMA and VDMA IP blocks. These serve as bridges for communication between the processing system and FPGA programmable logic fabric, through one of the DMA ports on the Zynq processing system. Distributed under the MIT License.
MIT License
474
stars
230
forks
source link
axidma: axidma_dma.c: axidma_request_channels: 651: Unable to get slave channel 0: tx_channel. axidma: probe of amba_pl:axidma_chrdev@0 failed with error -38 #117
I'm trying to use your driver on my board, xilinx system(xilinx-v2014.4).
When i run insmod axidma.ko command to load driver,the error in the title comes up.
The error log as following:
axidma: axidma_dma.c: axidma_request_channels: 651: Unable to get slave channel 0: tx_channel.
axidma: probe of amba_pl:axidma_chrdev@0 failed with error -38
Hi Brandon-san,
I'm trying to use your driver on my board, xilinx system(xilinx-v2014.4). When i run insmod axidma.ko command to load driver,the error in the title comes up.
The error log as following:
axidma: axidma_dma.c: axidma_request_channels: 651: Unable to get slave channel 0: tx_channel. axidma: probe of amba_pl:axidma_chrdev@0 failed with error -38
My device tree setting related with dma:
I did not change anything for driver code. Does the axidma driver code support xilinx-v2014.4? Look forward to your kind reply