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: RedBoot and EEPROM


On Mon, 2005-04-04 at 14:09 +0400, Nickolay wrote:
> Hallo!
> 
> My IXDP425 board hasn't EEPROM on Ethernet(Intel NPE), but RedBoot use it.
> Maybe already exist CVS version of redboot with support of no-EEPROM 
> ethernet devices?
> Or i should just cut EEPROM working code from source?
> 

No need to edit the code. RedBoot can be configured to use either an
EEPROM or flash to hold the mac address. Add this to the redboot .ecm
file you import with ecosconfig:


cdl_option  CYGSEM_DEVS_ETH_ARM_IXDP425_EEPROM {
    user_value 0
}

This will configure RedBoot to use the flash rather than an EEPROM.

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


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