This is the mail archive of the ecos-discuss@sourceware.org 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: [ECOS]re:aboutãecos


On Thu, Feb 18, 2010 at 10:09:39PM +0900, Shu Higashiyama wrote:
> Thank you Mr.Sergei and All.
> 
> LPC2468 OEM Board /embeddedartists is used. 
> 
> >Try to build and run eCos examples ($ECOS_REPOSITORY/../examples), the
> >eCos tests then and may be before. Learn eCos.
> 
> Thank you. ($ECOS_REPOSITORY/../examples)It operates drinking test. 
> 
> It is thought that I am glad if LAN and SD-CARD move. 

i. Networking

You have to use a proper eCos template, perhaps, add the additional
eCos packages (and *may be* tune up some CDL options using your
favorite editor or graphical configuration tool) to get it working:

1) RedBoot networking
    ecosconfig new <target> redboot
    ecosconfig add eth_drivers

2) lwIP 1.3 TCP/IP stack
    ecosconfig new <target> lwip_eth

3) FreeBSD TCP/IP stack
    ecosconfig new <target> net

ii. MMC cards support

First point
    http://ecos.sourceware.org/docs-latest/ref/devs-disk-mmc-part.html

It seems for me that you need to bring up SPI driver on your target to
get it working.


Sergei
-- 

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