How to access physical addresses from user space in Linux?

Viewed 85113

On a ARM based system running Linux, I have a device that's memory mapped to a physical address. From a user space program where all addresses are virtual, how can I read content from this address?

2 Answers
Related