Re: [U-Boot] [PATCH] fastboot: add support for writing raw MMC

2016-10-07 Thread Petr Kulhavy
On 07/10/16 01:57, Jaehoon Chung wrote: On 10/05/2016 10:38 PM, Petr Kulhavy wrote: The current fastboot implementation is only able to flash partition images. However sometimes it is needed to write the raw MMC, e.g. when storing the U-boot environment image or SPL. This patch adds the possi

Re: [U-Boot] [PATCH] fastboot: add support for writing raw MMC

2016-10-06 Thread Jaehoon Chung
On 10/05/2016 10:38 PM, Petr Kulhavy wrote: > The current fastboot implementation is only able to flash partition images. > However sometimes it is needed to write the raw MMC, e.g. when storing the > U-boot environment image or SPL. > > This patch adds the possibility to write MMC as a block devi

[U-Boot] [PATCH] fastboot: add support for writing raw MMC

2016-10-05 Thread Petr Kulhavy
The current fastboot implementation is only able to flash partition images. However sometimes it is needed to write the raw MMC, e.g. when storing the U-boot environment image or SPL. This patch adds the possibility to write MMC as a block device using a special target name composed of "lba:" foll