From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30108 invoked by alias); 4 Mar 2002 14:07:48 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 30010 invoked from network); 4 Mar 2002 14:07:44 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 4 Mar 2002 14:07:44 -0000 Received: from localhost.localdomain (dell-paw-2.cambridge.redhat.com [195.224.55.226]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 77B7AABB13; Mon, 4 Mar 2002 14:07:42 +0000 (GMT) From: Gary Thomas To: A Roturier Cc: eCos Discussion In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: Mon, 04 Mar 2002 06:54:00 -0000 Message-Id: <1015250863.4727.9.camel@hermes> Mime-Version: 1.0 Subject: Re: [ECOS] Redboot with net support X-SW-Source: 2002-03/txt/msg00056.txt.bz2 On Mon, 2002-03-04 at 06:51, A Roturier wrote: > Hi list, > > I can build redboot image and burn it onto flash and boot it up to see > "RedBoot>" prompt shows up. Also can i do with a testing program built with > "net" package. However, when i try to compile a redboot image with network > capability, I have difficult choosing appropriate components to include > before the image build starts. > > In Windows configuration tool, either I choose 'redboot' package first and > add network support or I choose 'net' package and add redboot component > it fails to build the image. For former it keeps complaining some conflicts > but I can't find suitable components to add. For latter there are some > compilation errors. > > So what components should I include or is there any docs about this? If you're trying to [rebuild] an existing RedBoot, use the .ecm file we provide. If you're trying to build RedBoot the first time, i.e. a new port, here are the steps. Note: I use the command line, but the ConfigTool actions are the same: % ecosconfig new redboot % ecosconfig add eth_drivers % ecosconfig tree % make The key is that the 'net' package is only for full eCos programs. In the case of RedBoot, all you need is the "common ethernet drivers" package which brings in the networking framework. It should also implicitly enable any network drivers defined for your target. -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss