tftp와 보드의 환경 설정까지 아래와 같이 해서 맨아래 tmr을 실행하면

파일이 없는 것으로 나옵니다.

뭐가 문제인지 모르겠네요.

tftp와 bootp가 모두 떠 있는데요...


****************아래는 서버 Host의 tftp환경 입니다.***************

[root@localhost tftpboot]# pwd
/tftpboot
[root@localhost tftpboot]# ls -l
합계 3740
-rwxr-xr-x. 1 root root   50856 2009-10-02 13:30 ezboot.x5
-rwxr-xr-x. 1 root root 2940831 2009-10-02 13:30 ramdisk.x5-12M.gz
-rwxr-xr-x. 1 root root  822444 2009-10-02 13:31 zImage.x5


[root@localhost tftpboot]# netstat -al |grep bootp
udp        0      0 *:bootpc                    *:*                                    
[root@localhost tftpboot]# netstat -al |grep tftp
udp        0      0 *:tftp                      *:*        


============================================

****************아래는 target board 환경 입니다.***************

EZBOOT>set

  1. MAC Address            [00:a2:09:12:00:38]
  2. LOCAL IP               [192.168.10.94]
  3. HOST IP                [192.168.10.11]
  4. Host tftp directory    [/tftpboot/]
  5. zImage      file name  [zImage.x5]
  6. ram disk    file name  [ramdisk.x5-12M.gz]
  7. boot loader file name  [ezboot.x5]

  A. Autoboot wait time     [3]
  B. Boot Menu Key          [ ]
  C. Copy Ramdisk [Y/N]     [Y]
  D. Architecture Number    [303]
  E. Serial FF/BT/ST(0/1/2) [2]
  F. NAND-Partition MByte   [1:5:58] (kernel:ramdisk:app)
  W. Watchdog (sec, off=0)  [0]

  K. Kernel CMD 1st [initrd=0xa0800000,5M root=/dev/ram ramdisk=12288]
  M. Kernel CMD 2nd [console=ttyS02,115200]
  N. Kernel CMD 3rd [mem=64M]

  L. Load Default
  P. Apply & Exit
  S. Save
  0. Exit



================================

EZBOOT>tmr
Receive /tftpboot/ramdisk.x5-12M.gz
Send ARP Packet
ARP PACKET Error
ARP PACKET Error
ARP PACKET Error
ARP PACKET Resive
HOST MAC : [ 00 16 EC F9 0C 9F ]
HOST  IP : [192.168.10.11]
LOCAL IP : [192.168.10.94]
Resive Address  : A100-0000
TFTP Request Send

TFTP Error : [ 1 ] File not found
FAILURE BREAK
Time Overflow

EZBOOT>
====================