Re: [U-Boot] u-boot fails to read from nand flash in omap3

2010-01-20 Thread fgd
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 "nande

Re: [U-Boot] u-boot fails to read from nand flash in omap3

2010-01-19 Thread Hiremath, Vaibhav
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of fgd > Sent: Tuesday, January 19, 2010 1:52 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] u-boot fails to read from nand flash in omap3 > > > Hi everyone, > I've recently b

Re: [U-Boot] u-boot fails to read from nand flash in omap3

2010-01-19 Thread Nick Thompson
On 19/01/10 08:21, fgd wrote: > > Hi everyone, > I've recently been playing with an omap3 beagle board and I've found a > problem that I think involves the reading of nand memory... > I have recompiled u-boot for the beagle board (I just changed its prompt, as > a simple test to check that it's m