Mer

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(added essential infos)
 
(24 intermediate revisions by 13 users not shown)
Line 1: Line 1:
Mer is an other [[Distribution]] based on [[Maemo]]
+
[http://wiki.maemo.org/Mer '''Mer'''] is a [[Distributions|distribution]] based on [http://wiki.maemo.org Maemo]
  
Mer have been ported to Freerunner thanks to the [http://www.eshopen.com eshopen] distributor support Vincenzo Ampolo (goshawk) and Carsten M. Munk (Stskeep).
+
Mer is being ported to Freerunner, thanks to the support of [http://www.eshopen.com Eshopen] distributor of OpenMoko in Italy, by Vincenzo Ampolo (goshawk) and Carsten M. Munk (Stskeep).
  
First alpha image have been released and can be downloaded and installed following these instructions:
+
 
 +
The latest release 0.15 '''cannot''' be downloaded from http://wiki.maemo.org/Mer/Releases/0.15#Installation_guide '''BROKEN LINKS'''
 +
 
 +
Older version (0.14) '''cannot''' be download from http://wiki.maemo.org/Mer/Releases/0.14#Installation_guide '''BROKEN LINKS'''
 +
 
 +
If the file was available, this is how it would be installed to a sd-card.
 +
Empty sd card.
 +
Unpack mer-armel-freerunner-rootfs-v0.15.tar.gz to card.
 +
(Use card reader. Or if you have freerunner running, download image (125M) straight on card and run with root privileges:
 +
  gunzip mer-armel-freerunner-rootfs-v0.15.tar.gz  (takes 6min)
 +
  tar xf mer-armel-freerunner-rootfs-v0.15.tar.gz  (takes 11min)
 +
 
 +
You would also be able to do:
 +
Empty sd card.
 +
Unpack only the gzip file in your computer, run
 +
gunzip mer-armel-freerunner-rootfs-v0.15.tar.gz
 +
Use ssh and tar to decompress the file, run in your computer:
 +
cat mer-armel-freerunner-rootfs-v0.15.tar | ssh root@192.168.0.202 "cd /mnt/card ; tar xvf -"
 +
-but you can't because the file is not available
 +
 
 +
You need [[Qi | qi-boot menu]] installed. Then just turn phone on. First boot takes time. It shows error/warning about missing BOOT, but it is booting! When it ask username and password click text field and you will get on-screen-keyboard. Then it restart X and you are in.
 +
 
 +
'''Usage'''
 +
 
 +
Press mer-text on upper left corner to application menu (there are only xterm in utilities).
 +
 
 +
It is Ubuntu, so you are normal user in admin group. Use sudo and your user password to maintenance.
 +
 
 +
WiFi are not working. It doesn't have ifconfig. Usb-Networking works (with usb0), but after coping the rootfs to sd-card, you could change the ip-adresses in /etc/network/interfaces to .0.202(neo)/.0.200(desktop) for easier connecting.
 +
the default passwd is "rootme".
 +
 
 +
You can read the [http://wiki.maemo.org/Mer/Hardware/Freerunner Mer wiki page about Freerunner] for up-to-date info
 +
 
 +
 
 +
A lot of work is still to be done. Developers are now focused on the creation of a usable keyboard and porting the FSO framework in Mer.
 +
 
 +
 
 +
 
 +
The first alpha image can be downloaded and installed with following instructions:  
  
 
http://goshawknest.wordpress.com/2009/06/03/eshopen-alpha-image-for-the-freerunner/
 
http://goshawknest.wordpress.com/2009/06/03/eshopen-alpha-image-for-the-freerunner/
  
A lot of work in on the way. Developers are now focused in having a usable keyboard and porting the fso framework in Mer.
 
You can read the [http://wiki.maemo.org/Mer/Hardware/Freerunner Mer wiki page about Freerunner for up-to-date infos]
 
  
([[User:RzR]]) was able to make a demo and to provide a bootable image of mer for freerunner
+
([[User:RzR]]) was able to make a demo and to provide a bootable image of Mer for Freerunner.
download it to your sdcard and boot it  Or check video demo at :
+
Download it to your sdcard and boot it!  
 +
And check out the video demo at:
  
 
http://www.newlc.com/en/mer-best-maemo-debianubuntu-mobiles-watch-freerunner-demo
 
http://www.newlc.com/en/mer-best-maemo-debianubuntu-mobiles-watch-freerunner-demo
Line 17: Line 54:
 
Refs :
 
Refs :
  
 +
* http://maemo.org/
 
* http://goshawknest.wordpress.com/category/freerunner/
 
* http://goshawknest.wordpress.com/category/freerunner/
 
* http://wiki.maemo.org/Mer/Hardware/Freerunner#install_.2F_download
 
* http://wiki.maemo.org/Mer/Hardware/Freerunner#install_.2F_download
 
* http://wiki.openmoko.org/wiki/Debian
 
* http://wiki.openmoko.org/wiki/Debian
 
* http://wiki.debian.org/DebianOnFreeRunner
 
* http://wiki.debian.org/DebianOnFreeRunner
 +
[[category:Distributions]]

Latest revision as of 20:48, 7 July 2011

Mer is a distribution based on Maemo

Mer is being ported to Freerunner, thanks to the support of Eshopen distributor of OpenMoko in Italy, by Vincenzo Ampolo (goshawk) and Carsten M. Munk (Stskeep).


The latest release 0.15 cannot be downloaded from http://wiki.maemo.org/Mer/Releases/0.15#Installation_guide BROKEN LINKS

Older version (0.14) cannot be download from http://wiki.maemo.org/Mer/Releases/0.14#Installation_guide BROKEN LINKS

If the file was available, this is how it would be installed to a sd-card.

Empty sd card.
Unpack mer-armel-freerunner-rootfs-v0.15.tar.gz to card.
(Use card reader. Or if you have freerunner running, download image (125M) straight on card and run with root privileges:
 gunzip mer-armel-freerunner-rootfs-v0.15.tar.gz  (takes 6min)
 tar xf mer-armel-freerunner-rootfs-v0.15.tar.gz  (takes 11min)

You would also be able to do:

Empty sd card.
Unpack only the gzip file in your computer, run
gunzip mer-armel-freerunner-rootfs-v0.15.tar.gz
Use ssh and tar to decompress the file, run in your computer:
cat mer-armel-freerunner-rootfs-v0.15.tar | ssh root@192.168.0.202 "cd /mnt/card ; tar xvf -"
-but you can't because the file is not available

You need qi-boot menu installed. Then just turn phone on. First boot takes time. It shows error/warning about missing BOOT, but it is booting! When it ask username and password click text field and you will get on-screen-keyboard. Then it restart X and you are in.

Usage

Press mer-text on upper left corner to application menu (there are only xterm in utilities).

It is Ubuntu, so you are normal user in admin group. Use sudo and your user password to maintenance.

WiFi are not working. It doesn't have ifconfig. Usb-Networking works (with usb0), but after coping the rootfs to sd-card, you could change the ip-adresses in /etc/network/interfaces to .0.202(neo)/.0.200(desktop) for easier connecting. the default passwd is "rootme".

You can read the Mer wiki page about Freerunner for up-to-date info


A lot of work is still to be done. Developers are now focused on the creation of a usable keyboard and porting the FSO framework in Mer.


The first alpha image can be downloaded and installed with following instructions:

http://goshawknest.wordpress.com/2009/06/03/eshopen-alpha-image-for-the-freerunner/


(User:RzR) was able to make a demo and to provide a bootable image of Mer for Freerunner. Download it to your sdcard and boot it! And check out the video demo at:

http://www.newlc.com/en/mer-best-maemo-debianubuntu-mobiles-watch-freerunner-demo

Refs :

Personal tools

Mer is an other Distribution based on Maemo

Mer have been ported to Freerunner thanks to the eshopen distributor support Vincenzo Ampolo (goshawk) and Carsten M. Munk (Stskeep).

First alpha image have been released and can be downloaded and installed following these instructions:

http://goshawknest.wordpress.com/2009/06/03/eshopen-alpha-image-for-the-freerunner/

A lot of work in on the way. Developers are now focused in having a usable keyboard and porting the fso framework in Mer. You can read the Mer wiki page about Freerunner for up-to-date infos

(User:RzR) was able to make a demo and to provide a bootable image of mer for freerunner download it to your sdcard and boot it Or check video demo at :

http://www.newlc.com/en/mer-best-maemo-debianubuntu-mobiles-watch-freerunner-demo

Refs :