Create README.md

This commit is contained in:
nachoparker 2017-02-06 23:45:16 +01:00 committed by GitHub
parent 227c7fa829
commit 32826f5b44
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -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/