Launch a raspbian image on qemu with network connectivity
Go to file
nachoparker 32826f5b44 Create README.md 2017-02-06 23:45:16 +01:00
LICENSE Initial commit 2017-02-06 18:13:40 +01:00
README.md Create README.md 2017-02-06 23:45:16 +01:00
kernel-qemu-4.4.34-jessie Initial commit 2017-02-06 18:13:40 +01:00
qemu-pi.sh Initial commit 2017-02-06 18:13:40 +01:00

README.md

qemu-raspbian-network

Launch a raspbian image on qemu with network connectivity

git clone https://github.com/nachoparker/qemu-raspbian-network.git
cd qemu-raspbian-network
wget https://downloads.raspberrypi.org/raspbian_lite_latest -O raspbian_lite_latest.zip
unzip rasbian_lite_latest.zip
sudo ./qemu-pi.sh 2017-01-11-raspbian-jessie-lite.img # correct to real name

See details on https://ownyourbits.com/2017/02/06/raspbian-on-qemu-with-network-access/