PCIe DMA problems with i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PCIe DMA problems with i.MX6

Jump to solution
2,296 Views
andrewellis
Contributor III

Hi,

 

I have built a driver, which in the past has successfully been used on an xscale system, as well as x86 systems. The driver installs without any problems and I can view it with lsmod, and can see the hardware which is behind a PLX PCIe -> mPCI bridge with lspci.

 

There is a dma problem, which I can't get to the bottom of. I have obtained the errors from dmesg which I have attached.

 

Firstly can the PCIe interface be used with DMA?

 

Where can I find information about the memory range supported by the DMA controller so that I can modify the driver to support the correct DMA address range?


The driver has been built to use a bounce buffer.


Kind regards


Andrew

Original Attachment has been moved to: soloerror.log.zip

Labels (2)
0 Kudos
1 Solution
796 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Employee

Only ARM and IPU can access PCIe space.  The other bus master can't access PCIe space.

View solution in original post

0 Kudos
1 Reply
797 Views
karina_valencia
NXP Apps Support
NXP Apps Support

Employee

Only ARM and IPU can access PCIe space.  The other bus master can't access PCIe space.

0 Kudos