Forum Discussion
Altera_Forum
Honored Contributor
11 years agoLinux access to non-Linux memory
I want to write large amounts of data into DDR using the FPGA. This works, and I can store data at the required rate. I want the ARM on the C5SOC chip to be able to process that data. I have ...
Altera_Forum
Honored Contributor
11 years agoReserving a chunk of physical memory (as you've done) is probably easiest.
Does seem like you've got uncached access to the memory. You didn't say which device you've opened (for the mmap), there might be one that gives cached access. Otherwise you'll need to write a device driver and work out how to map the memory cached and then implement mmap().