Does anyone know if it's possible to map in a device that mapped into a specific location in physical memory from a user space app? I have 8Meg of FLASH which sitts at 0x3000000 in my memory map. In the kernel I was able to get at it using the following (I store the compress filesystem there): pFlash = ioremap(0x3000000, 0x800000); >From user space, is there some combination of "/dev/mem" in mmap() I can do to get a pointer which maps to my flash or do I have to write a driver? -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.