Re: RTEMS for ARM networking

2019-12-04 Thread Chris Johns
On 4/12/19 6:53 pm, Fernando Domínguez Pousa wrote: > I’m recently compiled my rtems for a Xilinx board bsp included in RTEMS. In a > future I will add TCP/UDP connections to my application so I just want to > assure > I did the correct installation. At RTEMS compilation I included the > –enable-n

Re: RTEMS for ARM networking

2019-12-04 Thread Joel Sherrill
On Wed, Dec 4, 2019, 2:54 AM Fernando Domínguez Pousa wrote: > Hi all, > > > > I’m recently compiled my rtems for a Xilinx board bsp included in RTEMS. > In a future I will add TCP/UDP connections to my application so I just want > to assure I did the correct installation. At RTEMS compilation I

Re: RTEMS for ARM networking

2019-12-04 Thread Sebastian Huber
Hello Fernando, the network stack included in the RTEMS sources is very old, mostly unmaintained, and does not support 64-bit targets. The new network stack is maintained and follows closely the FreeBSD trunk and stable/12 branches. There is also an option to use the lwIP or uIP network stacks