Hello, what is the best way, to make an image from a beaglebone black and deploy it on another beaglebone black. At best it works with Windows
cat /dev/sda > /dev/sdb … something like that?
yes, something like that. I found also dd if=/dev/sda1 | pv | ssh root@host“dd of=/dev/sdb1″
Can I run this while the Beaglebones are completly booted?
Should be ok. A snapshot of the filesystem with a few open files would give the appearance of a forced shutdown and may require a few extra seconds at boot to check the filesystem.
okay thanks for your help !