From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Mon, 17 Dec 2012 23:30:56 +0530 Subject: [U-Boot] UBI Fixable bit-flip issue. In-Reply-To: <50CEDB60.6070702@keymile.com> References: <50CB6A05.8050305@gmail.com> <50CBEB21.9040607@gmail.com> <50CEDB60.6070702@keymile.com> Message-ID: <50CF5DD8.7020805@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 12/17/2012 2:14 PM, Holger Brunck wrote: > Hi, > > On 12/15/2012 04:14 AM, Vikram Narayanan wrote: >> On 12/14/2012 11:33 PM, Vikram Narayanan wrote: >>> >>> I'm seeing a fixable bit-flip in the current u-boot (v2012.10) on a >>> i.Mx6 Solo based custom board. The problem is similar to the one >>> explained here [1]. >>> >>> As observed by the thread's author, does reverting the commit "1b1f9a9" >>> solves the issue? Did someone face a similar issue? >>> > > this was a workaround I had until I found a proper solution for v2011.09. In the > meantime the following fix was included in u-boot: > > http://git.denx.de/?p=u-boot.git;a=commit;h=d63894654df72b010de2abb4b3f07d0d755f65b6 > > This solves this issue for my problem. This patch is included in v2012.10 so > this should be ok. Maybe you hit a different problem. > Thanks for clarifying. I'll see if I can reproduce it someway and also rebase my work on top of v2012.10 to see if that solves the issue. Thanks, Vikram