MTD driver
Thomas Gleixner
tglx at linutronix.de
Thu Dec 9 05:04:24 EST 2004
On Thu, 2004-12-09 at 09:08 +0530, Subrahmanyam wrote:
> Yes, Thomas has suggested that i indeed use a filesystem, but how can I
> best
> achieve it! I mean the procedure to store data in a file.
# echo "KEYSTRING" >/path/to/your/file
All programming languages provide functions to write to files.
# man 2 write
might be a good start. If this does not help you might try
http://www.amazon.com/exec/obidos/ASIN/0764570684/dangookin/104-4933924-3663106?creative=327641&camp=14573&link_code=as1
for further assistance.
tglx
More information about the linux-mtd
mailing list