Hi, everybody.
I've got an RDC8610 Evaluation Board. This is in fact a development kit based on a RDC8610 chip. So it is very similar to the openwrt supported devices (Amit, ar525w etc).
I managed to build a ramdisk image of kamikaze (trunk @ r13499) with several packages included and to flash the device. It boots, i can execute commands over serial.
The problem is that ethernet networking doesn't work at all.
Alfer a reboot ifconfig says that 'br-lan' and 'eth0' interfaces are up and running with correct network config (ip,mask). But arping/ping to the host machine shows 100% packet loss. Wireshark on the host machine doesn't see any ARP packages from the device (while it sees ARPs from other network devices). It is also not possible to ping the device back. Physical connectivity is ok, since i can ping redboot during startup.
The device also has another interface eth1. It is down by default, but it is possible to 'ifconfig eth1 up' it with given network configuration. The same: arping/ping doesn't work, no ARP packets are captured on the host machine.
Any ideas?
Thank you in advance!