Meego Wiki
Views

ARM/Meego on Qemu

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Building QEMU)
(Building QEMU)
Line 9: Line 9:
  git clone git://gitorious.org/qemu-maemo/qemu.git  
  git clone git://gitorious.org/qemu-maemo/qemu.git  
  cd qemu
  cd qemu
-
  configure --target-list=arm-softmmu
+
  git checkout omap3
 +
./configure --target-list=arm-softmmu
  make
  make

Revision as of 11:12, 1 April 2010

Under construction, experimental and unsupported

QEMU offers one an easy way to try out MeeGo on ARM

Building QEMU

Prerequisites: git, build-essential, zlib and sdl libraries.

git clone git://gitorious.org/qemu-maemo/qemu.git 
cd qemu
git checkout omap3
./configure --target-list=arm-softmmu
make

The qemu binary will appear as arm-softmmu/qemu-system-arm

Downloading MeeGo image

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.

Starting QEMU

qemu-system-arm -M n900 -mtdblock meego_qemu_nand.img  -serial stdio -clock unix
Personal tools