I did not get networking working, but I have not tried yet, but it didn't work right out of the box.
Based on the directions found here:
QEMU – Emulating Raspberry Pi the easy way (Linux or Windows!)
I downloaded QEMU for Windows from here:
http://lassauge.free.fr/qemu/
I downloaded the file marked "Qemu-1.2.0-windows.zip (36M) (NEW) "
I extracted it into a folder and then downloaded this file:
http://xecdesign.com/downloads/linux-qemu/kernel-qemu
and placed it in the qemu directory
Then I downloaded the 2012-10-28-wheezy-raspbian.img file from the Raspberry downloads page and extracted it, also into the same qemu folder.
I opened the windows command line and cd'd into the qemu folder and used this command line to boot:
Code: Select all
qemu-system-armw.exe -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.imgWhat I do not have worked out yet is the networking, any advice on that will be appreciated, but as I said, I have not really tried to get it working yet.