I have installed the latest firmware 3.8.7-yocto-standard , and I can't do the telnet anymore .
After i have uploaded the sketch to activate the telnet server with the following code below :
void setup() { system( "telnetd -l /bin/sh" ) ; }
void loop() { }
But it won work , somehow the new firmware set
uname -a > /dev/ttyGS0
Linux clanton 3.8.7-yocto-standard #1 Fri Oct 10 16:20:19 PDT 2014 i586 GNU/Linux
netstat -an > /dev/ttyGS0
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 48.48.48.48:23 48.48.48.48:* LISTEN
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 4 [ ] DGRAM 2190 /dev/log
unix 2 [ ] DGRAM 2198
unix 2 [ ] DGRAM 2580