Hello everyone, I have a problem about telnet on DM355 EVM.
My flash is nand flash; the flash file system is yaffs2. I have two ways to boot the linux .
The first way is using the file system on flash and the kernel on flash . After booting the linux, i tried to telnet DM355 evm , but I was failed. The information shows me "Connection closed by foreign host".
The second way is using the nfs file system and the kernel on flash .Then I chose a NFS to boot mv linux and the telnet function is availible, I can telnet DM355 EVM successfully.
I want to login the board using telnet when boot the board using file system on flash , but I failed many times .
This problem makes me confused for several days and I don't know why I cannot telnet the DM355 EVM while the file system in flash.
The board which I use is TI original binding board .
After I boot the board using flash file system , the processes list is :
PID Uid VmSize Stat Command
1 root 520 S init [3]
2 root SW< [ksoftirqd/0]
3 root SW< [desched/0]
4 root SW< [events/0]
5 root SW< [khelper]
10 root SW< [kthread]
19 root SW< [kblockd/0]
44 root SW [khubd]
104 root SW [pdflush]
105 root SW [pdflush]
107 root SW< [aio/0]
106 root SW [kswapd0]
711 root SW [kseriod]
765 root SW [mtdblockd]
784 root SW< [dm_spi.0]
944 root 592 S /usr/sbin/inetd
950 root 388 S < udevd
962 root 572 S /bin/sh /opt/dvsdk/web/thttpd_wrapper
963 root 1664 S ./interface
964 root 784 S -sh
966 nobody 828 S ./thttpd -c /cgi-bin/* -l /dev/null
967 root 404 S sleep 10
998 root 696 R ps -e
After I boot the board using NFS , the processes list is :
# ps -e
PID TTY TIME CMD
1 ? 00:00:02 init
2 ? 00:00:00 ksoftirqd/0
3 ? 00:00:00 desched/0
4 ? 00:00:00 events/0
5 ? 00:00:00 khelper
10 ? 00:00:00 kthread
44 ? 00:00:00 khubd
106 ? 00:00:00 kswapd0
711 ? 00:00:00 kseriod
765 ? 00:00:00 mtdblockd
812 ? 00:00:00 rpciod
822 ? 00:00:00 udevd
1022 ? 00:00:00 portmap
1044 ? 00:00:00 rpc.statd
1056 ? 00:00:00 inetd
1060 ? 00:00:00 mvltd
1069 ? 00:00:00 bash
1074 ? 00:00:00 lockd
1075 ? 00:00:00 ps
I hope someone can help me. Thanks !!!