Hi,
I am trying to setup my DM814x EVM development environment. but I got a problem when I use DHCP for target device. the console message is like this:
TI8148_EVM#setenv bootcmd 'dhcp;tftp 81000000 uImage; bootm'
TI8148_EVM#boot
link up on port 0, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
Retry count exceeded; starting again
link up on port 0, speed 1000, full duplex
Abort
link up on port 0, speed 1000, full duplex
*** ERROR: `ipaddr' not set
Wrong Image Format for bootm command
ERROR: can't get kernel image!
TI8148_EVM#
it seems target board can not get ip from network server.
here is the boot environment parameter I printed out:
TI8148_EVM#print
bootdelay=3
baudrate=115200
verify=yes
bootfile=uImage
ramdisk_file=ramdisk.gz
loadaddr=0x81000000
script_addr=0x80900000
loadbootscript=fatload mmc 0 ${script_addr} boot.scr
bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr}
stdin=serial
stdout=serial
stderr=serial
ethaddr=40:5f:c2:3f:be:27
ethact=cpsw
serverip=192.168.35.136
netmask=255.255.255.0
autoload=no
nfsserver=192.168.35.136
bootargs=console=ttyO0,115200n8 root=/dev/nfs ip=dhcp nfsroot=192.168.35.136:/home/user/targetNFS,nolock rw mem=128M
bootcmd=tftpboot 81000000 uImage; bootm
any idea what is going on?
Jeff