How to send or receive data use pcie bus?

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

How to send or receive data use pcie bus?

1,338 Views
mingmingyuan
Contributor III

board:sambasd

system:linxu 3.0.35

We connect a FPGA to MX6q through pcie bus, now I want to send data to FPGA with pcie bus, Can you guide me how to send or receive data use pcie bus?

Labels (2)
0 Kudos
2 Replies

981 Views
Yuri
NXP Employee
NXP Employee

  It is needed to design Linux driver, specific for Your PCIe device, which

can configure corresponding address space. This address space may be used for

access Your PCIe device.  

General information about PCI may be found under the link below.

http://free-electrons.com/doc/pci-drivers.pdf

IMX6 specifics are described in i.MX6 Linux Reference Manual.

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW

Also, the i.MX6 Platform SDK – as collection of standalone drivers - may be helpful.

«IMX6_SW: i.MX 6 Series Software and Development Tool Resources »


http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW


“i.MX6 Platform SDK 1.1 Release”


https://community.freescale.com/docs/DOC-94139


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

981 Views
mingmingyuan
Contributor III

dear sir:

I have readed documents that you give me, this take a long time, But I also don't know How to send data to fpga with pcie bus.

0 Kudos