Hi,
I am trying to set up my custom dm368 board. When trying to flash the kernel image on to the dm368 board through tftp, it fails because of not able to establish connection/link with tftp server.
Debug Log:
###### UBL VERSION: xx . xx.x #######
Flash: 16 MB
--- u-boot for DM368 version XX.XX (2011-09-07) ---
In: serial
Out: serial
Err: serial
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot: 0
TFTP from server 10.60.3.60; our IP address is 10.60.3.222
Filename 'uImage_16'.
Load address: 0x80700000
Loading: send option "timeout 5"
WARN: emac_send_packet: No link
T send option "timeout 5"
T send option "timeout 5"
T send option "timeout 5"
Environment variables:
COMMAND PROMPT:>printenv
bootdelay=1
baudrate=115200
ethaddr=02:81:00:00:00:00
verify=no
bootfile=uImage_16
ipaddr=10.60.3.222
bootargs=console=ttyS0,115200n8 ip=10.60.3.225:10.60.3.78:10.60.3.78:255.255.255.0 root=/dev/mtdblock4 rw mem=100M lpj=741376 init=bin/pan
bootcmd=tftpboot 0x80700000 uImage_16;bootm 0x80700000
serverip=10.60.3.60
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Jan 4 2012 - 08:16:49)
Environment size: 399/1020 bytes
I cross checked the tftp connection , it is working fine.
It is also observed that i am not able to ping to my target board from my host pc.
can any one tell me what went wrong and how to correct it.
Thanks in advance,
Kiran.