Hello everybody,
I am very new on using Da Vinci plataform, and I am full of doubts.
I
really need to quickly develop an application that uses the ethernet
peripheral to connect to an Cyclone 3 development kit from Altera.
Since I am developing on the Embedded Linux on the Da Vinci and I am
also new on linux systems I am not familiarized with Linux devices
drives. I have already developed an code to use the OSD through its
device drive located on /etc/dev/fb/0. It was quietly easy to do that,
but when it comes to Ethernet I don't have a clue on where to begin. Is
there an specific device drive on the embedded linux on Da Vinci
platform where i can just open like in OSD case and perform an ethernet
packet transfer? Someone told me Linux has a library already
implemented for ethernet called socket.h, how can I use that to build a
server client connection? Does anyone has a source code on which I can
test and develop an ethernet connection ?
Thanks in advance