Posts Tagged usb
USB ethernet adapter 0xdroid (Android) configuration on the BeagleBoard
Posted by Boris Stock in BeagleBoard, Research on 8. April 2010
If you’ve compiled the kernel with the correct drivers and enabled the general ethernet support correctly you should see the following entries when you type
netcfg
in the console:
lo UP 127.0.0.1 255.0.0.0 usb0 UP 0.0.0.0 0.0.0.0 eth0 DOWN 0.0.0.0 0.0.0.0
The usb0 interface is the USB OTG ethernet gadget device (which is by default enabled in the kernel).
Now (do not forget to connect a network cable to your USB ethernet adapter and your router/switch) type the following commands in the console to configure the eth0 interface:
netcfg eth0 dhcp
This triggers the eth0 interface to get the IP etc. via DHCP (of course you need a router with DHCP enabled).
The eth0 interface now should have assigned a valid IP address if everything works like expected.
BeagleBoard accessories
Posted by Boris Stock in BeagleBoard, Research on 31. March 2010
I’ve also ordered the following accessories to get my BeagleBoard up and running (all ordered at Mükra Elektronik):
USB-Serial Adapter (you can get the drivers for MAC OS X and Windows here)
Serial Null-Modem Cable (9-pin d-sub to 9-pin d-sub)
USB 2.0 Mini-A Cable (for connecting the BeagleBoard USB OTG port to my MacBook as the power source)