Open main menu

DAVE Developer's Wiki β

Deploying Embedded Linux Systems

Revision as of 16:02, 9 May 2012 by SampleUser (talk | contribs)

Info Box
Tux.png Applies to Linux


Contents

IntroductionEdit

Deployment of embedded linux systems is the typical operation that follows the development phase. When the application is ready and fully tested in the developing environment, it's time to take the system to the field for the “real work”. This phase brings a lot of concerns to cope with: for example, creating a suitable root filesystem, saving the data properly, implement successful on-the-field update strategies. This application note explains how to solve the problems connected to the deployment of an embedded linux system.

The development environmentEdit

Moving to the fieldEdit

Root file systemsEdit

StrategiesEdit

Creating the root file systemEdit

Deployng the root file systemEdit

WatchdogEdit

Startup sequenceEdit

Setting the MAC addressEdit