Difference between revisions of "Linux Main"
(added page links for all SDK and Eclipse pages) |
(added custom development links) |
||
Line 48: | Line 48: | ||
* [[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 === | ||
+ | * [[Building the Linux Kernel]] | ||
+ | * [[Using the EMAC GPIO Class]] | ||
+ | * [[Building and Customizing EMAC OE]] | ||
+ | |||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Main Pages]] | [[Category:Main Pages]] |
Revision as of 07:49, 30 April 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
System Operation
- EMAC OE Getting Started Guide
- Boot Process Customization
- USB Gadget Connections
- Archiving JFFS2 Images from Flash
- Mounting JFFS2 Images on a Linux PC
- Creating JFFS2 Images
- Booting with an NFS Root Filesystem
- Repartitioning Root Storage Devices for Linux
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