Re: [U-Boot] USBNET in OMAP (beagleboard)

2011-02-26 Thread Remy Bohmer
Hi, 2011/2/25 Rick Bronson : > Hi Alexander, > >  But I need to be able to do it right inside u-boot.  That is, I want > to run USBNET within u-boot itself and not the kernel. > Both USB CDC and RNDIS are in mainstream U-boot. What is lacking is a proper UDC driver for the beagle board. You can f

Re: [U-Boot] USBNET in OMAP (beagleboard)

2011-02-25 Thread Rick Bronson
Hi Alexander, But I need to be able to do it right inside u-boot. That is, I want to run USBNET within u-boot itself and not the kernel. Thanks, Rick > Am 25.02.2011 00:06, schrieb Rick Bronson: > >I've searched the mailing list archives and couldn't come up with an > > answer so I t

Re: [U-Boot] USBNET in OMAP (beagleboard)

2011-02-25 Thread Alexander Holler
Am 25.02.2011 00:06, schrieb Rick Bronson: >I've searched the mailing list archives and couldn't come up with an > answer so I thought I'd try here: Anyone know of any implementations > of USBNET in u-boot for OMAP? This feature allows the OMAP, as a USB > device (gadget), to do networking ove

[U-Boot] USBNET in OMAP (beagleboard)

2011-02-24 Thread Rick Bronson
Hi All, I've searched the mailing list archives and couldn't come up with an answer so I thought I'd try here: Anyone know of any implementations of USBNET in u-boot for OMAP? This feature allows the OMAP, as a USB device (gadget), to do networking over a USB connection with a USB host. Than