Download

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Flatten outline)
(Simplify lead and installation instructions, mess up with 2008.9)
Line 1: Line 1:
This page lists various images you can try out on your Openmoko supported smartphone and some other downloads. Note however, that some of these are works in progress and may not have even released any files yet. Nothing is guaranteed to work. Proceed at your own risk.
+
This page lists various images you can try out on your Openmoko supported smartphone and some [[#Other downloads]].
 
+
If you are looking for a specific application, see {{Main|CommunityRepository}} or go directly to
+
* http://downloads.openmoko.org/repository/Multiverse/
+
* Unofficial users repositories can be found [[Users Repositories|here]]
+
  
 
As of October 1st, 2008:
 
As of October 1st, 2008:
 
* The phones ship with [[Om 2007.2]]. It is not supported by Openmoko Inc. anymore. But community developpers continue to work on it as the [[SHR]] project.
 
* The phones ship with [[Om 2007.2]]. It is not supported by Openmoko Inc. anymore. But community developpers continue to work on it as the [[SHR]] project.
 
* The FreeRunner is a reference platform for TrollTech's Qt Extended (formerly [[Qtopia]]) distribution.
 
* The FreeRunner is a reference platform for TrollTech's Qt Extended (formerly [[Qtopia]]) distribution.
* The stable branch is [[Om 2008.9]] (ASU), it is officially supported by Openmoko Inc. And based on that, the community made the [[FDOM]] distribution by adding lots of fixes and applications to it.
+
* The branch currently supported by Openmoko Inc. is Om [[2008.9]] (ASU), which is a minor upgrade of [[Om 2008.8]]. Based on that, the community made the [[FDOM]] distribution by adding lots of fixes and applications to it.
* The trunk tip is [[FSO]], the next release will be based on that. The [[Debian]] packaging team also track that.
+
* The trunk tip is [[FSO]], the next major release should be based on that. The [[Debian]] packaging team also track that.
 
* The big G did not make any announcement about an Android port.
 
* The big G did not make any announcement about an Android port.
See [[Distributions]] for more description and comparison of the images downloadable here. Then see [[Development Branches Policy]] when you want to know where the really bleeding edge is.
+
See [[Distributions]] for a more descriptive comparison. Then see [[Development Branches Policy]] when you want to know where the really bleeding edge is.
  
 
== Installation instructions ==
 
== Installation instructions ==
  
See [[Flashing the Neo FreeRunner]] for installation instructions. Neo 1973 users: [[Getting Started with your Neo1973]].  
+
See [[Flashing the Neo FreeRunner]] for installation instructions. Neo 1973 users: [[Getting Started with your Neo1973]]. If you want to install a system to a microSD card, see [[Booting from SD]].
 
+
In most cases you will download
+
  
* a Root FileSystem image and
+
The release directories can contain up to four files:
* a Kernel image
+
  
to flash into your phone. The third available file is the u-Boot bootloader. This is a critical component, you don't want to install a new version of that unless there are bug fixes that you really need.
+
* a Root FileSystem image. These are the files with '''rootfs''' in their name. They come both as a .jffs2 ready-to-flash image, and as a .tar.gz ready-to-cp tarball.
 +
* a Kernel image (files with '''uimage''' in their name).
 +
* a u-boot bootloader (file with '''u-boot''' in the name).
 +
* a splash image file.
  
If you want to install a system to a microSD card, see [[Booting from SD]].
+
Also, the archive directory contains two identical versions of most files, one having the date in the filename. For those convenience ?
  
[[Image:Images.png|center|700px]]
+
One usually needs only to flash the phone with the root filesystem and the kernel image. The splash image is eyecandy. The u-Boot bootloader is a critical component, you don't want to install a new version of that systematically, but there have been improvements since the one released in shipping phones.
  
 
==Om 2008.9 (ASU)==
 
==Om 2008.9 (ASU)==
  
Om 2008.9 is an updated release of Om 2008.8. Flashing this image is equal to upgrading Om 2008.8 to September 16th with okpg. If you upgrade on any of the two systems, that ends up in exactly the same system [http://lists.openmoko.org/pipermail/community/2008-September/031003.html].
+
Om 2008.9 is an updated release of Om 2008.8.  
 
+
 
{{Main|Om2008.9 Update}}
 
{{Main|Om2008.9 Update}}
  
 
'''Neo FreeRunner images'''
 
'''Neo FreeRunner images'''
  
 +
If you want the exact bits released on September 19th, go to:
 
http://downloads.openmoko.org/releases/Om2008.9/
 
http://downloads.openmoko.org/releases/Om2008.9/
  
Note, that this is a certain "point release" of Om 2008.8. Updated images under the 2008.8 section are newer, because those are updated builds of the same distribution.
+
If you plan to update your distribution, you may as well flash directly from:
 +
http://downloads.openmoko.org/releases/Om2008.8-update/
 +
 
 +
There is no need to reflash if you have installed Om 2008.8 and used ''opkg update && opkg upgrade''. For older releases of this distribution, see [[Old Openmoko Distribution Releases]]
  
For older releases of this distribution, see [[Old Openmoko Distribution Releases]]
+
[http://lists.openmoko.org/pipermail/community/2008-September/031003.html].
  
 
== The bleeding edge: Om "base / empty" images ==
 
== The bleeding edge: Om "base / empty" images ==
Line 126: Line 125:
  
 
== Other downloads ==
 
== Other downloads ==
 +
 +
=== Applications repositories ===
 +
 +
If you are looking for a specific application instead of a full filesystem image:
 +
* {{Main|CommunityRepository}}
 +
* {{Main|Users Repositories}}
  
 
=== CAD files ===
 
=== CAD files ===

Revision as of 20:56, 2 October 2008

This page lists various images you can try out on your Openmoko supported smartphone and some #Other downloads.

As of October 1st, 2008:

  • The phones ship with Om 2007.2. It is not supported by Openmoko Inc. anymore. But community developpers continue to work on it as the SHR project.
  • The FreeRunner is a reference platform for TrollTech's Qt Extended (formerly Qtopia) distribution.
  • The branch currently supported by Openmoko Inc. is Om 2008.9 (ASU), which is a minor upgrade of Om 2008.8. Based on that, the community made the FDOM distribution by adding lots of fixes and applications to it.
  • The trunk tip is FSO, the next major release should be based on that. The Debian packaging team also track that.
  • The big G did not make any announcement about an Android port.

See Distributions for a more descriptive comparison. Then see Development Branches Policy when you want to know where the really bleeding edge is.

Contents

Installation instructions

See Flashing the Neo FreeRunner for installation instructions. Neo 1973 users: Getting Started with your Neo1973. If you want to install a system to a microSD card, see Booting from SD.

The release directories can contain up to four files:

  • a Root FileSystem image. These are the files with rootfs in their name. They come both as a .jffs2 ready-to-flash image, and as a .tar.gz ready-to-cp tarball.
  • a Kernel image (files with uimage in their name).
  • a u-boot bootloader (file with u-boot in the name).
  • a splash image file.

Also, the archive directory contains two identical versions of most files, one having the date in the filename. For those convenience ?

One usually needs only to flash the phone with the root filesystem and the kernel image. The splash image is eyecandy. The u-Boot bootloader is a critical component, you don't want to install a new version of that systematically, but there have been improvements since the one released in shipping phones.

Om 2008.9 (ASU)

Om 2008.9 is an updated release of Om 2008.8.

Main article: Om2008.9 Update


Neo FreeRunner images

If you want the exact bits released on September 19th, go to: http://downloads.openmoko.org/releases/Om2008.9/

If you plan to update your distribution, you may as well flash directly from: http://downloads.openmoko.org/releases/Om2008.8-update/

There is no need to reflash if you have installed Om 2008.8 and used opkg update && opkg upgrade. For older releases of this distribution, see Old Openmoko Distribution Releases

[1].

The bleeding edge: Om "base / empty" images

The org.openmoko.dev branch does not have any applications preinstalled other than settings and installer, and it is unstable for now.

Images for testing are at: http://downloads.openmoko.org/daily/

To get packages from testing, use this /etc/opkg/testing.conf :

src/gz testing-all http://downloads.openmoko.org/repository/testing/all
src/gz testing-arm http://downloads.openmoko.org/repository/testing/armv4t
src/gz testing-i686 http://downloads.openmoko.org/repository/testing/i686
src/gz testing-neo http://downloads.openmoko.org/repository/testing/neo1973
src/gz testing-gta02 http://downloads.openmoko.org/repository/testing/om-gta02

unstable comes from the same branch, compiled with the AUTOREV flag. There are no images, but packages are at http://downloads.openmoko.org/repository/unstable/

Reference: See "Repository and Images" announcement for details on other "Base image", "testing" and "unstable".

Once you have this base image, you can install the GTK+ telephony apps including gsmd, or Qtopia, or Mickey's framework. Check out the FDOM page for an idea of what to install.

Om 2007.2 images (GTK)

Main article: Om 2007.2


Openmoko discontinued support for this release. The host that used to distribute it has been taken offline at the end of August 2008. Old images have been archived at http://downloads.openmoko.org/releases/Om2007.11/ .

Celtune offers different Images and a huge amount of packages (2007.2, pyneo, fso) for neo1973, freerunner and others. Celtune images can be found at http://rabenfrost.net/celtune/ .

Andy Powell maintains (or used to maintain ?) images based on the 2007.2 software stack for the gta01 and gta02. A. Powell's ScaredyCat images can be found at: http://buildhost.automated.it/OM2007.2/ .

FSO images (freesmartphone.org)

Main article: OpenmokoFramework


Download Milestone 3 is here: http://downloads.openmoko.org/framework/milestone3/

The file system will be in a jffs2 "summary" file. A file with the extension ".jffs2.summary" can be flashed to the FreeRunner just like an ordinary jffs2 file.

Browse the source: http://trac.freesmartphone.org:8000/trac-example/browser

FDOM

Main article: FDOM - a Fat and Dirty OM based distribution


Download images: http://compartida.net/openmoko/FDOM/

Qt Extended (formerly Qtopia) images

Main article: qtopia


Images are available on the Qtopia.net images page, make sure your browser sends referer Header when downloading. (Note: direct linking to the files does not work.)

Neo FreeRunner

  • Find "Qtopia flash image for FIC Neo FreeRunner (gta02)" on Qtopia.net images (a tarball with both a rootfs and kernel)
  • The "Developer root filesystem for FIC Neo FreeRunner (gta02)" file is a barebones root filesystem created from the 'FSO' image available from Openmoko.

Neo 1973

  • Find "Qtopia flash image for FIC Neo 1973 (gta01)" on Qtopia.net images (a tarball with both a rootfs and kernel)

More Qtopia downloads

You might also try ftp.trolltech.com snapshots

Addtional packages can be added from the Trolltech feed for this image, found at http://qtopia.net/packages/feed/4.3.2/neo/ To get to these packages, you need to add the feed as a source in the Qtopia package manager.

SHR images (Stable Hybrid Release)

Main article: SHR


There are no downloadable images yet.

Debian images

See Debian.


Other downloads

Applications repositories

If you are looking for a specific application instead of a full filesystem image:

Main article: CommunityRepository


Main article: Users Repositories


CAD files

You can download CAD files here. http://downloads.openmoko.org/CAD/

Schematics

You can download the schematics of Neo 1973 (GTA01) and Neo FreeRunner (GTA02) here: http://downloads.openmoko.org/schematics/

Press material

Download Neo FreeRunner photos in various sizes for print and web use here: http://openmoko.com/press-press-material.html

Tiddlywiki version of wiki.openmoko.org

If you want to carry this wiki along with you and to use it offline, then download http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html and store it locally, then browse through the pages which you think you need to have, click "save changes", so next time you open it all articles you have fetched previously will be available to you.

Personal tools

This page lists various images you can try out on your Openmoko supported smartphone and some other downloads. Note however, that some of these are works in progress and may not have even released any files yet. Nothing is guaranteed to work. Proceed at your own risk.

If you are looking for a specific application, see

Main article: CommunityRepository
or go directly to

As of October 1st, 2008:

  • The phones ship with Om 2007.2. It is not supported by Openmoko Inc. anymore. But community developpers continue to work on it as the SHR project.
  • The FreeRunner is a reference platform for TrollTech's Qt Extended (formerly Qtopia) distribution.
  • The stable branch is Om 2008.9 (ASU), it is officially supported by Openmoko Inc. And based on that, the community made the FDOM distribution by adding lots of fixes and applications to it.
  • The trunk tip is FSO, the next release will be based on that. The Debian packaging team also track that.
  • The big G did not make any announcement about an Android port.

See Distributions for more description and comparison of the images downloadable here. Then see Development Branches Policy when you want to know where the really bleeding edge is.

Installation instructions

See Flashing the Neo FreeRunner for installation instructions. Neo 1973 users: Getting Started with your Neo1973.

In most cases you will download

  • a Root FileSystem image and
  • a Kernel image

to flash into your phone. The third available file is the u-Boot bootloader. This is a critical component, you don't want to install a new version of that unless there are bug fixes that you really need.

If you want to install a system to a microSD card, see Booting from SD.

Images.png

Om 2008.9 (ASU)

Om 2008.9 is an updated release of Om 2008.8. Flashing this image is equal to upgrading Om 2008.8 to September 16th with okpg. If you upgrade on any of the two systems, that ends up in exactly the same system [1].

Main article: Om2008.9 Update


Neo FreeRunner images

http://downloads.openmoko.org/releases/Om2008.9/

Note, that this is a certain "point release" of Om 2008.8. Updated images under the 2008.8 section are newer, because those are updated builds of the same distribution.

For older releases of this distribution, see Old Openmoko Distribution Releases

The bleeding edge: Om "base / empty" images

The org.openmoko.dev branch does not have any applications preinstalled other than settings and installer, and it is unstable for now.

Images for testing are at: http://downloads.openmoko.org/daily/

To get packages from testing, use this /etc/opkg/testing.conf :

src/gz testing-all http://downloads.openmoko.org/repository/testing/all
src/gz testing-arm http://downloads.openmoko.org/repository/testing/armv4t
src/gz testing-i686 http://downloads.openmoko.org/repository/testing/i686
src/gz testing-neo http://downloads.openmoko.org/repository/testing/neo1973
src/gz testing-gta02 http://downloads.openmoko.org/repository/testing/om-gta02

unstable comes from the same branch, compiled with the AUTOREV flag. There are no images, but packages are at http://downloads.openmoko.org/repository/unstable/

Reference: See "Repository and Images" announcement for details on other "Base image", "testing" and "unstable".

Once you have this base image, you can install the GTK+ telephony apps including gsmd, or Qtopia, or Mickey's framework. Check out the FDOM page for an idea of what to install.

Om 2007.2 images (GTK)

Main article: Om 2007.2


Openmoko discontinued support for this release. The host that used to distribute it has been taken offline at the end of August 2008. Old images have been archived at http://downloads.openmoko.org/releases/Om2007.11/ .

Celtune offers different Images and a huge amount of packages (2007.2, pyneo, fso) for neo1973, freerunner and others. Celtune images can be found at http://rabenfrost.net/celtune/ .

Andy Powell maintains (or used to maintain ?) images based on the 2007.2 software stack for the gta01 and gta02. A. Powell's ScaredyCat images can be found at: http://buildhost.automated.it/OM2007.2/ .

FSO images (freesmartphone.org)

Main article: OpenmokoFramework


Download Milestone 3 is here: http://downloads.openmoko.org/framework/milestone3/

The file system will be in a jffs2 "summary" file. A file with the extension ".jffs2.summary" can be flashed to the FreeRunner just like an ordinary jffs2 file.

Browse the source: http://trac.freesmartphone.org:8000/trac-example/browser

FDOM

Main article: FDOM - a Fat and Dirty OM based distribution


Download images: http://compartida.net/openmoko/FDOM/

Qt Extended (formerly Qtopia) images

Main article: qtopia


Images are available on the Qtopia.net images page, make sure your browser sends referer Header when downloading. (Note: direct linking to the files does not work.)

Neo FreeRunner

  • Find "Qtopia flash image for FIC Neo FreeRunner (gta02)" on Qtopia.net images (a tarball with both a rootfs and kernel)
  • The "Developer root filesystem for FIC Neo FreeRunner (gta02)" file is a barebones root filesystem created from the 'FSO' image available from Openmoko.

Neo 1973

  • Find "Qtopia flash image for FIC Neo 1973 (gta01)" on Qtopia.net images (a tarball with both a rootfs and kernel)

More Qtopia downloads

You might also try ftp.trolltech.com snapshots

Addtional packages can be added from the Trolltech feed for this image, found at http://qtopia.net/packages/feed/4.3.2/neo/ To get to these packages, you need to add the feed as a source in the Qtopia package manager.

SHR images (Stable Hybrid Release)

Main article: SHR


There are no downloadable images yet.

Debian images

See Debian.


Other downloads

CAD files

You can download CAD files here. http://downloads.openmoko.org/CAD/

Schematics

You can download the schematics of Neo 1973 (GTA01) and Neo FreeRunner (GTA02) here: http://downloads.openmoko.org/schematics/

Press material

Download Neo FreeRunner photos in various sizes for print and web use here: http://openmoko.com/press-press-material.html

Tiddlywiki version of wiki.openmoko.org

If you want to carry this wiki along with you and to use it offline, then download http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html and store it locally, then browse through the pages which you think you need to have, click "save changes", so next time you open it all articles you have fetched previously will be available to you.