[Skyeye-developer] Ethernet communication between skyeye and Windows Host

kang shuo blackfin.kang at gmail.com
Sat Oct 14 09:49:30 CST 2006


Yes. You can do as the following instructions:
1. compile a linux or uClinux kernel
2. try to run your the  image in the above instruction on SkyEye
3. Add a netcard driver to your linux or uClinux kernel. You can get
8019 driver from uclinux4skyeye that can be download from
gro.clinux.org
4. As a root , to insmod tun.o module
5. Modify skyeye.conf to support 8019 netcard simulation by add a line:
net: type=rtl8019, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
6. recompile the linux source that contains 8019 driver and run
compiled image on SkyEye
7. In the simulated uClinux interface , config ip address as the following
 > sash>ifconfig eth0 10.0.0.2
8. switch to another terminal , run the following command to test the
comunication between host and SkyEye:
$ping 10.0.0.2

9, if ping can run correctly, then net communication between host and
skyeye is ok .

If

On 10/13/06, Ravi KK <ravikk at huawei.com> wrote:
>
>
>
>
> Hi all,
>
>
>
> The following commands I found in uclinux-demo in skyeye.win32 Can you let
> me know what steps I should follow to communicate with host computer ??
>
>
>
> in one linux terminal, your user id should be root, and insmod tun.o, then:
>
> #skyeye linux-2.4.x/linux
>
> >target sim
>
> >load
>
> >run
>
> .....
>
> sash>ifconfig eth0 10.0.0.2
>
> ...
>
>
>
> in another linux terminal:
>
> $/sbin/ifconfig
>
> you will find a net device tap0 10.0.0.1
>
>
>
> $ping 10.0.0.2
>
> then you will see something...
>
>
>
> Thanx
>
> Ravi
>
>
> _______________________________________________
> Skyeye-developer mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
>
>



More information about the Skyeye-developer mailing list