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: lwip question


Since ecos does not support my hardware platform, I port ecos with lwip to psim first, and make sure it runs on psim. Then, I hook up the stand-alone ethernet driver and the serial driver with my own drivers. To port lwip to ecos running on psim, I run the following commands:

ecosconfig new psim
ecosconfig add lwip eth_drivers
ecosconfig tree
make
make tests

Then, I run one of the tests (udpecho, tcpecho ...) to test the lwip. After that I will replace ethernet and serial drivers with my own drivers, make sure it compiles. Finally, I will bring the whole thing (ecos, lwip with my drivers) on the real hardware.

Thanks







_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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