hello,
u try to build a new Linux Kernel and transfer to the dm355 evm.
The building is complete and now i will it transfer via tftp to the board, but it didn't work ...
here the messages that i receive :
ARM Clock :- 216MHz
DDR Clock :- 171MHz
Hit any key to stop autoboot: 0
BOOTP broadcast 1
DHCP client bound to address 192.168.49.226
TFTP from server 192.168.49.11; our IP address is 192.168.49.226
Filename 'uImage-dm355'.
Load address: 0x80700000
Loading: *
TFTP error: 'File not found' (1)
Starting again
Here my ENVs :
DM355 EVM # printenv
ipaddr=192.168.0.2
bootdelay=3
baudrate=115200
ethaddr=00:40:95:36:35:33
netmask=255.255.255.0
rootpath=/home/roy/workdir/filesys
nfshost=192.168.49.188
bootcmd=dhcp;bootm
serverip=192.168.49.188
bootargs=mem=116M console=ttyS0,115200n8 root=/dev/mtdblock3 rw rootfstyle=yaffs2 ip=dhcp
stdin=serial
stdout=serial
stderr=serial
videostd=pal
bootfile=uImage-dm355
Environment size: 362/16380 bytes
The tftp-server is working fine on my host system. ( i have tested it with a windows pc)
I don't understand that line :
" TFTP from server 192.168.49.11; "
the host ip is 192.168.49.188 and not 192.168.49.11
can anybody help me ?
thanks