Difference between revisions of "Linux Main"
m (→Custom Development) |
m (→Working with Filesystem Images) |
||
Line 69: | Line 69: | ||
== Working with Filesystem Images == | == Working with Filesystem Images == | ||
<div class="masonry_content"> | <div class="masonry_content"> | ||
+ | ==Media Cards== | ||
+ | |||
+ | * [[Loading Linux Images to a Compact Flash Disk]] | ||
+ | |||
+ | ==MTD Flash== | ||
+ | |||
+ | * [[Creating JFFS2 Images]] | ||
+ | * [[Mounting JFFS2 Images on a Linux PC]] | ||
* [[Archiving JFFS2 Images|Archiving JFFS2 Images from Flash]] | * [[Archiving JFFS2 Images|Archiving JFFS2 Images from Flash]] | ||
− | + | ||
− | + | ==Network Filesystems== | |
+ | |||
* [[Booting with an NFS Root Filesystem]] | * [[Booting with an NFS Root Filesystem]] | ||
+ | |||
+ | ==Working with Partitions== | ||
+ | |||
* [[Repartitioning Root Storage Devices for Linux]] | * [[Repartitioning Root Storage Devices for Linux]] | ||
** [[Repartitioning a CompactFlash Disk for Linux]] | ** [[Repartitioning a CompactFlash Disk for Linux]] | ||
** [[Repartitioning NAND Flash with JFFS2 for Linux]] | ** [[Repartitioning NAND Flash with JFFS2 for Linux]] | ||
− | |||
</div> | </div> | ||
</div> | </div> | ||
<div class="masonry_item"> | <div class="masonry_item"> | ||
+ | |||
== Bootloaders == | == Bootloaders == | ||
<div class="masonry_content"> | <div class="masonry_content"> |
Revision as of 20:16, 1 October 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.
Use the links below to navigate the wiki. For questions or feedback, contact support.
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