On Thu, Aug 27, 2015 at 12:23 PM, Kevin Fructuoso <[email protected]> wrote: > Thanks for the info. Even though it's slightly smaller, the images I tried > to flash are ~2.1 GB. I would think the smaller size limit shouldn't make a > difference, or is that not entirely correct? > > I am only familiar with cloning using the dd method used here: > http://elinux.org/BeagleBone_Black_Extracting_eMMC_contents. > > Can rsync clone the disc image similar to the dd method? Could you please > point me to some references/examples of proper use of rsync to clone a > production beaglebone to another beaglebone using a micro SD card?
Well there's a version that uses rsync that is shipped inside every debian image already.. https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh under /opt/scripts/tools/eMMC/ git pull to get the latest in that directory, but if "cat /etc/dogtag" is too "old" it may fail.. (if that folder doesn't exist your image is too old) all the image listed here have it: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
