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]

Redboot NPE No EEPROM support.


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
    };    
    ---------------------------------------------------------------------------------------------

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 
   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


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