I found an earlier posting with a similiar error. The resolution was not within the discussion. This is a copy of the email I received after I added to the old posting.
Bob Simning65205 replied to Re: OMAP3530EVM NFS File System Fail in Linux forum.
How did this ever get resolved? I am experiencing the same error with the C6A816x evaluation board.
I had been using the evaluation board previously on a large network w/o issues. We changed into a smaller network and I also moved my office network behind a small router to prevent my work from conflicting with the office network. Now when I try to load my NFS share I get the "DHCP/BOOTP: Ignoring delayed packet" error.
This is my environment:
TI8168_EVM#printenv
verify=yes
ramdisk_file=ramdisk.gz
loadaddr=0x81000000
script_addr=0x80900000
loadbootscript=fatload mmc 1 ${script_addr} boot.scr
bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr}
ethaddr=90:d7:eb:95:95:32
ethact=DaVinci EMAC
bootdelay=4
baudrate=115200
autoload=no
oldbootfile=uImage
bootfile=uImage-dm816x-evm.bin
bootargs=console=ttyO2,115200n8 rootwait rw mem=256M earlyprintk vram=50M ti816xfb.vram=0:16M,1:16M,2:6M root=/dev/nfs nfsroot=192.168.1.100:/home/c6A186x/targetfs ip=dhcp
serverip=192.168.1.100
bootcmd=dhcp;setenv serverip 192.168.1.100;tftpboot;bootm
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2010.06 (Jun 01 2011 - 12:30:57)
Any suggestions?