Mer/Status/FreeRunner

This is the planning page to have Mer working on the freerunner.

Mer on Freerunner is 100% ported, thanks to the people at Debian, we reused most of the work. For 100% we mean that Mer works without any mayor problem in it

We used the kernel from pkg-fso which is the lastest stable kernel released from Openmoko.

There are still some things to do to better support Mer for the Freerunner:

  • Build/Find a good keybaord - done by him-arabic maybe
  • Port the FSO packages into Mer Freerunner repository
  • Run zhone as example and check the phone stack
  • Build hildon compatible applets for Mer


Contents

Build/Find a good keyboard

More testing is needed in the him-arabic package to provide a good, final keyboard for freerunner like systems. Vincenzo Ampolo (goshawk) <vincenzo@eshopen.com> is working on it, but help is much appreciated, just join to #mer in irc.freenode.net and ping him! :)

The tests should see how flexible is him-arabic and see if it looks good on freerunner.

Port the FSO packages into Mer Freerunner repository

While all the things related to Mer have already been ported, the packages of the Phone stack (fso) and other applications have not yet ported. Luckly we can reuse most of the work of the Debian FSO team. The repository can be found here and the deb lines are:

deb http://pkg-fso.alioth.debian.org/debian unstable main deb-src http://pkg-fso.alioth.debian.org/debian unstable main

This is the list of applications that need a port into the Mer archive

This should be almost a trivial task since the sources in a debian like format are available.

Run zhone as example and check the phone stack

This can be done after 2

Build hildon compatible applets for Mer

This can be done after 4

Debian Armel Virtual Machine for Mer development

Aurel32 have done a virtual machine image of Debian for arm under qemu. You can download it and run with the command:

qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-2-versatile -initrd initrd.img-2.6.26-2-versatile -hda debian_lenny_arm_small.qcow -append "root=/dev/sda1"

Imager

The imager is one of the most useful things in mer development, it's a script that build a rootfs image for any Mer target, since Mer runs in a lot of devices, each device require a particular kernel or packages so an image for Freerunner can contain more or less packages than another image for another device.

The imager is hosted in launchpad. To run it you have to set up a debian armel environment, you can use a ready virtual machine to accomplish it. then you should run the imager with the command:

bash imager targets/mer-freerunner-fs-only directory

In which direcotry is the directory in which the image will be build. Remember that you have to set up a debian armel virtual machine to do it