Difference between revisions of "Fedora ARM Secondary Architecture"

From CDOT Wiki
Jump to: navigation, search
(Current Tasks)
(Status)
 
(14 intermediate revisions by 8 users not shown)
Line 22: Line 22:
 
== ARM Processors ==
 
== 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 &lt;span class=&quot;plainlinks&quot;&gt;[http://www.thepiggybackrider.com/ &lt;span style=&quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;/*CITATION*/&quot;&gt;child carrier&lt;/span&gt;]&lt;/span&gt; <span class="plainlinks">[http://www.thepiggybackrider.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;/*CITATION*/">child carrier</span>]</span> 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.
+
ARM chips are the most popular CPU produced -- in excess of 7 billion are being made each year, or about a million an hour. 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 [http://www.laptop.org 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.
+
ARM processors are used in emerging ''hyperscale'' energy-efficient compute systems based on [http://calxeda.com Calxeda] and [http://marvell.com Marvell] processors.
  
Another popular category of computers that uses ARM processors are [http://plugcomputer.org Plug Computers].
+
In addition, ARM processors are used on:
 +
* [http://www.laptop.org One Laptop Per Child] (OLPC) computers, model XO-1.75 and higher (Fedora is used on the XO units)
 +
* the [http://raspberrypi.org Raspberry Pi], [http://apc.io APC], and other under-$100 "hackputers"
 +
* [http://plugcomputer.org Plug Computers]
  
 
== Objective ==
 
== Objective ==
  
Seneca is supporting the Fedora ARM initiative by hosting and managing a [[:fedora:Koji|Koji]] build farm that shadows the primary architectures, so that every package built for the primary architectures (including updates) is be built for ARM.
+
Seneca is supporting the Fedora ARM initiative by hosting and managing a [[:fedora:Koji|Koji]] build farm that shadows the primary architectures, so that every package built for the primary architectures (including updates) is to be built for ARM.
  
 
The [[Fedora ARM Koji Buildsystem]] is accessible through a [http://arm.koji.fedoraproject.org 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 [https://admin.fedoraproject.org/accounts/ Fedora Account System (fas2)].
 
The [[Fedora ARM Koji Buildsystem]] is accessible through a [http://arm.koji.fedoraproject.org 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 [https://admin.fedoraproject.org/accounts/ Fedora Account System (fas2)].
Line 36: Line 39:
 
== Status ==
 
== Status ==
  
* Currently building F13 under the supervision of [[User:Paul.W|Paul Whalen]] and [[User:Chris Tyler|Chris Tyler]].
+
* Currently building F20.
 
* See the [[Fedora ARM Secondary Architecture/ARM hardware|ARM Hardware]] page for details of the build farm hardware.
 
* See the [[Fedora ARM Secondary Architecture/ARM hardware|ARM Hardware]] page for details of the build farm hardware.
&amp;lt;!--
+
 
 
= Resources =
 
= Resources =
  
Line 68: Line 71:
 
* [https://fedorahosted.org/koji/ Koji software project site]
 
* [https://fedorahosted.org/koji/ Koji software project site]
 
*  [http://blog.thebehrens.net/category/tinkering/ Booting OpenRD from SD]
 
*  [http://blog.thebehrens.net/category/tinkering/ Booting OpenRD from SD]
* [http://chiana.homelinux.org/~marc/eib_sheeva.html SheevaPlug Update instructions]
 
 
*  [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]
  

Latest revision as of 18:02, 23 January 2014

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; these are the primary targets for the packages in Fedora:

  • 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 architechtures, maintained by various groups within the larger Fedora community:

  • 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

The Fedora ARM Secondary Architecture project supports Fedora on ARM processors.

ARM Processors

ARM chips are the most popular CPU produced -- in excess of 7 billion are being made each year, or about a million an hour. 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.

ARM processors are used in emerging hyperscale energy-efficient compute systems based on Calxeda and Marvell processors.

In addition, ARM processors are used on:

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 to 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

  • Currently building F20.
  • See the ARM Hardware page for details of the build farm hardware.

Resources

Wiki Pages

Mailing Lists

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

Sites

IRC