We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Flashing from linux
sudo apt-get install gddrescue
Unpack img
unxz filename.img.xz if .xz file
unxz filename.img.xz
unzip 2017-08-16-raspbian-stretch-lite.zip
lsblk to find device In my case it's mmcblk0
mmcblk0
sudo ddrescue -d -D --force 2017-08-16-raspbian-stretch-lite.img /dev/mmcblk0