Embedded Linux

From DAVE Developer's Wiki
Revision as of 15:21, 3 May 2012 by DevWikiAdmin (talk | contribs) (Created page with "{{InfoBoxTop}} {{Applies To Linux}} {{InfoBoxBottom}} ===Introduction=== [http://en.wikipedia.org/wiki/Embedded_linux By definition] Embedded Linux is just a particular use of...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Info Box
Tux.png Applies to Linux

Introduction[edit | edit source]

By definition Embedded Linux is just a particular use of the well-known GNU/Linux duo. So most of documentation about GNU/Linux is meaningful for embedde Linux systems too. However, embedded Linux systems have some peculiarities you will not find on a desktop PC. This page aims to provide useful links and information about these issues.

Books[edit | edit source]

Reading of this book http://shop.oreilly.com/product/9780596002220.do is strongly recommended. Practically speaking, that book covers all the issues involved in developing software for such systems (from tool chain organization to the most famous file systems running on top of MTD). It is not a reference guide, but it provides a complete and exhaustive overview that makes the developer to save a lot of time in searching such information over the Internet.

Links[edit | edit source]

If you need a brief but still exhaustive overview of the Linux and Embedded Linux world, please have a look at the excellent training section of Free Electrons web site: http://www.free-electrons.com.

Another rich source of iformation is the web site http://elinux.org.