Winter 2010 Posters/ARM Intro

From CDOT Wiki
Revision as of 21:41, 19 April 2010 by Adaniel3 (talk | contribs) (Our Goal)
Jump to: navigation, search

Project Name

Fedora/ARM

Name

Arlene Daniel

Our Goal

To provide support for ARM by managing the software used to compile the fedora software for koji. It will also support software that will automatically prepare updates for koji once they are available for the the application.

To support the Fedora ARM initiative by creating and managing a Koji build farm that will koji-shadow the primary architectures.

About The ARM Architecture

ARM chips are the most popular CPU produced, approximately 1.6 billion are being made each year. They are being sold under a number of different brand names, brands like ARM, StrongARM, Armada, Cortex, OMAP, Sheeva, Snapdragon and XScale to name a few. Which are all being made by a number of different manufacturers. Most of the chips created are being used in devices like cellphones and hundreds of millions are being used in other devices such as routers, NAS boxes, embedded controllers, tablets, and netbooks.


The ARM Hardware

One Laptop Per Child (OLPC) computers - model XO-1.75 a subnotebook that is donated to developing countries at a cost of fifty dollars so that each primary school child could have their own laptop to explore the world, a Touch Book - developed by Always Innovating is a lightweight portable device that has a detachable magnetic keyboard and the SheevaPlug - a plug computer designed to run network-based software devices are some devices that use an ARM processor.

These devices use a Linux based OS and since Fedora is used on the XO units, having a reliable ARM build of Fedora is increasingly important.


About Fedora

Fedora is an open source operating system using RPM-based, built on top of the Linux kernel. It is developed and maintained by a community-support known as the Fedora Project which is sponsored by Red Hat. The Fedora Project's mission is "To lead the advancement of free and open source software and content as a collaborative community." Fedora’s main aim is to be a leader in the use and distribution on software designed as open source. Fedora has a release every six months and a maintenance period of about thirteen months for each of its releases. Fedora 12 was released November 11, 2009 and Fedora 13 has an expected release date of May 18, 2010.


Supported Architecture

Fedora supports two primary architectures:

  i386 - 32-bit Intel/AMD-compatible
  x86_64 - 64-bit Intel/AMD-compatible

There are also a number of secondary archs:

 arm - A widely-used, low-power processor family commonly used for embedded and mobile applications
 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 ARM Architecture

The ARM architecture is increasingly important, but there's a lot more that could be done in terms of update frequency, number of packages successfully built, transparency of process, and integration with the other Fedora build processes.

Fedora policy requires that packages be natively compiled. We use a cluster of ARM hardware and QEMU virtual machines to build the packages natively for ARM.

The baseline ARM CPU architecture that we have chosen to support is ARMv5TE, Little Endian, Soft-Float, EABI. We believe that this provides a nice baseline and that the pre-built packages and root file system images. You should be able to use this on many of the modern ARM CPUs, including XScale, ARM926 and ARM-11, etc.

Although we do not provide such binaries, the sources also lend themselves for building for pre-ARMv5TE hardware. The same is true for big-endian CPUs.

We currently do not plan to provide an installer, ISO images, or a kernel. Unlike in the x86 world, different ARM CPU families require different kernel images. Likewise, it is not entirely clear whether it makes sense to provide an installer or ISO images.


Our Objective

The plan was to set up a Koji builder on a system of virtual ARM machines that is based on the CDOT system HongKong. The ARM builders are using QEMU emulation, which will be replaced by ARM Hardware when it arrives.

The HongKong system also housed a PosegreSQL database and the Koji hub, Koji Web and Kojira. Other components like Apache and Mock also had to be installed on the system.


Acknowledgements

  • Chris Tyler

Links

Images