From 32826f5b4449a8d99b8ac81b4483e8caf070dab9 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 6 Feb 2017 23:45:16 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..66e79e9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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/