This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

U-Boot > ## Warning: gatewayip needed but not set (OMAP-L137 EVM)

Other Parts Discussed in Thread: TMDSOSKL137, OMAP-L137

Hi Team,

OMAP-L137 TMDSOSKL137 EVM is the platform.

U-Boot returns "## Warning: gatewayip needed but not set" with gatewayip been specified in printenv command. Please see the below logged messages.

U-Boot > printenv
bootdelay=3
baudrate=115200
ethaddr=00:0e:99:03:18:4c
gatewayip=192.168.3.254
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.3 (Jun 28 2012 - 13:59:37)
nfshost=192.168.3.40
rootpath=/home/ping/workdir/filesys
serverip=192.168.3.40
bootfile=uImage
bootcmd=dhcp;bootm
bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.168.3.40:/home/ping/workdir/filesys,nolock mem=32M

Environment size: 404/16380 bytes
U-Boot > boot
BOOTP broadcast 1
DHCP client bound to address 192.168.3.42
TFTP from server 192.168.1.2; our IP address is 192.168.3.42
Filename 'uImage'.
Load address: 0xc0700000
Loading: ## Warning: gatewayip needed but not set
## Warning: gatewayip needed but not set
T ## Warning: gatewayip needed but not set
## Warning: gatewayip needed but not set
T ## Warning: gatewayip needed but not set

Abort
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot >

Please advise.

Regards,

ping