I am using Zedboard and design given on this blog:
http://shakithweblog.blogspot.kr/2012/12/getting-sobel-filter-application.html
after this I had to run an application which takes the camera frames from eth0
but when I am running ifconfig command it only shows this:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:592 (592.0 B) TX bytes:592 (592.0 B)
I guess its the internal loop only it's not showing about the eth0 thats why in my application I am not able to get any camera frames.
Please tel me how can I resolve this ?