public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Reading a physical memory location
@ 2007-07-09 19:47 vraghavan3
  2007-07-09 22:39 ` Nobin Mathew
  0 siblings, 1 reply; 11+ messages in thread
From: vraghavan3 @ 2007-07-09 19:47 UTC (permalink / raw)
  To: linux-kernel



--
Hey all,

I know the physical address of a string which is loaded into flash memory. I
want to read the string at the known physical memory location from within a
kernel module. I initially tried reading the "/dev/mem" file using open(),
lseek() and read(). But I guess its not possible to call these functions from a
kernel module.

Is there some way of reading the contents of this physical memory location from
within a kernel module?

Thank You
Veena

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-07-24 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 19:47 Reading a physical memory location vraghavan3
2007-07-09 22:39 ` Nobin Mathew
2007-07-10 18:12   ` vraghavan3
2007-07-10 22:02     ` Manu Abraham
2007-07-11  5:43       ` Nobin Mathew
2007-07-11  8:11         ` Manu Abraham
2007-07-11  8:14           ` Nobin Mathew
2007-07-11  8:50             ` Manu Abraham
2007-07-11  8:57               ` Nobin Mathew
2007-07-11 10:00               ` Clemens Koller
2007-07-24 12:48     ` Helge Hafting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox