Friday, October 23, 2015

RaspberryPi image write from linux

It's cool if we can see the progress when we are trying to write Raspbian image to a sd card. Following command will show how to do that:

dd if=2015-05-05-raspbian-wheezy.img | pv | dd of=/dev/sdb

/dev/sdb is your sdCard and be careful when are you choosing this option.

No comments:

Post a Comment