Altera_Forum
Honored Contributor
19 years agoHow 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!