PV
-
Raspberry Pi Image copy in LinuxComputer/linux 2017. 3. 10. 05:43
As described in https://www.raspberrypi.org/documentation/installation/installing-images/linux.md, dd can be used for "image copying on a MicroSD". However, in the case where dd version is old, it would be good to use "pv" to check its status as follows: pv -tpre 2017-03-02-raspbian-jessie.img | dd bs=4M of=/dev/sdb