[ECOS] Redboot NPE No EEPROM support.

Mark Salter msalter@redhat.com
Fri Jun 3 13:07:00 GMT 2005


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



More information about the Ecos-discuss mailing list