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: How to remove the network part in red-boot?


On Sun, 2002-12-29 at 19:26, Roy Chung wrote:
> 
> hi!!~
> I am using the red-boot for xscale-lubbock!!
> HOw can i or where should I change the config file in order to diable the 
> function of network?
> AS I don't have network deivce in my platform, so the following error 
> message appear when i first boot the xscale-platform.And it will hang for 
> about 10 seconds and then display the Redboot prompt!! I don't want to wait 
> for that 10 seconds so decide to cut the network part. Any one can help me?
> 
> LAN91C96: Unable to detect device - upper 8 bits = 2525
> Can't get BOOTP info - network disabled!

You'll have to rebuild RedBoot to remove the networking stuff.  These
steps should do the trick:
  % ecosconfig remove eth_drivers
  % rm -fr install
  % ecosconfig tree
  % make

Note: removing the 'install' tree will force an absolutely clean 
rebuild.
-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary@mlbassoc.com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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