I flashed an official image on my beaglebone black on the emmc. Then i made some changes to it as well as copied a few scripts on to it. I want to create a backup of this modified emmc as an image file so that I can flash the same on other bbb devices and make clones. So far I have tried using dd command for the same. I mounted micro sd card and used dd command to create the .img file. Then I created a bootable microsd card of this image. However this fails to flash the emmc of bbb. I also tried booting bbb from microsd and then creating .img file of emmc. This also fails when I try to flash this image from microsd card.
So normally that’s all you need to change in etc/fstab…
But feel free to share any boot logs if you continue to have issues… Usually the biggest problem, is the eMMC being a different version of u-boot.. So you’ll grab and eMMC image from Board (A), copy it to the microSD and then wonder why Board (B) has issues, usually it’s the u-boot in Board (B)'s eMMC messing with you..
Essentially if you want to clone image from A to B, make sure eMMC is blank in Board B…