From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dragon.actrix.co.nz ([203.96.16.164]) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 18LtrS-0007Eh-00 for ; Tue, 10 Dec 2002 23:32:22 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Charles Manning Reply-To: manningc2@actrix.gen.nz To: "Christian Gan" , , "yaffs list" Subject: Re: NAND and concat Date: Wed, 11 Dec 2002 12:58:16 +1300 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20021211000255.6A0C2149A7@dragon.actrix.co.nz> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: I'm not sure I understand what you mean by concat for NAND. Do you mean being able to read/write directly to the char device? Certainly handling OOB and pages makes things a bit different. Someone wrote a nand dumper which maybe does what you want (or can be persuaded :-). The yaffs format tool uses the char interface. It needs to expand to load up a mkyaffsimage image into flash. -- CHarles