Comment 2 for bug 658511

Revision history for this message
Matt Waddel (mwaddel) wrote :

Hi Peter,

I tried this patch and qemu fails during boot. The system hangs:
...
[ 1.301300] console [ttyS2] enabled, bootconsole disabled
[ 1.301300] console [ttyS2] enabled, bootconsole disabled
[ 1.352844] brd: module loaded
[ 1.361602] loop: module loaded
[ 1.376190] omap2-nand driver initializing

It's been a really long time since I tried qemu on a beagle board
image (so it's probably user error). Here's the commands I used
to create and run the image:

./linaro-media-create --image_file 1005.img --rootfs ext3 --dev beagle --binary image/linaro-m-headless-tar-20101012-0.tar.gz --hwpack hwpack_linaro-omap3_20101012-48_armel_supported.tar.gz

sudo qemu-maemo-system-arm -M beagle -m 256 -sd ./1005.img -clock unix -serial stdio

Do you see anything wrong?