Users Repositories

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Highlighted the importance of Amstrong)
(smaller headings (consistent with other pages))
Line 1: Line 1:
 
Here you can find prebuilt kernels and root file systems.
 
Here you can find prebuilt kernels and root file systems.
  
=Official downloads=
+
==Official downloads==
  
==Recent/latest builds==
+
===Recent/latest builds===
 
* Framework Testing Images (FSO)
 
* Framework Testing Images (FSO)
 
:http://downloads.openmoko.org/framework/
 
:http://downloads.openmoko.org/framework/
Line 11: Line 11:
 
:http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D
 
:http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D
  
==Snapshots [http://downloads.openmoko.org/snapshots/]==
+
===Snapshots [http://downloads.openmoko.org/snapshots/]===
 
* 2007.11 - the latest (2nd Dec) snapshot ([http://lists.openmoko.org/pipermail/community/2007-December/011980.html from Mickey])
 
* 2007.11 - the latest (2nd Dec) snapshot ([http://lists.openmoko.org/pipermail/community/2007-December/011980.html from Mickey])
 
:http://downloads.openmoko.org/snapshots/2007.11/images/
 
:http://downloads.openmoko.org/snapshots/2007.11/images/
Line 17: Line 17:
 
:http://downloads.openmoko.org/snapshots/2007.08/images/
 
:http://downloads.openmoko.org/snapshots/2007.08/images/
  
==Daily==
+
===Daily===
 
* Unstable Daily-builds
 
* Unstable Daily-builds
 
:http://buildhost.openmoko.org/daily/
 
:http://buildhost.openmoko.org/daily/
  
==[[CommunityRepository|Community repository]]==
+
===[[CommunityRepository|Community repository]]===
 
:http://downloads.openmoko.org/community-repository/
 
:http://downloads.openmoko.org/community-repository/
  
=Unofficial builds=
+
==Unofficial builds==
  
== Angstrom Repository ==
+
=== Angstrom Repository ===
  
 
Angstrong is the base distribution of OpenMoko Linux distribution. It contains the basic set of Linux applications and they should be compatible with OpenMoko. [http://www.angstrom-distribution.org/repo/ The repository package listing].
 
Angstrong is the base distribution of OpenMoko Linux distribution. It contains the basic set of Linux applications and they should be compatible with OpenMoko. [http://www.angstrom-distribution.org/repo/ The repository package listing].
Line 36: Line 36:
 
</pre>
 
</pre>
  
==[[User:ChooseOpen|ChooseOpen]]==
+
===[[User:ChooseOpen|ChooseOpen]]===
 
:http://chooseopen.com/openmoko/build/2007.2/?M=D (2007.2)
 
:http://chooseopen.com/openmoko/build/2007.2/?M=D (2007.2)
 
:http://chooseopen.com/openmoko/build/qtopia/?M=D (Qtopia)
 
:http://chooseopen.com/openmoko/build/qtopia/?M=D (Qtopia)
  
==[[User:Kevin_Dean|Kevin_Dean]]==
+
===[[User:Kevin_Dean|Kevin_Dean]]===
 
:http://downloads.openmoko.org/recommended/ (only gta01)
 
:http://downloads.openmoko.org/recommended/ (only gta01)
 
:Latest recommended [[Snapshot review|snapshot review]]
 
:Latest recommended [[Snapshot review|snapshot review]]
  
==[[User:ScaredyCat|ScaredyCat]]==
+
===[[User:ScaredyCat|ScaredyCat]]===
 
:http://buildhost.automated.it/OM2007.2/?M=D
 
:http://buildhost.automated.it/OM2007.2/?M=D
  
Line 62: Line 62:
 
  /etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu
 
  /etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu
  
=='''mwester''' unofficial builds==
+
==='''mwester''' unofficial builds===
 
:http://moko.mwester.net/
 
:http://moko.mwester.net/
  
==celtune==
+
===celtune===
 
:http://rabenfrost.net/celtune/?C=M;O=D
 
:http://rabenfrost.net/celtune/?C=M;O=D
 
:http://rabenfrost.net/celtune/ipk/
 
:http://rabenfrost.net/celtune/ipk/

Revision as of 02:46, 6 August 2008

Here you can find prebuilt kernels and root file systems.

Contents

Official downloads

Recent/latest builds

  • Framework Testing Images (FSO)
http://downloads.openmoko.org/framework/
  • OM2007.2
http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D
  • OM2007.1 (Obsolete)
http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D

Snapshots [1]

  • 2007.11 - the latest (2nd Dec) snapshot (from Mickey)
http://downloads.openmoko.org/snapshots/2007.11/images/
  • 2007.08 snapshot, as announced by Sean on August 19
http://downloads.openmoko.org/snapshots/2007.08/images/

Daily

  • Unstable Daily-builds
http://buildhost.openmoko.org/daily/

Community repository

http://downloads.openmoko.org/community-repository/

Unofficial builds

Angstrom Repository

Angstrong is the base distribution of OpenMoko Linux distribution. It contains the basic set of Linux applications and they should be compatible with OpenMoko. The repository package listing.

To add the unstable Angstrom feed, update your /etc/ipkg/base-feeds.conf to include a line:

src/gz base http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/

ChooseOpen

http://chooseopen.com/openmoko/build/2007.2/?M=D (2007.2)
http://chooseopen.com/openmoko/build/qtopia/?M=D (Qtopia)

Kevin_Dean

http://downloads.openmoko.org/recommended/ (only gta01)
Latest recommended snapshot review

ScaredyCat

http://buildhost.automated.it/OM2007.2/?M=D

ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:

cd /etc/opkg
wget http://buildhost.automated.it/scaredycat.conf 
opkg update
opkg install gpe-filemanager
opkg install gpe-timesheet
opkg install gpe-todo
opkg install mysql
opkg install mtpaint
opkg install sqlite
opkg install ntp
#(you get the idea)
/etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu

mwester unofficial builds

http://moko.mwester.net/

celtune

http://rabenfrost.net/celtune/?C=M;O=D
http://rabenfrost.net/celtune/ipk/

Celtune offers Standard-Builds (.jffs2, .tar.gz, .bin, .ipk) and several special-images with additional packages (e.g. monster-images,navigation-images,...) For more info take a look at http://rabenfrost.net/celtune/1-NEWS-WARNING-INFO You can find images, kernels and packages for other devices too on http://rabenfrost.net/celtune/ (e.g. HTC-Blueangel, Asus730W ...) A huge number of packages is located at http://rabenfrost.net/celtune/ipk/ Use the following line to add celtune's feed to your neo:

cd /etc/opkg && wget http://rabenfrost.net/celtune/celtune-rabenfrost.conf

If you want to add a link, it would be nice to enforce a standard format of these feeds so that they can be browsed automatically.

Personal tools

Here you can find prebuilt kernels and root file systems.

Official downloads

Recent/latest builds

  • Framework Testing Images (FSO)
http://downloads.openmoko.org/framework/
  • OM2007.2
http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D
  • OM2007.1 (Obsolete)
http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D

Snapshots [1]

  • 2007.11 - the latest (2nd Dec) snapshot (from Mickey)
http://downloads.openmoko.org/snapshots/2007.11/images/
  • 2007.08 snapshot, as announced by Sean on August 19
http://downloads.openmoko.org/snapshots/2007.08/images/

Daily

  • Unstable Daily-builds
http://buildhost.openmoko.org/daily/

Community repository

http://downloads.openmoko.org/community-repository/

Unofficial builds

Angstrom Repository

Angstrong is the base distribution of OpenMoko Linux distribution. It contains the basic set of Linux applications and they should be compatible with OpenMoko. The repository package listing.

To add the unstable Angstrom feed, update your /etc/ipkg/base-feeds.conf to include a line:

src/gz base http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/

ChooseOpen

http://chooseopen.com/openmoko/build/2007.2/?M=D (2007.2)
http://chooseopen.com/openmoko/build/qtopia/?M=D (Qtopia)

Kevin_Dean

http://downloads.openmoko.org/recommended/ (only gta01)
Latest recommended snapshot review

ScaredyCat

http://buildhost.automated.it/OM2007.2/?M=D

ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:

cd /etc/opkg
wget http://buildhost.automated.it/scaredycat.conf 
opkg update
opkg install gpe-filemanager
opkg install gpe-timesheet
opkg install gpe-todo
opkg install mysql
opkg install mtpaint
opkg install sqlite
opkg install ntp
#(you get the idea)
/etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu

mwester unofficial builds

http://moko.mwester.net/

celtune

http://rabenfrost.net/celtune/?C=M;O=D
http://rabenfrost.net/celtune/ipk/

Celtune offers Standard-Builds (.jffs2, .tar.gz, .bin, .ipk) and several special-images with additional packages (e.g. monster-images,navigation-images,...) For more info take a look at http://rabenfrost.net/celtune/1-NEWS-WARNING-INFO You can find images, kernels and packages for other devices too on http://rabenfrost.net/celtune/ (e.g. HTC-Blueangel, Asus730W ...) A huge number of packages is located at http://rabenfrost.net/celtune/ipk/ Use the following line to add celtune's feed to your neo:

cd /etc/opkg && wget http://rabenfrost.net/celtune/celtune-rabenfrost.conf

If you want to add a link, it would be nice to enforce a standard format of these feeds so that they can be browsed automatically.