[U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-07-20 Thread sbabic
> Writing/updating boot image in nand device is not > straight forward in i.MX6 platform and it requires > boot control block(BCB) to be configured. > It becomes difficult to use uboot 'nand' command to > write BCB since it requires platform specific attributes > need to be taken care of. > It is e

Re: [U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-06-28 Thread Parthiban Nallathambi
Hello Shyam, On 6/18/19 9:54 AM, Shyam Saini wrote: > Hi Igor, > >> Hi Shyam, >> >> On Fri, Jun 14, 2019 at 10:37 AM Shyam Saini >> wrote: >>> >>> Writing/updating boot image in nand device is not >>> straight forward in i.MX6 platform and it requires >>> boot control block(BCB) to be configured

Re: [U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-06-18 Thread Shyam Saini
Hi Igor, > Hi Shyam, > > On Fri, Jun 14, 2019 at 10:37 AM Shyam Saini > wrote: > > > > Writing/updating boot image in nand device is not > > straight forward in i.MX6 platform and it requires > > boot control block(BCB) to be configured. > > > > It becomes difficult to use uboot 'nand' command to

Re: [U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-06-14 Thread Igor Opaniuk
Hi Shyam, On Fri, Jun 14, 2019 at 10:37 AM Shyam Saini wrote: > > Writing/updating boot image in nand device is not > straight forward in i.MX6 platform and it requires > boot control block(BCB) to be configured. > > It becomes difficult to use uboot 'nand' command to > write BCB since it require

[U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx

2019-06-14 Thread Shyam Saini
Writing/updating boot image in nand device is not straight forward in i.MX6 platform and it requires boot control block(BCB) to be configured. It becomes difficult to use uboot 'nand' command to write BCB since it requires platform specific attributes need to be taken care of. It is even difficul