From 68a2b84277988f8dbc61bc7a90a759ee6863caef Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 19 Jun 2017 16:01:35 -0600 Subject: [PATCH] Update a README --- configs/clicker2-stm32/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configs/clicker2-stm32/README.txt b/configs/clicker2-stm32/README.txt index 49b645204a..4789921809 100644 --- a/configs/clicker2-stm32/README.txt +++ b/configs/clicker2-stm32/README.txt @@ -453,6 +453,16 @@ Configurations NOTE: There is no way to stop the UDP test once it has been started other than by resetting the board. + STATUS: + 2017-06-19: The Telnet Daemon does not start. This is simply because + the daemon is started too early in the sequence... befor the network + has been brought up: + + telnetd_daemon: ERROR: socket failure: 106 + + Basic network bring-up sequence works. At least no errors are + reported. + nsh: Configures the NuttShell (nsh) located at examples/nsh. This