找回密码
 注册
搜索
查看: 1655|回复: 2

[ARM资料] 开发板S3C6410 telnet Linux主机的详细设置

[复制链接]
发表于 2011-1-10 16:26:31 | 显示全部楼层 |阅读模式
以下是开发板S3C6410 telnet  Linux主机的详细设置,应通过初次验证,请大家指教。
1.关于telnet命令的相关信息
[root@urbetter /]# telnet --help
BusyBox v1.13.3 (2009-03-25 15:48:45 CST) multi-call binary
Usage: telnet [-a] [-l USER] HOST [PORT]
Connect to telnet server
Options:
        -a      Automatic login with $USER variable
        -l USER Automatic login as USER
2.开发板telnet登录到其他提供了telnet服务器的主机
---确认开发板的ip地址,确认开发板能连接Internet
   ifconfig
   ping 内网的ip     ;ping 外网的ip
---设置路由ip:route add default gw 192.168.1.1
---登录:telnet 202.112.7.137
----------------------------------------------------------------------------------------------------------------------
3.开发板设置好网络,登录Internet
---设置网关:route add default gw 192.168.1.1(根据实际情况设定)
---确认连通Internet:ping 202.112.17.137
---设置域名解析服务器:
   查看你pc机上的DNS服务器的ip地址 202.96.128.96
   vim /etc/resolv.conf  添加 nameserver 202.96.128.96
   或者rm /etc/resolv.conf ;touch /etc/resolv.conf;
       echo nameserver 202.96.128.96 >> /etc/resolv.conf
-------------------------------------------------------------
4.开发板登录Linux主机
4.1Linux主机安装telnet服务
   sudo apt-get install xinetd telnetd
   修改配置
  sudo vi /etc/inetd.conf并加入以下一行
   telnet stream tcp nowait telnetd /usr/sbin/tcpd  /usr/sbin/in.telnetd

   4.2sudo vi /etc/xinetd.conf并加入以下内容:
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following :
# log_type = SYSLOG daemon info
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

includedir /etc/xinetd.d
----------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
4.3sudo vi /etc/xinetd.d/telnet并加入以下内容:
# default: on
# description: The telnet server serves telnet sessions; it uses
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}

5. 重启机器或重启网络服务sudo /etc/init.d/xinetd restart

6. 使用TELNET客户端远程登录;
   ifconfig -a   显示本机地址。

来源:友坚恒天技术中心http://www.urbetter.com/index.asp
 楼主| 发表于 2011-2-10 16:09:50 | 显示全部楼层
友坚科技致力于成为系统集成商和软件开发商的最佳合作伙伴!
点评回复

使用道具 举报

 楼主| 发表于 2011-2-21 17:04:29 | 显示全部楼层
UT-S3C6410开发板是性能稳定、功能强大、高性价比的ARM11处理器开发板;专为消费类电子、工业控制、车载导航、人机界面、多媒体终端、POS机、行业PDA等电子产品的开发而设计,主要供广大企业用户进行产品前期软硬件性能评估验证、设计参考用。其丰富的设备接口、全面的功能模块和详细的软硬件资料也使其成为高校、培训机构、嵌入式爱好者学习研究的最佳工具。
    UT-S3C6410开发板完美实现了三星S3C6410处理器在视频媒体编解码、2D/3D图形加速、显示处理和缩放等方面的性能,并提供了LCD接口、VGA接口、TVout接口、Camera输入接口、4路串口、SD卡接口、SPI、100M网口、USB2.0-OTG接口,USB Host接口、音频输入输出接口、按键接口、I2C接口等硬件资源,具有更高的主频和更丰富外设,能适用于对性能和处理能力有更高要求的嵌入式系统应用场合。
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-10-9 04:18 , Processed in 0.046349 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表