Freesamael (Talk | contribs) m (→Starting QEMU) |
Simoscofield (Talk | contribs) (→Building QEMU) |
||
| Line 13: | Line 13: | ||
The qemu binary will appear as arm-softmmu/qemu-system-arm | The qemu binary will appear as arm-softmmu/qemu-system-arm | ||
| + | (Kind note: if you shall experience this note "cc1: warnings being treated as errors" during compilation, you could get around it with feeding "--disable-werror" to "configure") | ||
== Downloading MeeGo image == | == Downloading MeeGo image == | ||
Under construction, experimental and unsupported
QEMU offers one an easy way to try out MeeGo on ARM
Prerequisites: git, build-essential, zlib and sdl libraries.
git clone git://gitorious.org/qemu-maemo/qemu.git cd qemu ./configure --target-list=arm-softmmu make
The qemu binary will appear as arm-softmmu/qemu-system-arm (Kind note: if you shall experience this note "cc1: warnings being treated as errors" during compilation, you could get around it with feeding "--disable-werror" to "configure")
The MeeGo QEMU nand image( meego_qemu_nand.img.gz ) is available from:
http://tablets-dev.nokia.com/meego-codedrop.php
Uncompress the image with "gunzip" command.
qemu-system-arm -M n900 -mtdblock meego_qemu_nand.img -serial stdio -clock unix
You can then login with root/meego.