bhaumikbhatt3@yahoo.com [nuttx]
2015-11-06 03:37:49 UTC
Hi Greg and NuttX group members,
I have been using a SAMA5D3-xplained dev board and am having trouble getting to a NuttShell telnet session as the only console. I have a setup working with telnet sessions also working well, if I do 2 dedicated serial ports for console and SLIP. However, the target custom board will only have 1 UART.
I want to use only one UART and have that dedicated for SLIP, which talks to a Linux box as a point to point connection. Combined with that, as I will have network connectivity enabled, I would like to spawn a telnet session using that connection to get to the NuttShell. What configuration options should I use for this?
I already use the custom board_initialize and slip_initialize() in board_app_initialize(), which spawn the slip_rx/tc tasks. I also have all network connectivity options for the NSH_LIBRARY and so on.
Thanks in advance,
Bhaumik
I have been using a SAMA5D3-xplained dev board and am having trouble getting to a NuttShell telnet session as the only console. I have a setup working with telnet sessions also working well, if I do 2 dedicated serial ports for console and SLIP. However, the target custom board will only have 1 UART.
I want to use only one UART and have that dedicated for SLIP, which talks to a Linux box as a point to point connection. Combined with that, as I will have network connectivity enabled, I would like to spawn a telnet session using that connection to get to the NuttShell. What configuration options should I use for this?
I already use the custom board_initialize and slip_initialize() in board_app_initialize(), which spawn the slip_rx/tc tasks. I also have all network connectivity options for the NSH_LIBRARY and so on.
Thanks in advance,
Bhaumik