Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

How to implement router using eCos?

Hi,everyone. I want to implement a router using eCos. I have already written the device driver for eth1(my own ethernet device) and add this device to component library(eth0 is LAN91C111). I have also added this device in configtool. I add the net package in configtool. What should I do next? What else package must be added to my system in configtool? Or should I write something?

P.S. What can I do to make sure my own device driver works fine?

Thank you very much for any kinds of help!

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by diviner524@Apr 11 2006, 01:10 AM

    hi,everyone. i want to implement a router using ecos. i have already written the device driver for eth1(my own ethernet device) and add this device to component library(eth0 is lan91c111). i have also added this device in configtool. i add the net package in configtool. what should i do next? what else package must be added to my system in configtool? or should i write something?

    p.s. what can i do to make sure my own device driver works fine?

    thank you very much for any kinds of help!

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=14228)

    --- quote end ---

    --- Quote End ---

    I think you have to write your own componenet for the router. There is no readymade component available router.