Hello!
I need establish ethernet conections on Sitara 3358 without IP protocol. Existing appliance to which connected Sitara 3358 has its own protocol. Please, tell me how this is possible? If it possible with code example :)
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.
Hello!
I need establish ethernet conections on Sitara 3358 without IP protocol. Existing appliance to which connected Sitara 3358 has its own protocol. Please, tell me how this is possible? If it possible with code example :)
Hi Alexander,
In Linux we utilize the standard TCP/IP stack which comes with the mainline kernel. We do not have any software in place to use a non-standard stack, especially a proprietary protocol such as the one your existing appliance is using.
If this protocol is running in another Linux target you could try porting it over to our SDK, but this comes with a number of challenges. I do not think we are going to be able to add any benefit beyond this, but I hope this helps.
Hi Alexander,
To add,
We support a light weight IP stack (lwIP) in StarterWare, which is a non-OS s/w package. You can download/ get the users guide and release notes for StarterWare_02.00.00.07 for AM335x in http://processors.wiki.ti.com/index.php/StarterWare.
As you are going to use your custom stack, StarterWare ethernet examples might help, as they are simpler to understand.
Regards,
Sujith.