Launch a raspbian image on qemu with network connectivity
Go to file
Kaiwan N Billimoria 5714dfb32e Fix a well known ld-preload issue
Need to comment out the pathname in rootfs /etc/ld.so.preload as when uncommented the kernel panics on startup.
See http://stackoverflow.com/questions/38837606/emulate-raspberry-pi-raspbian-with-qemu as a reference.
2017-04-25 12:27:08 +05:30
LICENSE Initial commit 2017-02-06 18:13:40 +01:00
README.md Fix typo in .zip command. Glob to avoid specfiy version. 2017-04-08 11:49:00 +01:00
kernel-qemu-4.4.34-jessie Initial commit 2017-02-06 18:13:40 +01:00
qemu-pi.sh Fix a well known ld-preload issue 2017-04-25 12:27:08 +05:30

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 raspbian_lite_latest.zip
sudo ./qemu-pi.sh *-raspbian-jessie-lite.img

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