From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from send.forptr.21cn.com ([202.105.45.52] helo=21cn.com) by canuck.infradead.org with smtp (Exim 4.43 #1 (Red Hat Linux)) id 1DOGVO-0000Xn-3T for linux-mtd@lists.infradead.org; Wed, 20 Apr 2005 10:48:44 -0400 Date: Wed, 20 Apr 2005 22:47:24 +0800 From: "carl liao" To: "linux-mtd" Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Message-ID: Subject: NAND Flash Device and JFFS2 support List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi All, I back ported mtd snapshot 20050416 codes to 2.4.26 for AMD Au1200. The NAND device could be identified and accessed via /dev/mtd/0 interface. I even could mount /dev/mtdblock/0, copy file to it and umount it. But there is so many warnings or ecc error messages! So in order to properly use NAND Flash, how could I format and read/write data to it? I want to put Linux root file system on the NAND. Is it a right choice? Thanks in advance for you suggestions and help! Carl Liao