This project contains a fully configured Raspbian Jessie
VM.
Install QEMU
For the setup you need the qemu-system-arm
package.
Arch
pacman -S qemu-arch-extra
Ubuntu
sudo apt-get install -y qemu-system-arm
Download Content
Download all following content in one Folder.
Create start.sh
file
Download Rasbian Jessie 2017-07-05
wget https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip
Download Qemu Kernel Jessie
wget https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/kernel-qemu-4.4.34-jessie
Convert iso-image to qcow-image
- Create
QCOW
image fromISO
. - Resize the
QCOW
image.
qemu-img convert -f raw -O qcow2 2017-07-05-raspbian-jessie.img raspbian-jessie.qcow
qemu-img resize raspbian-jessie.qcow +6G
Start VM
./start.sh
SSH into VM
For Using SSH you first need to enable ssh in the raspi-config
.
- Open the raspberry pi vm
- Run
sudo raspi-config
- Goto:
Interfacing Options > SSH > YES
ssh pi@localhost -p 1234
Default Login
User: pi
Password: raspberry
Top comments (1)
Hello sir, you defaul passwort is not good.
default = raspberry