Embedded Linux
위치로그  |  태그  |  Diary  |  RF  |  Love  |  안부게시판

개발환경 구축 - TFTP 서버 셋팅
     HBE-XM-Belverde | 2009/03/19 19:28

2009/03/19 19:28 2009/03/19 19:28
http://embedded.kr/entry/xinetd-설치하기 참고
http://embedded.kr/entry/Tftp-설정 참고

[root@localhost ~]$ mount /dev/cdrom /mnt/cdrom
[root@localhost ~]$ rpm -Uvh /mnt/cdrom/tools/tftp-server/tftp-server-0.29.3.i386.rpm
[root@localhost ~]$ rpm -qa | grep tftp
tftp-server-0.29-3
[root@localhost ~]$ mkdir /tftpboot
[root@localhost ~]$ vi /etc/xinetd.d/tftp
[root@localhost ~]$ service xinetd restart
# default: off
# description: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, \
#       and to start the installation process for some operating systems.
service tftp
{
       socket_type             = dgram
       protocol                = udp
       wait                    = yes
       user                    = root
       server                  = /usr/sbin/in.tftpd
       server_args             = -s /tftpboot
       disable                 = no
       flags                    = IPv4
}

xinetd 서버가 설치 되어 있고 tftp-server가 없다고 가정 했을 때 설치하는 방법이다. 타겟보드에서 Host PC 의 서버의 파일을 tftp을 이용하여 다운 받을 때 /tftpboot  디렉토리에 파일이 있어야만 한다.
이올린에 북마크하기(0) 이올린에 추천하기(0)

태그 : , ,
트랙백0 | 댓글쓰기0
Trackback address : http://embedded.kr/trackback/33
[로그인][오픈아이디란?]
아이디 : 비밀번호 :
내용 :
비밀글로 등록

[PREV] [1][2][3][4][5] ... [26] [NEXT]

BLOG main image
Notice
전체 (26)
Linux (15)
X-Hyper255A (7)
HBE-XM-Belverde (4)
개발환경 구축 - TFTP 서버 셋팅
개발환경 구축 - JTAG
개발환경 구축 - Cross compi...
임베디드 시스템 개발 환경 설정
아이디와 비밀번호 한꺼번에...
우분투 PXE Netboot VMware 리눅스 명령어 실험 sshd 설치 임베디드 tftp 안녕리눅스 root JTAG 개발환경 구축 Ubuntu server Fedora xinted wget 서버설정 minicom GRUB find Ubuntu bootp Rewrite kernel Toolchain 비밀번호
좋은 정보 감사합니다. 출처...
2009 - firenux
Total : 73569
Today : 80
Yesterday : 72
태터툴즈 배너
rss
 
 
 
위치로그 : 태그 : 방명록 : 관리자
고을@’s Blog is powered by Tattertools.com