[okl4-developer] networking on gumstix
Jean-Christophe Dubois
jcd at tribudubois.net
Sat Aug 23 07:55:13 EST 2008
Le Friday 22 August 2008 11:31:14 Ashish Bijlani, vous avez écrit :
> Hi,
>
> I'm trying to setup networking between two wombats running on emulated
> gumstix environment. however, i think network driver is missing in
> wombat code. afaik, gumstix uses smc91x driver for ethernet, right?
> how do i bring up networking in wombats?
The oklinux configuration explicitly removed most/all network driver support
from the linux kernel. So you need to change the .config of your oklinux to
add support for the network device you are targeting. Then, recompile the all
thing.
Now in your case with 2 oklinux running on the same hardware (it seems this is
what you are targeting), I guess you could run into some trouble if both
instances try to take control of the single network device. I don't think you
will succeed in making the 2 oklinux speak together through the ethernet
device if they are on the same gumstix ... You should use the OKL4 IPC for
this kind of thing.
There might be a way to tell OKL4 to forbid hardware access for one of the
oklinux instance in order to give exclusive access to the device to the other
oklinux. At least this would allow one of the oklinux to speak to the outer
world.
JC
>
> Thanks,
> Ashish
>
> _______________________________________________
> Developer mailing list
> Developer at okl4.org
> https://lists.okl4.org/mailman/listinfo/developer
More information about the Developer
mailing list