Can you give a linux demo about how to transmit data from atom to fpga's off-chip RAM by DMA?

Can you give a linux demo about how to transmit data from atom to fpga's off-chip RAM by DMA?

Portrait de 20080810523

There is only a demo which transmit data from fpga's off-chip RAM to
atom in the video example you provided .So can you give a linux demo
about how to transmit data from atom to fpga's off-chip RAM by DMA?

4 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de zlg-zhoushaochuan

Please read the video driver zlge6x5c-video.c.

Portrait de 20080810523

I already read it ,but the video driver only transmit data from fpga's off-chip RAM to atom by DMA. I want to konw how to transmit data from atom to fpga's off-chip RAM by DMA.

Portrait de liwangyi

You can read the file "atse.c", may help you.
This file is a part of the FPGA ethernet driver.
In this driver CPU and FPA tranmit data via SG-DMA between FPGA's off-chip RAM and CPU.
the part of

/*******************************************************************************

* SGDMA Control Stuff

*

*******************************************************************************/
may can help you.

Connectez-vous pour laisser un commentaire.