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.
$ 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. (If you can run it under gdb and put the backtrace in the report that would be helpful.)
(NB that graphics on beagle is currently broken due to some change in the 2011.10 kernel which we haven't investigated yet. 2011.09 works fine.)
-- PMM