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 configure MPC8260 ethernet in Redboot


I haven't built for the VADS board in a long time, but ...

You do not need to add the network stack for RedBoot, because RedBoot
has its own limited stack.

You do need to import an "ecm" file, either for ROM or RAM.  I assume
that you are using the configtool.  From the File menu, choose "import"
and navigate to 

	/opt/ecos/ecos-2.0/packages/hal/powerpc/vads/v2_0/misc

and choose an ".ecm" file.  You probably want to start with the RAM
version.

I am not sure why the ethernet driver is gray, but it used to built with
the ethernet drivers, so it should still work.

Build it, load it to the VADS board, and try to do something with the
network (load a file via TFTP, ping the board, ping a computer on your
network from the board, ...).

Good Luck

On Thu, 2003-06-19 at 04:54, He HaiYang wrote:
> How to configure MPC8260 ethernet in Redboot via eCos Configuration Tool?
> 
> I select 'Motorola MPC8260 VADS board' in Hardware and Packages is 'redboot' to build myself boot image.
> 
> If I want to add network function to download something like configuration file and run-time image automatically during booting phase:
> 1) Need I add 'FreeBSD network stack' package?
> 2) Why item 'MPC8260FEC ethernet driver' is gray and not configureable?
> 3) Or Any others packages are necessary.
> 
> Thank you!





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