From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2549 invoked by alias); 3 Jun 2005 06:00:49 -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 2472 invoked by uid 22791); 3 Jun 2005 06:00:46 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.205) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 06:00:46 +0000 Received: by zproxy.gmail.com with SMTP id 8so426093nzo for ; Thu, 02 Jun 2005 23:00:45 -0700 (PDT) Received: by 10.36.222.39 with SMTP id u39mr1089769nzg; Thu, 02 Jun 2005 23:00:45 -0700 (PDT) Received: by 10.36.68.5 with HTTP; Thu, 2 Jun 2005 23:00:45 -0700 (PDT) Message-ID: <44931d5205060223003567186e@mail.gmail.com> Date: Fri, 03 Jun 2005 06:00:00 -0000 From: bel rog Reply-To: bel rog To: ecos-discuss@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [ECOS] Redboot NPE No EEPROM support. X-SW-Source: 2005-06/txt/msg00019.txt.bz2 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 };=20=20=20=20 -----------------------------------------------------------------------= ---------------------- But I still have problem enabling the Network . 1. First I run "fis init" 2. Next I run "fconfig -i" 3. reset the board. RedBoot> reset ... Resetting. +**Warning** FLASH configuration checksum error or invalid key Use 'fconfig -i' to [re]initialize database FLASH configuration checksum error or invalid key FLASH configuration checksum error or invalid key Trying NPE-B...[error] ixEthMiiPhyScan : unexpected Mii PHY0 ID 00225521 EthAcc: (Mac) cannot enable port 0, MAC address not set can't enable port! Trying NPE-C...[error] ixEthMiiPhyScan : unexpected Mii PHY1 ID 00225521 EthAcc: (Mac) cannot enable port 1, MAC address not set can't enable port! No network interfaces found RedBoot(tm) bootstrap and debug environment [ROM] Red Hat certified release, version 2.01 - built 16:32:36, Jun 2 2005 Platform: IXDP425 Development Platform (XScale) BE Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. RAM: 0x00000000-0x08000000, [0x000262a0-0x07fc1000] available FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each. RedBoot> QUESTION: 1. Why does the FLASH configuration checksum Error come back=20 2. Is there some other setting that i Need the Intel Network Driver to come up. 3. Does the new 2.01 Boot loader Support the Intel NPE drivers. 4. Which version of Redboot is most stable one to Use with IXP425 Custom boards. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss