Hello,
I quite often have to clone a Beaglebone and dd is far too much time
consuming for me. For that, I process that way:
- make a reference installation on an eMMC (currently the single
partition image from Robert Nelson)
- use a separate SD card image and boot from this.
- creat
I guess if you are making a copy of the eMMC you have booted to the SD card
and therefore eMMC should be mmcblk1 (or you have mmcblk0 in ro).
?
On Thursday, 29 January 2015 09:16:14 UTC+1, DLF wrote:
>
> Hello
>
> it works for me but you need to be careful about source and targets
>
> from th
Hello
it works for me but you need to be careful about source and targets
from the BBB (source)
dd if=/dev/mmcblk0 bs=1M | ssh root@targetip 'dd
of=/target/directory/bbb.img bs=1M'
maybe try again ?
good luck
On Wednesday, 28 January 2015 11:15:45 UTC+1, Rimvydas JanuĊĦauskas wrote:
>
> He