This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: newbie questions


Does that mean that a configuration carries around information inside itself
telling it what template it originated from, in order to calculate the
differences between it and that template?

- Andy

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch] 
Sent: Monday, September 19, 2005 11:48 PM
To: Andrew Voelkel
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] newbie questions

On Mon, Sep 19, 2005 at 08:38:18PM -0700, Andrew Voelkel wrote:
> 
> 1. In the configtool, what is the difference between save and export, and
> what is the difference between load and import?
> 
> 2. What is the difference between a .ecc file and a .ecm file?

The configuration of an eCos system is saved in a .ecc file. This is
normally called ecos.ecc by ecosconfig, but the configtool can give it
other names. The save and load in the configtool operate on this file,
loading and saving the current configuration.

The ecos.ecc file is quite big, 1/2 MByte is typical since it contains
a lot of information. .ecm file contains the differences between the
current configuration and the default configuaration for a particular
template. This is much smaller than the .ecc file becasue you
typically only change a few configuration options. The export command
will generate such an .ecm file and import will apply the list of
changes to the current configuration.

        Andrew


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]