Difference between revisions of "Fedora ARM Secondary Architecture"

From CDOT Wiki
Jump to: navigation, search
Line 54: Line 54:
  
 
== Wiki Pages ==
 
== Wiki Pages ==
 +
 +
* Seneca Wiki
 +
** [[:category:Fedora ARM Secondary Architecture|Fedora ARM Secondary Architecture (Category)
 +
** [[Fedora ARM Koji Buildsystem]]
 +
** [[Fedora ARM Secondary Architecture/ARM hardware]]
  
 
* Fedora Project wiki
 
* Fedora Project wiki
** [[:fedora:Architectures]]
+
** [[:fedora:Architectures|Architectures]]
** [[:fedora:Architectures/ARM]]
+
** [[:fedora:Architectures/ARM|Architectures/ARM]]
** [[:fedora:Koji]]
+
** [[:fedora:Koji|Koji]]
*** [[:fedora:Koji/ServerHowTo]]
+
*** [[:fedora:Koji/ServerHowTo|Koji/ServerHowTo]]
*** [[:fedora:Koji/Policies]]
+
*** [[:fedora:Koji/Policies|Koji/Policies]]
  
= Mailing Lists =
+
== Mailing Lists ==
  
 
* Fedora Mailing Lists
 
* Fedora Mailing Lists
Line 68: Line 73:
 
** [https://admin.fedoraproject.org/mailman/listinfo/arm arm] - For discussion of the ARM secondary architecture
 
** [https://admin.fedoraproject.org/mailman/listinfo/arm arm] - For discussion of the ARM secondary architecture
  
= Sites =
+
== Sites ==
  
  
Line 77: Line 82:
 
*  [http://paulfedora.wordpress.com/2010/05/13/installing-fedora-12-on-a-guruplug/ Booting GuruPlug Server from SD]
 
*  [http://paulfedora.wordpress.com/2010/05/13/installing-fedora-12-on-a-guruplug/ Booting GuruPlug Server from SD]
  
= IRC =
+
== IRC ==
  
 
* Fedora ARM Build Master - Paul Whalen - PaulW or PaulW_cdot on irc://irc.freenode.net/fedora-arm
 
* Fedora ARM Build Master - Paul Whalen - PaulW or PaulW_cdot on irc://irc.freenode.net/fedora-arm

Revision as of 23:12, 15 November 2010

Introduction

Fedora Architectures

Fedora is an open source community that produces the Fedora Linux distribution -- a complete operating system (and more) consisting of thousands of software packages. This software is available free of charge complete with the source code, so anyone can use, distribute, and modify it to meet their needs.

The Fedora distribution supports two primary architectures:

  • i386 - 32-bit Intel/AMD - the chips that power most 32-bit computers, laptops, and netbooks
  • x86_64 - 64-bit Intel/AMD - the chips that power most 64-bit computers and laptops

There are also a number of secondary archs:

  • ARM - A widely-used, low-power processor family commonly used for embedded and mobile applications, including cellphones and tablets
  • ia64 - Itanium
  • pa-risc - HP Precision Architecture
  • ppc - 32-bit Power PC
  • ppc64 - 64-bit Power PC
  • s390 - IBM mainframes (including z90 and z9)
  • sparc - Sun RISC architecture

ARM Processors

ARM chips are the most popular CPU produced -- in excess of 5 billion are being made each year. These are being sold under a number of different brand names (ARM, StrongARM, Armada, Cortex, OMAP, Sheeva, Snapdragon, XScale) by a number of different manufacturers. Most of these are going into cellphones, but hundreds of millions are being used in other devices such as routers, NAS boxes, embedded controllers, tablets, and netbooks.

The One Laptop Per Child (OLPC) computers, model XO-1.75, use an ARM processor. Since Fedora is used on the XO units, having a reliable ARM build of Fedora is increasingly important.

Objective

Seneca is supporting the Fedora ARM initiative by hosting and managing a Koji build farm that shadows the primary architectures, so that every package built for the primary architectures (including updates) is be built for ARM.

The Fedora ARM Koji Buildsystem is accessible through a web interface and through the koji command-line tools provided as part of Fedora. Anyone with a Fedora account is welcome to build packages on it; if you do not already have an account wish to make use of the build system you can sign up using the Fedora Account System (fas2).

Status

Resources

Wiki Pages

Mailing Lists

  • Fedora Mailing Lists
    • secondary - For discussion of secondary architectures
    • arm - For discussion of the ARM secondary architecture

Sites

IRC