Difference between revisions of "Embedded Linux Distributions"

From eLinux.org
Jump to: navigation, search
(Configuration and Build systems)
(Configuration and Build systems)
Line 13: Line 13:
 
== 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]
 +
** 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.linuxfromscratch.org/ Linux From Scratch]
 
* [[Qplus Target Builder]] - Target image builder from ETRI
 
* [[Qplus Target Builder]] - Target image builder from ETRI
 
* LTIB - Linux Target Image Builder (by Stuart Hughes of FreeScale) - see http://savannah.nongnu.org/projects/ltib
 
* LTIB - Linux Target Image Builder (by Stuart Hughes of FreeScale) - see http://savannah.nongnu.org/projects/ltib
 
* Eagle Linux - http://www.safedesksolutions.com/eaglelinux/
 
* Eagle Linux - http://www.safedesksolutions.com/eaglelinux/
    An embedded Linux distribution aimed at helping users learn Linux by
+
** An embedded Linux distribution aimed at helping users learn Linux by creating bootable Linux images "virtually from scratch". Eagle Linux 2.3 is currently distributed as a concise, 26-page PDF documenting the creation of a minimalist, network-ready Linux image for bootable CDs, floppies, or flash drives. See description at: http://ct.enews.deviceforge.com/rd/cts?d=207-106-2-28-5560-8662-0-0-0-1
    creating bootable Linux images "virtually from scratch".
 
    Eagle Linux 2.3 is currently distributed as a concise, 26-page PDF documenting the
 
    creation of a minimalist, network-ready Linux image for bootable [[CDs]],
 
    floppies, or flash drives. See description at: http://ct.enews.deviceforge.com/rd/cts?d=207-106-2-28-5560-8662-0-0-0-1
 

Revision as of 08:40, 24 September 2007

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

Vendor distros

Other distros

Configuration and Build systems