Re: [U-Boot] [PATCH 4/9] dfu: mmc: add support for in-partition offset

2018-11-20 Thread Lukasz Majewski
On Wed, 07 Nov 2018 16:01:00 +0100 Marek Szyprowski wrote: > Add possibility to define a part of partition as a separate DFU > entity. This allows to have more than one items on the given partiton. > > The real use case for this option is TM2 board. It can use u-boot > stored as Linux kernel on

Re: [U-Boot] [PATCH 4/9] dfu: mmc: add support for in-partition offset

2018-11-19 Thread Minkyu Kang
Dear Marek Szyprowski, On 08/11/18 00:01, Marek Szyprowski wrote: > Add possibility to define a part of partition as a separate DFU entity. > This allows to have more than one items on the given partiton. > > The real use case for this option is TM2 board. It can use u-boot stored > as Linux kern

[U-Boot] [PATCH 4/9] dfu: mmc: add support for in-partition offset

2018-11-07 Thread Marek Szyprowski
Add possibility to define a part of partition as a separate DFU entity. This allows to have more than one items on the given partiton. The real use case for this option is TM2 board. It can use u-boot stored as Linux kernel on the defined partiton (as RAW data) and load the real kernel from the sa