From mboxrd@z Thu Jan 1 00:00:00 1970 From: fgd Date: Wed, 20 Jan 2010 01:07:35 -0800 (PST) Subject: [U-Boot] u-boot fails to read from nand flash in omap3 In-Reply-To: <27222315.post@talk.nabble.com> References: <27222315.post@talk.nabble.com> Message-ID: <27238600.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks for your quick replies, I could finally solve it yesterday, the problem was that I was writing the nand with nandecc set to HW, so if I read it just after writing it would work, but as soon as I reseted it, it would go back to ecc SW and stop working... I was just forgetting to add a "nandecc hw" before reading the nand... thanks for the ideas, :) best regards -- View this message in context: http://old.nabble.com/u-boot-fails-to-read-from-nand-flash-in-omap3-tp27222315p27238600.html Sent from the Uboot - Users mailing list archive at Nabble.com.