hi,I have a strange question.my chip is DM6467.
after I burn uImage and ramdisk,the board log in linux.everything is normal.
but after I turn off the electrical source and turn on,it rest on "Sending DHCP requests ...... timed out!".
I cann't understand why.
and atfer I turn off and on electrical source ,I have to afresh burn the Image and ramdisk.this way ,it work normally again.
my uboot print as follows:
bootdelay=3
baudrate=115200
addclk=setenv bootargs ${bootargs} clkref=${clkref}
ethaddr=00:0e:99:02:b6:a3
ethact=DaVinci EMAC
bootfile=ramdisk.gz
filesize=248448
fileaddr=82000000
ipaddr=192.168.1.119
serverip=192.168.1.191
bootcmd=nand read 0x82000000 0x600000 0x300000; nboot 0x80700000 0 0x200000; boo
tm
bootargs=mem=116M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,4M
ip=dhcp video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576
x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=ntsc
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (Apr 13 2010 - 10:03:49)
Environment size: 631/16380 bytes
I doubt that uboot environment variable.but I cann't find the reason.