Skip to content

Device: Flashing Raspbian

Brandon Jank edited this page Nov 22, 2017 · 1 revision

Flashing from linux

sudo apt-get install gddrescue

Unpack img

unxz filename.img.xz if .xz file

unzip 2017-08-16-raspbian-stretch-lite.zip

lsblk to find device In my case it's mmcblk0

sudo ddrescue -d -D --force 2017-08-16-raspbian-stretch-lite.img /dev/mmcblk0
Clone this wiki locally