After succesfully getting HDMI and sound working on RasPi, I would like to make a clone of my SD card for back up in windows
Is there a piece of software to clone a sd card ?
I asked this question, apparently Kernel_Emergency.img is never used, its there for you to copy over the original kernel if you need to revert changes.Tampepper wrote:My card shows two images
Kernel.img and Kernel_Emergency.img
under linux you can just use the dd command (yes, the same you probably used to write the image *g*)Ed Raket wrote:And what would be the Linux program to easely "clone" the SD card? (noob proof)
Code: Select all
dd bs=1M if=/dev/sdb of=/home/username/backups/pi-backup.imgCode: Select all
dmesgThose are "kernel images" which are something very different to "SD card images". It's just an unfortunate coincidence that they both share the .img extension.Tampepper wrote:My card shows two images
Kernel.img and Kernel_Emergency.img