On Tue, Feb 22, 2005 at 11:16:06AM +0100, sunil m hit keys to express the following: > hello, > > How is it possible to write to onboard flash memory from a kernel > module ? say writing some informations to a file in flash. please help Maybe you should consider MTDs (Memory technology devices). It gives out two interfaces -- mtdblock and mtd (char) devices. mtdblock can be used for JFFS..etc and mtd (char) devices can be used primarily for reading from flash. Regards, Om. -- Lee's Law: Mother said there would be days like this, but she never said that there'd be so many! -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/