Difference between revisions of "Linux Main"
(adding wrappers to sections for styling) |
|||
Line 1: | Line 1: | ||
This page is the central location for information relating to the use of the Linux and other Open Source software on EMAC systems. The majority of EMAC Linux systems utilize the EMAC OpenEmbedded Linux distribution (EMAC OE). See the pages below for detailed information. | This page is the central location for information relating to the use of the Linux and other Open Source software on EMAC systems. The majority of EMAC Linux systems utilize the EMAC OpenEmbedded Linux distribution (EMAC OE). See the pages below for detailed information. | ||
− | |||
== General Information == | == General Information == | ||
Line 9: | Line 8: | ||
* [[Open Source Licensing]] | * [[Open Source Licensing]] | ||
* [[Linux FAQ]] | * [[Linux FAQ]] | ||
− | |||
− | <div class=" | + | <div id="masonry_wrapper"> |
+ | <div class="masonry"> | ||
== System Operation == | == System Operation == | ||
* [[EMAC OE Getting Started Guide]] | * [[EMAC OE Getting Started Guide]] | ||
Line 18: | Line 17: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry"> |
== Software Development == | == Software Development == | ||
=== Overview === | === Overview === | ||
Line 48: | Line 47: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry"> |
=== Custom Development === | === Custom Development === | ||
* [[Building the Linux Kernel]] | * [[Building the Linux Kernel]] | ||
Line 56: | Line 55: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry"> |
== Working with Filesystem Images == | == Working with Filesystem Images == | ||
* [[Archiving JFFS2 Images|Archiving JFFS2 Images from Flash]] | * [[Archiving JFFS2 Images|Archiving JFFS2 Images from Flash]] | ||
Line 68: | Line 67: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry"> |
== Bootloaders == | == Bootloaders == | ||
=== U-Boot === | === U-Boot === |
Revision as of 08:25, 2 May 2013
This page is the central location for information relating to the use of the Linux and other Open Source software on EMAC systems. The majority of EMAC Linux systems utilize the EMAC OpenEmbedded Linux distribution (EMAC OE). See the pages below for detailed information.
Contents
General Information
Software Development
Overview
Software Development Kit (SDK)
- Introduction
- Installation
- Configuration
- Using the Example Projects
- Creating a New Project
- Remote Debugging with gdbserver
- Building Existing Software