Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    In the end I will write a device driver to handle the access part. Reads/writes from FPGA to the RAM are non coherent so using the /dev/mem interface would have introduced issues anyway. But for now I just want to test the interface from both linux and from the FPGA so I know this is all wired up correctly. Then I will make a nice device driver :). Thank you for answering my question and pointing to relevant materials! Commented Apr 30, 2019 at 18:33
  • 1
    Just as a quick comment memmap=900!124 would reserve 900 at offset 124. I want to reserve 124 at offset 900 so the correct option would be memmap=124!900. Commented May 1, 2019 at 9:35