This is the mail archive of the ecos-discuss@sources.redhat.com 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: New problem with building eCos--see output


On Wed, 2003-11-12 at 01:56, Roland Caßebohm wrote:
> On Dienstag, 11. November 2003 19:06, Gary Thomas wrote:
> > On Tue, 2003-11-11 at 11:00, Gregg C Levine wrote:
> > > Hello (again) from Gregg C Levine
> > > I'm not being deliberately obtuse. I simply searched through the
> > > packages directories, until I found the one named red boot, and went
> > > to v2_0, and then to misc. That's where the file named redboot_XXX.ecm
> > > is located, that I used. I vaguely remember being steered in that
> > > direction by Andrew, with regards to this same problem, some months
> > > earlier. And yes, I do know that there is a large quantity of such
> > > package entries.
> >
> > I just tried looking for such a file, with no luck:
> >   [gthomas@hermes packages]$ find hal -name "*redboot*XXX*"
> >   ... nothing listed
> 
> I have found it: packages/redboot/current/misc/redboot_XXX.ecm
> 
> Better use: packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm

This file is not suitable for configuring a particular RedBoot.  In
fact, I'm not even sure why it's in the repository.  (I think Jesper
did it as a short cut).

In general, to configure RedBoot for a particular environment, I do:
  % ecosconfig new <target> redboot
  % ecosconfig import <startup_type>.ecm
// Then, if I want/need FLASH support
  % ecosconfig add flash
// Similarly, if I want/need networking
  % ecosconfig add eth_drivers
  % ecosconfig tree

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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


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