Difference between revisions of "Linux Main"
Line 2: | Line 2: | ||
<div id="masonry_wrapper"> | <div id="masonry_wrapper"> | ||
− | <div class=" | + | <div class="masonry_item"> |
== General Information == | == General Information == | ||
Line 12: | Line 12: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry_item"> |
== System Operation == | == System Operation == | ||
* [[EMAC OE Getting Started Guide]] | * [[EMAC OE Getting Started Guide]] | ||
Line 19: | Line 19: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry_item"> |
== Software Development == | == Software Development == | ||
=== Overview === | === Overview === | ||
Line 47: | Line 47: | ||
* [[Executing Remote Applications with EMAC Eclipse|Executing Remote Applications]] | * [[Executing Remote Applications with EMAC Eclipse|Executing Remote Applications]] | ||
* [[Debugging Remote Applications withe EMAC Eclipse|Debugging Remote Applications]] | * [[Debugging Remote Applications withe EMAC Eclipse|Debugging Remote Applications]] | ||
− | |||
− | |||
− | |||
=== Custom Development === | === Custom Development === | ||
* [[Building the Linux Kernel]] | * [[Building the Linux Kernel]] | ||
Line 57: | Line 54: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry_item"> |
== 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 69: | Line 66: | ||
</div> | </div> | ||
− | <div class=" | + | <div class="masonry_item"> |
== Bootloaders == | == Bootloaders == | ||
=== U-Boot === | === U-Boot === |
Revision as of 09:03, 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.
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
Eclipse IDE
- Introduction
- Installation
- Configuration
- First Time Starting EMAC Eclipse
- Using the Eclipse Terminal View
- Importing EMAC OE SDK Projects
- Using the EMAC OE SDK Projects
- Creating New Projects
- Remote System Explorer Configuration
- Executing Remote Applications
- Debugging Remote Applications