<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi all,</div>
<div><br>
</div>
<div>We’re using RTEMS on an ARM Cortex A9 (Altera SoC), and we need to be able to access some physical memory locations in the SDRAM. The BSP has the MMU enabled by default and rather than messing around with trying to disable it, I was hoping there was another
 way to access physical memory locations. It looks like mmap() capability is supported by this BSP, but I believe that requires the /dev/mem I/O device to be present. We are using the IMFS, which does not have that I/O device mapped.</div>
<div><br>
</div>
<div>Any thoughts on this? I’m sure (at least I hope) someone has tried to do this before.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Adit</div>
</body>
</html>