Re: Question about PPPD Sample

2019-03-07 Thread Cudmore, Alan P. (GSFC-5820)
Hi Sebastian, The example you provided definitely helps. I altered the samples/pppd example and I believe the connection is up, but I would like to try the telnet and ftpd to be sure. Thanks, Alan On 3/7/19, 2:06 AM, "Sebastian Huber" wrote: Hello Alan, while porting the PPP

Re: Question about PPPD Sample

2019-03-06 Thread Sebastian Huber
Hello Alan, while porting the PPP support to libbsd I had some trouble to get it working. Maybe the example in libbsd helps: https://git.rtems.org/rtems-libbsd/tree/testsuite/ppp01/test_main.c I was able to connect and RTEMS system with my Linux host and connect via Telnet. -- Sebastian Hu

Question about PPPD Sample

2019-03-06 Thread Cudmore, Alan P. (GSFC-5820)
I am trying to establish a PPP connection between a Sparc/LEON3 RTEMS board and an ARM Linux board. I found a memory alignment error for the Sparc in the PPPD GetMask function, and I can submit a patch for that. After fixing the memory alignment problem, I am making more progress, but I have a