Hi,
I need to duplicate a number of SD cards from an existing card i create an image from command line using dd command to make a .dmg file. When i present this to etcher as a source image it gives me
"something went wrong while opening TMcardabckup.dmg
Error: invalid Image"
any suggestions on a good procedure how to clone a card using etcher?
Hey, the problem appears to the filename extension – if you’ve created a copy with dd, then that’s a flat binary copy of the device you’re cloning, and would best be labeled as .img, because .dmg are actually a specific file format which Etcher supports (hence the invalid image error).
So, renaming your TMcardabckup.dmg to TMcardabckup.img should do the trick, and get that working.