Re: [U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

2019-10-23 Thread Max Krummenacher
On Mon, 2019-10-21 at 16:38 +0300, Igor Opaniuk wrote: > From: Igor Opaniuk > > Add subcommand for add writing BCB only, where we provide appropriate > offsets for firmware1 and firmware2 and size. > > Example of usage: > - nandbcb bcbonly 0x0018 0x0008 0x0020 > Writing 1024 bytes to

Re: [U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

2019-10-23 Thread Oleksandr Suvorov
On Mon, Oct 21, 2019 at 4:41 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Add subcommand for add writing BCB only, where we provide appropriate > offsets for firmware1 and firmware2 and size. > > Example of usage: > - nandbcb bcbonly 0x0018 0x0008 0x0020 > Writing 1024 bytes to 0

[U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

2019-10-21 Thread Igor Opaniuk
From: Igor Opaniuk Add subcommand for add writing BCB only, where we provide appropriate offsets for firmware1 and firmware2 and size. Example of usage: - nandbcb bcbonly 0x0018 0x0008 0x0020 Writing 1024 bytes to 0x0: randomizing OK Writing 1024 bytes to 0x2: randomizing OK Sig