Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-25 Thread Belisko Marek
Hi Pekon, On Thu, Apr 24, 2014 at 1:53 PM, Gupta, Pekon pe...@ti.com wrote: Hi Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] On Wed, Apr 23, 2014 at 8:04 PM, Gupta, Pekon pe...@ti.com wrote: From: Belisko Marek [mailto:marek.beli...@gmail.com] CC-ing Pekon Gupta which add those

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-25 Thread Gupta, Pekon
Hi Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] [...] With original patch (or with your) it fix only u-boot but it doesn't fix loading u-boot from SPL as it using custom nand_read_page (in am335x_spl_bch.c) and not from nand_bases there must be other update to fix this issue.

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-24 Thread Belisko Marek
Hi Pekon, On Wed, Apr 23, 2014 at 8:04 PM, Gupta, Pekon pe...@ti.com wrote: Hello Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] CC-ing Pekon Gupta which add those changes in commit: 6e562b1106ea6afc78752f50925e87e9dd14f8b4 On Tue, Apr 15, 2014 at 12:47 PM, Belisko Marek

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-24 Thread Gupta, Pekon
Hi Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] On Wed, Apr 23, 2014 at 8:04 PM, Gupta, Pekon pe...@ti.com wrote: From: Belisko Marek [mailto:marek.beli...@gmail.com] CC-ing Pekon Gupta which add those changes in commit: 6e562b1106ea6afc78752f50925e87e9dd14f8b4 On Tue, Apr 15,

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-23 Thread Belisko Marek
CC-ing Pekon Gupta which add those changes in commit: 6e562b1106ea6afc78752f50925e87e9dd14f8b4 On Tue, Apr 15, 2014 at 12:47 PM, Belisko Marek marek.beli...@gmail.com wrote: Hi, we're running 2014.04-rc3 on custom am335x board (same configuration as BBB). When spl is loading u-boot from nand

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-23 Thread Gupta, Pekon
Hello Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] CC-ing Pekon Gupta which add those changes in commit: 6e562b1106ea6afc78752f50925e87e9dd14f8b4 On Tue, Apr 15, 2014 at 12:47 PM, Belisko Marek marek.beli...@gmail.com wrote: Hi, we're running 2014.04-rc3 on custom am335x

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-23 Thread Gupta, Pekon
Fixed some copy paste typos in ECC layout below.. From: Gupta, Pekon Hello Marek, From: Belisko Marek [mailto:marek.beli...@gmail.com] CC-ing Pekon Gupta which add those changes in commit: 6e562b1106ea6afc78752f50925e87e9dd14f8b4 On Tue, Apr 15, 2014 at 12:47 PM, Belisko Marek

[U-Boot] am33xx : bit-flip correction in oob

2014-04-15 Thread Belisko Marek
Hi, we're running 2014.04-rc3 on custom am335x board (same configuration as BBB). When spl is loading u-boot from nand flash we can see a lot of messages in console: nand: bit-flip corrected @oob=0 It is always the same position (seems to be first byte in oob). Anybody experienced same problem?