Re: [PATCH] cmd: add clone command

2020-06-29 Thread Tom Rini
On Sat, Jun 27, 2020 at 11:15:49AM +0800, John Chau wrote: > From: John Chau > > This patch adds a feature for block device cloning similar to dd > command, this should be useful for boot-strapping a device where > usb gadget or networking is not available. For instance one can > clone a factory

[PATCH] cmd: add clone command

2020-06-26 Thread John Chau
From: John Chau This patch adds a feature for block device cloning similar to dd command, this should be useful for boot-strapping a device where usb gadget or networking is not available. For instance one can clone a factory image into a blank emmc from an external sd card. Signed-off-by: John