Exchanging data between CPU and FPGA through shared DDR
Aug. 19, 2025
10:52 a.m.
Hi, I'm working on a SoC where both the CPU and an FPGA have access to the same DDR memory. I need to exchange data between them. One idea I have is to reserve a portion of DDR via the device tree (reserved-memory node), so that the kernel will not use it, and then use ioremap (or similar) to expose that region to user space so an application can communicate with the FPGA. Is this the right approach, or is there a more recommended mechanism in the kernel for CPU - FPGA data exchange using shared DDR? Best regards Patryk
359
Age (days ago)
359
Last active (days ago)
0 comments
1 participants
participants (1)
-
Patryk