From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 2 Jun 2008 13:21:08 -0500 Subject: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeeds In-Reply-To: <200806020822.21332.sr@denx.de> References: <200806020822.21332.sr@denx.de> Message-ID: <20080602182108.GA3680@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 02, 2008 at 08:22:21AM +0200, Stefan Roese wrote: > Hi Grant, > > On Monday 02 June 2008, Grant Erickson wrote: > > Before I jump in with the BDI and start debugging, has anyone else using > > 'nboot' and FIT images noticed that 'nboot' periodically fails where 'nand > > read.i' of the SAME region of NAND succeeds? > > Not sure here, since I never used nboot before. But "nand read.i" skips bad > blocks and perhaps "nboot" not? I suggest that you check if this is the case > and if you have bad blocks in this NAND area. It is indeed the case -- you need to use "nboot.i". -Scott