Kernel-new-tmp

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Sources)
(Fix.)
 
(64 intermediate revisions by 3 users not shown)
Line 1: Line 1:
TODO: spellcheck and check grammar.
+
#REDIRECT [[Kernel]].
 
+
This page will eventually replace the [[Kernel]] page.
+
 
+
This page is mostly useful for developers and power/curious users. If you are looking for a kernel to flash into your GTA01/GTA02 you might want to check the [[Distributions]] page instead. If you are really serious about finding a working kernel right away with no context whatsoever you will find prebuilt bootable kernel images called ''uImage*'' here: http://downloads.openmoko.org/distro/releases/
+
 
+
== General ==
+
 
+
External Linux kenel developers and [[Openmoko]] Linux kernel developers provide a working kernel for the [[Freerunner]] (Also known as GTA02) and also for the [[Neo1973]] (Aka GTA01).
+
 
+
Right now there is an ongoing effort to reduce the distance between current Linux 2.6 (mainline) and the kernel in the Openmoko repository and thanks to that we can run the most recent released version of Linux 2.6.
+
 
+
== Sources ==
+
 
+
The sources of the Linux kernel live in a GIT repository.
+
 
+
http://git.openmoko.org/?p=kernel.git;a=summary
+
 
+
[http://git-scm.com GIT] is a fast version control system suited for the workflow that many kernel developers use. It is specially useful when you need to send patches for a project (who might in turn might need to send them upstream). This is an over-simplification but it gives you the idea in case you did not know.
+
 
+
Git might seem complicated because .. it is. Once you learn how to use it you won't want to go back. We have a page with [[Hints_on_using_GIT_and_stgit]] where we all hope to share some cool tips and tricks that can help you get started. We will anyway include the git commands that you need in order to build a working kernel without trying to replace [http://git.or.cz/course/ better manuals people have outhere].
+
 
+
=== Building the kernel ===
+
 
+
== Contributing ==
+
 
+
The development resources [[Openmoko]] offers are:
+
 
+
* Git repository: http://git.openmoko.org/?p=kernel.git;a=summary
+
* [http://lists.openmoko.org/mailman/listinfo/openmoko-kernel Mailing list] ([http://lists.openmoko.org/pipermail/openmoko-kernel/ Online Archive])
+
 
+
We appreciate your contributions. Check the Open Issues at the end of this page to check where we need more help.
+
 
+
If in doubt ask in the mailing list.
+
 
+
== Known issues ==
+
 
+
TODO: Link important open tickets
+

Latest revision as of 09:39, 27 February 2009

  1. REDIRECT Kernel.
Personal tools

TODO: spellcheck and check grammar.

This page will eventually replace the Kernel page.

This page is mostly useful for developers and power/curious users. If you are looking for a kernel to flash into your GTA01/GTA02 you might want to check the Distributions page instead. If you are really serious about finding a working kernel right away with no context whatsoever you will find prebuilt bootable kernel images called uImage* here: http://downloads.openmoko.org/distro/releases/

General

External Linux kenel developers and Openmoko Linux kernel developers provide a working kernel for the Freerunner (Also known as GTA02) and also for the Neo1973 (Aka GTA01).

Right now there is an ongoing effort to reduce the distance between current Linux 2.6 (mainline) and the kernel in the Openmoko repository and thanks to that we can run the most recent released version of Linux 2.6.

Sources

The sources of the Linux kernel live in a GIT repository.

http://git.openmoko.org/?p=kernel.git;a=summary

GIT is a fast version control system suited for the workflow that many kernel developers use. It is specially useful when you need to send patches for a project (who might in turn might need to send them upstream). This is an over-simplification but it gives you the idea in case you did not know.

Git might seem complicated because .. it is. Once you learn how to use it you won't want to go back. We have a page with Hints_on_using_GIT_and_stgit where we all hope to share some cool tips and tricks that can help you get started. We will anyway include the git commands that you need in order to build a working kernel without trying to replace better manuals people have outhere.

Building the kernel

Contributing

The development resources Openmoko offers are:

We appreciate your contributions. Check the Open Issues at the end of this page to check where we need more help.

If in doubt ask in the mailing list.

Known issues

TODO: Link important open tickets