From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Date: Thu, 1 May 2014 21:34:00 +0200 Subject: [U-Boot] [PATCH] NAND: Add Micron MT29F16G identifier In-Reply-To: <1398918648785-179128.post@n7.nabble.com> References: <1397637889-2289-1-git-send-email-Chunhe.Lan@freescale.com> <1398918648785-179128.post@n7.nabble.com> Message-ID: <20140501213400.3df20ebe@e6520eb> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Le Wed, 30 Apr 2014 21:30:58 -0700 (PDT), smithknown a ?crit : > > I added same ids, the device was able to be detected, but the nand info, nand > erase.chip did not work. Same command works for a Micron 512MBytes nand. I > am using mxc_nand driver. What else do we need update? what change you made > to the mxc_nand.c and board configuration .h file? > isn't your flash an ONFI one ? This ID is wrong as if will return the same for (at least) MT29F16G and MT29F32G : you need to use ONFI to detect this kind of flashes. Eric