Query regarding Qemu setup for Beagleboard Black

Hi,

I am trying to setup Qemu in Ubuntu 14.04 for Beagleboard Black.To setup, I am following the tutorial below:
https://wiki.linaro.org/Resources/HowTo/Qemu-beagleboard

I downloaded pre-built image for Beagleboard from link :
http://downloads.angstrom-distribution.org/demo/beagleboard/Angstrom-TI-GNOME-image-eglibc-ipk-v2012.01-core-beagleboard-2012.01.11.img.gz

After following few steps as mentioned in tutorial,when I try to run image from command:
qemu-system-arm -M beaglexm -drive if=sd,cache=writeback,file=./beagle.img -clock unix -serial stdio -device usb-kbd -device usb-mouse -usb -device usb-net,netdev=mynet -netdev user,id=mynet I got error: qemu-system-arm: -M beagle: Unsupported machine type Use -machine help to list supported machines! How can I fix this error ? Thanks, Abhinav Moudgil

Hi,

I am trying to setup Qemu in Ubuntu 14.04 for Beagleboard Black.To setup, I am following the tutorial below:
https://wiki.linaro.org/Resources/HowTo/Qemu-beagleboard

I downloaded pre-built image for Beagleboard from link :
http://downloads.angstrom-distribution.org/demo/beagleboard/Angstrom-TI-GNOME-image-eglibc-ipk-v2012.01-core-beagleboard-2012.01.11.img.gz

I suspect it is more likely this has been tested with an Ubuntu image, such as an older image available at http://releases.linaro.org/12.02/ubuntu/beagleboard or following the steps given for installing the hwpacks and building your own image.

After following few steps as mentioned in tutorial,when I try to run image from command:
qemu-system-arm -M beaglexm -drive if=sd,cache=writeback,file=./beagle.img -clock unix -serial stdio -device usb-kbd -device usb-mouse -usb -device usb-net,netdev=mynet -netdev user,id=mynet I got error: qemu-system-arm: -M beagle: Unsupported machine type Use -machine help to list supported machines! How can I fix this error ?

It seems odd that the error text doesn’t match your command-line.

Did you already find arm - Set up Beagleboard emulator with qemu in Ubuntu - Stack Overflow ?

Did you try the queries there, such as providing the output of ‘qemu-system-arm -machine help’?