Looking for a virtual Raspberry Pi...!
I am looking for a way to test some OS boot code on a Pi which will mean continually updating a file on the SD card and rebooting. Naturally, doing that on a physical medium would be a pain because of having to swap the card so often. So I am looking for a Pi emulator. I wondered if any of you guys had ever tried similar.
Best option I have found without trying it out seems to be to run under Qemu in some way. As well as emulating the Pi, Qemu - at least on Linux - can be managed from the gdb debugger. That should allow control over the OS booter such as allowing single stepping, setting breakpoints etc!
However, even under Qemu there seems to be more than one downloadable solution. So I wondered if anyone here had tried so do similar or had heard of others having success.
James