Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Running raspbian under qemu describes how to run raspbian under qemu.
Summary from [1] (see [1] for more detailed instructions):
wget http://xecdesign.com/downloads/linux-qemu/kernel-qemu |
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-10-28-wheezy-raspbian.img |
Initially, there is little disk space left on the emulated raspbian.
Solution:
qemu-img resize 2012-10-28-wheezy-raspbian.img +10G |
cp /usr/bin/raspi-config ~ |
When following the instructions from [1] (using the newer file '2013-02-09-wheezy-raspbian.zip' from http://www.raspberrypi.org/downloads), raspbian started but looped the login: after every login, there was a new login.
Solution: use the file '2012-10-28-wheezy-raspbian.zip' from http://www.raspberrypi.org/downloads instead.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.