Difference between revisions of "Toolbox"

From eLinux.org
Jump to: navigation, search
(Documentation)
Line 31: Line 31:
  
 
=== Documentation ===
 
=== Documentation ===
 +
==== Online ====
 
* Linux Device Drivers, 3rd edition - http://lwn.net/Kernel/LDD3/
 
* Linux Device Drivers, 3rd edition - http://lwn.net/Kernel/LDD3/
 
* Papers from the Ottawa Linux Symposium - broken out - see http://kernel.org/doc/ols/
 
* Papers from the Ottawa Linux Symposium - broken out - see http://kernel.org/doc/ols/
 +
* Embedded Linux kernel and driver development - http://free-electrons.com/training/drivers
 +
* Free Software tools for embedded systems - http://free-electrons.com/training/devtools
 +
* Audio in embedded Linux systems - http://free-electrons.com/training/audio
 +
* Multimedia in embedded Linux systems - http://free-electrons.com/training/multimedia
 +
  
 
==== Books ====
 
==== Books ====

Revision as of 04:38, 10 November 2008

This page has information about developing Embedded Linux, including links to toolchains, debuggers and other development tools. Also, it has links to pages with debugging tips.

Development Tools

Toolchains

Debuggers

Integrated Development Environments

  • FIXTHIS - need link for IDEs (eclipse, etc.)

Tracers and Profilers

Benchmarks

Source Management Tools

There are a number of tools for managing patches, which are useful for different tasks. There's now a whole page devoted to this. See Source Management Tools

For some simple tools for managing patches, see Diff And Patch Tricks

Test Systems

Developer Resources

Kernel mailing lists, web sites, etc.

Documentation

Online


Books

  • Embedded Linux System Design and Development - by P. Raghavan, Amol Lad, and Sriram Neelakandan (Hardcover - Dec 21, 2005)
    • This one looks quite good.
  • Embedded Linux Primer: A Practical Real-World Approach - by Christopher Hallinan
    • So does this one.
  • Building Embedded Linux Systems - by Karim Yaghmour
    • This book is a bit dated (the edition I have is from 2003, but it is still a great resource.

Code Style Tips

Debugging Tips

GCC Tips and Tricks

  • This section of GCC Tips is a collection of tips and tricks helpful for embedded developers

Embedded Linux Distributions