I have a problem with booting via TFTP
printenv tells me that tftpserverip ist set to 150.100.7.240, witch is the ip of my host running ubuntu with NFS and TFTP server on it:
DM355 EVM # printenv
bootdelay=3
baudrate=115200
filesize=248448
fileaddr=82000000
ipaddr=150.100.7.137
nboot0x80700000=0 0x400000;bootm
nfshost=150.100.7.132
nfshost=150.100.7.240
rootpath=/home/praktikant/workdir/filesys
serverip=150.100.7.240
stdin=serial
stdout=serial
stderr=serial
videostd=pal
bootcmd=dhcp;bootm
bootargs=console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=150.1l
bootfile=uImage
Environment size: 608/16380 bytes
but when I use the boot command, my evm is trying to boot from another IP address
DM355 EVM # boot
BOOTP broadcast 1
DHCP client bound to address 150.100.7.137
TFTP from server 150.100.7.3; our IP address is 150.100.7.137
Filename 'uImage'.
Load address: 0x80700000
Loading: T T