From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 530 invoked by alias); 3 Jun 2005 13:07:24 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 329 invoked by uid 22791); 3 Jun 2005 13:07:18 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 13:07:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j53D7HVR017016 for ; Fri, 3 Jun 2005 09:07:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j53D7HO26988; Fri, 3 Jun 2005 09:07:17 -0400 Received: from 172.16.50.88 (vpn50-88.rdu.redhat.com [172.16.50.88]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j53D7FBU022168; Fri, 3 Jun 2005 09:07:16 -0400 From: Mark Salter To: bel rog Cc: ecos-discuss@sources.redhat.com In-Reply-To: <44931d5205060223003567186e@mail.gmail.com> References: <44931d5205060223003567186e@mail.gmail.com> Content-Type: text/plain Date: Fri, 03 Jun 2005 13:07:00 -0000 Message-Id: <1117804035.7134.3.camel@gienah.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [ECOS] Redboot NPE No EEPROM support. X-SW-Source: 2005-06/txt/msg00023.txt.bz2 On Fri, 2005-06-03 at 14:00 +0800, bel rog wrote: > Hello, > > I am new to Ecos and Redboot. > I have a Custom board Ixp425 and NO EEPROM on the board. > and have added the below lines to the Redboot_ROM.ecm file to use the flash. > --------------------------------------------------------------------------------------------- > cdl_option CYGSEM_DEVS_ETH_ARM_IXDP425_EEPROM { > user_value 0 > }; > --------------------------------------------------------------------------------------------- > Actually, I was wrong about that being added to redboot_ROM.ecm. It needs to be in a separate file. Then configure like this: % ecosconfig new ixdp425 redboot % ecosconfig import /redboot_ROM.ecm % ecosconfig add intel_npe % ecosconfig add ixdp425_npe % ecosconfig import /no_eeprom.ecm << the cdl lines above. % ecosconfig tree --Mark -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss