Suihkulokki (Talk | contribs) (add Qemu instructions) |
Suihkulokki (Talk | contribs) |
||
| Line 1: | Line 1: | ||
'''Under construction, experimental and unsupported''' | '''Under construction, experimental and unsupported''' | ||
| - | + | QEMU offers one an easy way to try out MeeGo on ARM | |
== Building QEMU == | == Building QEMU == | ||
Under construction, experimental and unsupported
QEMU offers one an easy way to try out MeeGo on ARM
Prequistes: git, build-essential, zlib and sdl libraries.
git clone git://gitorious.org/qemu-maemo/qemu.git ../configure --target-list=arm-softmmu make
The qemu binary will appear as arm-softmmu/qemu-system-arm
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