Skip to content

Instantly share code, notes, and snippets.

@s777s
s777s / raspberry-pi-chroot-armv7-qemu.md
Created September 2, 2018 11:33 — forked from jkullick/raspberry-pi-chroot-armv7-qemu.md
Chroot into Raspberry Pi ARMv7 Image with Qemu
# install dependecies
apt-get install qemu qemu-user-static binfmt-support

# download raspbian image
wget https://downloads.raspberrypi.org/raspbian_latest

# extract raspbian image
unzip raspbian_latest