Difference between revisions of "Embedded Linux Distributions"

From eLinux.org
Jump to: navigation, search
Line 26: Line 26:
 
== Configuration and Build systems ==
 
== Configuration and Build systems ==
 
* [[Open Embedded]] - System for building full embedded images from scratch
 
* [[Open Embedded]] - System for building full embedded images from scratch
* [http://buildroot.uclibc.org/ buildroot]
+
* [http://www.buildroot.net buildroot]
 
** Buildroot is a set of Makefiles and patches that makes it easy generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library.
 
** Buildroot is a set of Makefiles and patches that makes it easy generate a cross-compilation toolchain and root filesystem for your target Linux system using the uClibc C library.
 
* [http://www.pengutronix.de/software/ptxdist/index_en.html PTXdist]
 
* [http://www.pengutronix.de/software/ptxdist/index_en.html PTXdist]

Revision as of 18:59, 6 April 2009

Here is some information about embedded Linux distributions, and kernel configuration and build systems:

Vendor distros

Other distros

Special purpose embedded Linux distributions

Configuration and Build systems

  • Building Embedded Userlands - Presentation by Ned Miljevic & Klaas van Gend at the ELC 2008 which compares different configuration and build systems

Further reading

  • Embedded OS mentions a variety of embedded operating systems, including embedded Linux.