Hi all,
I must be doing something obviously wrong. I've searched the forums for an answer and referenced SPRAAQ0 in an attempt to get my host talking with the EVM. According to the boot logs the EVM keeps sending a DHCP request despite my efforts to configure a static IP.
I can see on the host side that DHCP packets are being sent using Wireshark, although this doesn't really tell me anything useful other than the fact that my static IP setting is being ignored. Did I set my environment incorrectly? I would like to know what it is that I overlooked.
DM355 EVM # printenv
bootdelay=3
baudrate=115200
bootfile="uImage"
filesize=248448
fileaddr=82000000
bootcmd= nboot 0x80700000 0 0x400000;bootm
stdin=serial
stdout=serial
stderr=serial
videostd=ntsc
ipaddr=192.168.1.41
bootargs=console=ttyS0,115200n8 ip=192.168.1.41 root=/dev/mtdblock3 rw rootfstye=yaffs2 mem=116M video=davincifb:vid0=720x576x16,2500K:vud1=720x576x16,2500K:osd0=720x576x16,2025K davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=$(videostd)
Environment size: 563/16380 bytes
and the results while booting:
eth0: link down
Sending DHCP requests .<6>eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
..<7>eth0: no IPv6 routers present
Thanks,
g.n