Part Number: TDA4VMXEVM
Hi,
I'm a little bit lost in the moment. :-) I'm starting with the linux SDK and the RTOS SDK on my linux instance. Goal for the moment is to know, how I get the ethernet switch working and be able to transfer data over the switch from the linux system.
I start with the eval board and - in the moment - with the software out of the box on the SD card.
I know in the moment, that the ethernet switch have to be controlled over main R5F core 0. Also I need too some kernel drivers, which - as I have seen - are already available on SD card. And with loading/starting the kernel drivers the R5F core will be load with the software to control the ethernet switch. (which SW or FW?) After that I should have a ethX interface. (really "ethX", to check for example with commandline "ip a")
But in the moment I'm a little bin unsync ... :-)
Questions:
a) Am I right with my assumptions about the software on the SD card (see above), delivered with the SOM board?
b) Which drivers have to be load (for example with modprobe) to get the swith and interface on linux system running?
c) I have found something about PRU RPMSG to communicate between cores, the example software in linux SDK use a pru-cgt compiler, but is this right for the TDA4VM, especially for the R5F cores? (readelf says, it's a image for TI PRU I/o processor!)
Thanks for answers, cu Thomas