TI's Froyo and Gingerbread prebuilt images on TI OMAP35x EVM are not working.
I was suggested to use mem=26MB option in the Kernel by TI support so I compiled the Kernel without any command line arguments as the prebuilt Kernel overriding the U-boot setting. Issue is when i tried to load the Kernel via TFTP, I found that networking is not working from U-boot, even ping is not working.
Below is the snapshot of U-boot log.
OMAP3_EVM # ping 10.100.144.254
smc911x: detected LAN9220 controller
smc911x: phy initialized
smc911x: MAC 00:52:c2:7e:97:36
Using smc911x-0 device
smc911x: failed to send packet: TX_STS_LATE_COLL
smc911x: failed to send packet: TX_STS_LATE_COLL
ping failed; host 10.100.144.254 is not alive
I've assigned working IP 10.100.144.172 to the board. I tried even DHCP option, its still not working.
Anyone's help appreciated.