Hi!
In principle, with sudo, it should let you run it, but It sounds like the kernel has been compiled with CONFIG_STRICT_DEVMEM "enable."
This feature prevents user-space access to physical memory above 1MB. You might be able to disable this with:
sysctl dev.mem.restricted."
Although it will depend on the version and distribution you are using.