On Wed, 23 Nov 2011 14:50:58 +0000, Peter Maydell peter.maydell@linaro.org wrote:
On 23 November 2011 09:05, Peter Maydell peter.maydell@linaro.org wrote:
On 23 November 2011 00:48, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
I've been working on testing images under QEMU with the lava-dispatcher (mostly this is preparation for testing A15 using a fast model, but it's interesting in its own right too).
Ah, this is cool, more automated testing of QEMU would definitely be useful.
I'm glad all of this is going to be of some use :)
$ qemu-system-arm -M beaglexm -drive if=sd,cache=writeback,file=beagle-2011.10.img -clock unix -device usb-kbd -device usb-mouse -usb -device usb-net,netdev=mynet -netdev user,id=mynet -nographic
This gets into and through uboot, but segfaults soon after (full log in https://pastebin.linaro.org/327/).
QEMU segfaulting is a bug, so please report that.
Actually, I've just investigated, and this is a bug we've already fixed in qemu-linaro 2011.11, so no need to file a bug. Can you try using that version instead?
(commit fixing the bug: http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git%3Ba=commitdiff%3Bh=520b5... )
That's a pretty funny bug :-) but happily it does fix things, and I can now actually build an image, install tests and run them (but not retrieve the results yet, oh well) on QEMU! Getting there!
Cheers, mwh