Changes

User:Pau pajuelo

113 bytes removed, 18:09, 22 August 2012
m
no edit summary
=== Linux Host<br> ===
'''NOTE:''' You should have the usbnet module available for your Linux kernel. On most distributions, this is the case by default. If this is not the case for your distribution, you will need to enable USB networking support in the kernel. If you build your own kernel then you want 'CDC Ethernet support' in USB Network adaptors.
In the file /etc/network/interfaces, you should add a section which looks like this:
auto usb0 <pre>iface usb0 inet static address 192.168.7.1 network 192.168.7.0 netmask 255.255.255.0 broadcast 192.168.7.255 gateway 192.168.7.1dhcp</pre>
Connect to the board using ssh
4,199
edits