<div>Hi,</div>
<div> </div>
<div>I am trying to run a program that scans memory from a given physical address using /dev/mem.</div>
<div>It uses mmap to map physical address from /dev/mem. So to start with I used /proc/iomem to look up the </div>
<div>physical memory mapping and found the address 00010000 to be the starting address for System ram. But whenever I </div>
<div>provide this address to the program it throws an error of &quot;Operation not permitted&quot;. Browsing through some </div>
<div>articles I found the option of compiling the kernel with CONFIG_STRICT_DEVMEM option disabled. I have </div>
<div>tried this but this isn&#39;t working either. Please help me figure out the problem.</div>
<div> </div>
<div>Thanks</div>
<div>Vaibhav Jain</div>
<div> </div>