Setting up Telnetd?

Alan Cudmore Alan.P.Cudmore at nasa.gov
Tue Nov 9 15:45:27 UTC 2004


I'm trying to set up the telnetd on a coldfire target. It has a working 
network driver and FTPD.

I created a device table entry for the PTY device:

#define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE
rtems_driver_address_table Device_drivers[] = {
   CONSOLE_DRIVER_TABLE_ENTRY,
   CLOCK_DRIVER_TABLE_ENTRY,
   PTY_DRIVER_TABLE_ENTRY,
};

I call rtems_initialize_telnetd() in my init program.

When I bring the board up and telnet to it, I get a printf on the 
console that tells me that the shell cannot open stdin./dev/pty0

Is there anything else I left out?

Thanks,
Alan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 642 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/users/attachments/20041109/fdb635c5/attachment.bin>


More information about the users mailing list