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 NPE No EEPROM support.


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 <path>/redboot_ROM.ecm
  % ecosconfig add intel_npe
  % ecosconfig add ixdp425_npe
  % ecosconfig import <path>/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


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