I too am trying to clone BBBs with no luck. I flash the emmc with Angstrom distro
https://s3.amazonaws.com/angstrom/demo/beaglebone/BBB-eMMC-flasher-2013.09.04.img.xz then Enabled NTP X11VNC (frees up the USB port and my desk) NodeJS, Socketio and serial.io to clone I boot with Angstrom flashed to a micro sd card https://s3.amazonaws.com/angstrom/demo/beaglebone/Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.06.20.img.xz I plug in a USB stick and DD if=/dev/mmcblk1 bs=512 of=/media/BKUSB/BK6mar14.img bs=512 conv=noerror I then use the same sdcard and USB stick to flash the clone : DD if=/media/BKUSB/BK6mar14.img bs=512 of=/dev/mmcblk1 bs=512 conv=noerror I checked this procedure on on board, after saving the .img I delete some folders, reboot with the Sdcard and restore everything with the DD command. If I go from BBBB rev a5C to BBB rev a6A I get multiple checksum errors such as : « [ 0.777470] EXT4-fs (mmcblk0p2): ext4_check_descriptors: Checksum for group 0 failed (47376!=48106) » and /sbin/init errors : « /sbin/init: error while loading shared libraries: libkmod.so.2: cannot open shar ed object file: No such file or directory » My questions are : Is it worth debugging with Angstrom or should I just move to Debian? If Angstrom is ok, then how can I troubleshoot this problem? Thanks Le mardi 13 août 2013 11:20:21 UTC-4, Thomas Laskowski a écrit : > > Thanks, I will try them out. > > -Tom > > On Tuesday, 13 August 2013 11:13:40 UTC-4, RobertCNelson wrote: >> >> On Tue, Aug 13, 2013 at 10:09 AM, Thomas Laskowski <[email protected]> >> wrote: >> > Do you have any pointers to "better" images? >> >> Same place they've always been. .;) >> >> (install to microSD) >> http://elinux.org/BeagleBoardDebian#Demo_Image >> >> (eMMC "flasher") >> http://elinux.org/BeagleBoardDebian#eMMC:_BeagleBone_Black >> >> Regards, >> >> -- >> Robert Nelson >> http://www.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.
