Tool/software: Linux
Hi, I have an AM3517 where I am trying to connect it to Linux or Windows hosts with Ethernet over USB (CDC or RNDIS) using the g_ether module in the 4.4.39 kernel. I am able to communicate with the AM3517 in a few different situations:
1. AM3517 usb0 given static IP at 10.42.0.25, Ubuntu adapter is set to "Shared to other computers". The AM3517 must be on the 10.42.0.X subnet for this to work.
2. AM3517 usb0 given static IP at 10.1.1.11, Windows adapter is set to 10.1.1.12. The IP address could be anything as long as they are both on the same subnet.
What I want to be able to do is:
1. If I set the usb0 adapter on the AM3517 to DHCP, I expect it to request a DHCP address from whatever host it is attached to.
2. If I set the usb0 adapter on the AM3517 to a static IP address, I want to be able to connect to it in Ubuntu on some other IP address than 10.42.0.X.
Any advice on how to accomplish this? Thank you!