Forum Discussion
PChi0
New Contributor
6 years agoHow to directly access linux's RAM with FPGA on de10-nano
Hello, I am using the de10-nano dev board and I have modify the DE10_NANO_SoC_FB demonstrations, which is used for LXDE desktop I want to know how to access the ram address on linux system with FPGA...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
You can access the SDRAM from FPGA directly through the f2sdram bridge. It should be much faster than the PIO.
You can refer to the DE10-Nano examples from Terasic. They provide an example of how to transfer data from FPGA to HPS and vise versa.
Please let me know if you need further help.
Thank you