Difference between revisions of "Linux Main"
(→System Operation: added organization and additional links) |
(moved sections to change priority) |
||
Line 13: | Line 13: | ||
* [[EMAC OE Boot Process Customization|Boot Process Customization]] | * [[EMAC OE Boot Process Customization|Boot Process Customization]] | ||
* [[EMAC OE USB Gadget Connections|USB Gadget Connections]] | * [[EMAC OE USB Gadget Connections|USB Gadget Connections]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Software Development == | == Software Development == | ||
Line 69: | Line 47: | ||
* [[Building and Customizing EMAC OE]] | * [[Building and Customizing EMAC OE]] | ||
+ | == Working with Filesystem Images == | ||
+ | * [[Archiving JFFS2 Images|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]] | ||
+ | ** [[Repartitioning a CompactFlash Disk for Linux]] | ||
+ | ** [[Repartitioning NAND Flash with JFFS2 for Linux]] | ||
+ | * [[Loading Linux Images to a Compact Flash Disk]] | ||
+ | |||
+ | == Bootloaders == | ||
+ | === U-Boot === | ||
+ | * [[U-Boot Overview]] | ||
+ | * [[Loading Images with U-Boot]] | ||
+ | |||
+ | === RedBoot === | ||
+ | * [[RedBoot Overview]] | ||
+ | * [[Loading Images with RedBoot]] | ||
+ | |||
+ | === LILO === | ||
+ | * [[LILO Overview]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Main Pages]] | [[Category:Main Pages]] |
Revision as of 09:05, 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
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
Custom Development
Working with Filesystem Images
- 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
- Loading Linux Images to a Compact Flash Disk