Other Parts Discussed in Thread: SYSBIOS, AM5728, AM3359
Tool/software: TI-RTOS
Goodmorning,
I write you to have your opinion about how to implement an Ethercat master with Beaglebone Black. I see two possibilities:
- I can stay in a Linux environment, with all the advantages that an OS can give (for example, using it for controlling a display, using hdmi output, connect a webcam and use opencv, etc.). For the ethercat I could install something like the following
. One drawback could be the response latency of ethercat. I'm not an expert of Yocto, but I used it in the past for creating SDKs with all the programs that I needed.
- I pass to TI-RTOS as the acontis solution explains here
. In this case I should give up to all the advantages that Linux gives, but I think that I could achiieve a better latency for ethercat.
Have you ever done something like this? What do you think would be the best solution?
Thank you.