Can anyone tell me what is the device filename of ethernet in /dev/ directory for DM355 EVM?
I do not have the usual /dev/eth0.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can anyone tell me what is the device filename of ethernet in /dev/ directory for DM355 EVM?
I do not have the usual /dev/eth0.
I don't believe there is one, in general I believe the network would be accessed at a lower level using network APIs (i.e. sockets and such). You can tell that you have Ethernet up and running with the ifconfig command though, on my EVM I have an eth0 with ifconfig, but no listing in /dev of eth0, I have the same situation on my Ubuntu PC.
Thanks for the reply.
Actually, I need to transfer a media file over the ethernet from DM355 EVM to the pc, and I will be using vlc to access the file. The transmission is using RTSP (Gstreamer based). So how do I do it? I was thinking of using device filename as the output filename.
You will need a bit more than just outputting to the network, I am not sure that the current GStreamer implementation with TI plugin will manage acting as a RTSP server on its own. I believe you would need some other sort or RTSP server, in the past I have heard of developers using Live555, though i have never tried it myself.