Hi,
I am also facing the same issue, could anyone help us, pls find the details below.
We are currently working on a hardware board design project for an Industrial application.
The processor used in TMS320DM6467ZUTA. We are facing an issue with ethernet interface.
The Etherner PHYceiver IC interfaced with processor is L-ET1011C2-C-D (Gigabit Ethernet PHYceiver from LSI).
The Etherner PHYceiver IC is configured by processor through MDIO interface.
We are able to read all Etherner PHYceiver IC registers correctly at MD clock frequency of 4.5 MHz.
The Etherner PHYceiver IC is connected to RJ-45 port.
When we are connecting cross over cable between our Processor board and the Test PC,
we could notice LAN connected (speed 100 MBPS) on our Test PC.
We configured separate static IP address for Processor board and Test PC.
When we try to ping, the ping is getting failed (Error message: "HOST is Not Alive")
I have also tried running the tftp sever in my test pc and typed the tftp in the command terminal, it is trying to load the file
and it is timing out after some time.
NOTE: The Processor board has same ethernet interface as there in TMS320DM6467 Eval board.
We are able to see the Ethernet PHYceiver IC recognised by the UBOOT.
Pls find bootup message when i power cylce board, it recognizes the Phyceiver.
U-Boot 2009.08 (Jul 01 2010 - 15:45:29)
I2C: ready
DRAM: 256 MB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
ARM Clock :- 297MHz
DDR Clock :- 297MHz
Net: Ethernet PHY ID: 282f014
Ethernet PHY: GENERIC @ 0x01
Hit any key to stop autoboot: 0
Please find environmental variables am setting.
bootdelay=4
baudrate=115200
bootfile="uImage"
addclk=setenv bootargs ${bootargs} clkref=${clkref}
ethact=
filesize=2740C7
bootcmd=nand read 81100000 4a0000 500000; nboot 80700000 0 a0000; bootm
bootargs=console=ttyS0,115200n8 root=/dev/ram rw initrd=0x81100000,16M mem=120M
ip=dhcp
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (Jul 01 2010 - 15:45:29)
ipaddr=192.168.25.2
serverip=192.168.25.1
subnetmask=255.255.255.0
netmask=255.255.255.0
is there any differenc between netmask and subnetmask, beacuse have not seen any subnetmask env variable in the u-boot.
Request you to provide valuable suggestions to fix our issue.
Regards,
Balaji S