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
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
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