Copy Image .img/.dd to SD-card

  • von

df -h
let’s say our sd-card is mounted as disk3
sudo diskUtil unmountDisk /dev/disk3
sudo dd bs=1M if=myimage.img of=/dev/disk3
to find out progress of dd process press CTRL + t
or
go to a new terminal window and type
sudo killall -INFO dd
after dd finished type
sudo sync