I have a board i need to bring up.
The board consist of Lantiq's SOC. I have done necessary custom configuration for uboot and kernel squashfs images and build them.
I load the Uboot into ram via UART and then run a script by Lantiq which essentially erases flash, tftp the u-boot file and copies to flash.
Then another script tftp the kernel+filesystem image.
So while i was able to ping and tftp my system from uboot, after booting i can't.
I boot up the kernel and i know the lan interface i should work with. I give it the IP. The "loopback" interface works fine. If i ping the ip i just gave to the lan interface, that works fine. But it doesn't ping my pc or anything else for that matter. No packets reach my pc while i can see in TX of lan interface of the board that packets are being generated.
Any insights? anybody?