Dear Beagle Board,
I recently purchased one BeagleBone Rev. A3, and tested with shipped
Cloud9 image, the ethernet port worked fine. Then I downloaded the
prebuilt Android image from TI's web site, and followed the
instructions to activate eth0:
# netcfg eth0 up
# netcfg eth0 dhcp
I can see from logcat that it try to send DHCPDISCOVER, but I can't
really see the packet on DHCP server by using Wireshark packet
sniffing. And later, netcfg reported "action 'dhcp' failed (Timer
expired)". So, it looks like it can't really send packet out of
ethernet port.
Am I missing something? Or need to do more operations ?
Any comment is appreciated.
Max