Hello folks,

I'm trying to run the Ethernet over USB in a H3 1710.

I'm using the linux-omap tree (generated by linux-2.6.17 +
patch-2.6.17-omap2 from muru.com) and find below how do I set up the
environment.

# make omap_h3_1710_defconfig
# make menuconfig

Device Drivers  --->
    USB support  --->
        <*> Support for Host-side USB
        <M>   OHCI HCD support
        USB Gadget Support  --->
            <M> Support for USB Gadgets
            [*]   Debugging information files
                USB Peripheral Controller (OMAP USB Device Controller)  --->
                  OMAP USB Device Controller
            [*]     OTG Support
                USB Gadget Drivers
            <M>   Gadget Zero (DEVELOPMENT)
            [*]     HNP Test Device
            <M>   Ethernet Gadget (with CDC Ethernet support)
            [*]     RNDIS support (EXPERIMENTAL)
            <M>   Gadget Filesystem (EXPERIMENTAL)
            <M>   File-backed Storage Gadget
            [*]     File-backed Storage Gadget testing version
            <M>   Serial Gadget (with CDC ACM support)

# make ... uImage/modules/modules_install

On the board (peripheral):

# modprobe ohci_hcd
# modprobe g_ether
# ifconfig usb0 192.168.1.2 netmask 255.255.255.0 up

On PC (host, running 'usbnet'):

# ifconfig usb0 192.168.1.1 netmask 255.255.255.0

Well, the problem occur when if I try to ping to/from the board. It
causes a lock on the board.

Does anybody already have this problem and know how to solve it?

Thanks in advance for any suggestions,

BR,

-- 
Carlos Eduardo
Nokia Institute of Technology - INdT
Embedded Linux Laboratory - 10LE
Phone: +55 92 2126-1079
Mobile: +55 92 8127-1797
E-mail: [EMAIL PROTECTED]


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to