From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Mon, 16 Mar 2009 16:15:52 +0100 Subject: [U-Boot] [PATCH] Make nboot skip bad blocks In-Reply-To: <200903151759.28668.vapier@gentoo.org> References: <20090313133819.GB6797@localhost.localdomain> <200903151759.28668.vapier@gentoo.org> Message-ID: <20090316151552.GA4330@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Mar 15, 2009 at 05:59:28PM -0400, Mike Frysinger wrote: > On Friday 13 March 2009 09:38:19 Ladislav Michl wrote: > > nboot command currently does not skip bad blocks and gives read error when > > loading image stored over bad block. With patch applied, nboot works as > > expected: > > iirc, some people proposed a new command or an option to nboot to get skip > behavior (e.g. nboot.jffs2), but i dont see the value in nboot never skipping > bad blocks. when would anyone ever want to use a boot command and have bad > blocks attempt to be processed ? Ah... Are you reffering to "Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeeds" thread? http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/41977/ It seems conclusion was to skip bad blocks by default, but no patch went in. I'm considering it a bug fix and therefore -rc material... Best regards, ladis