Re: [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-07 Thread Alexander Holler
Hello, Am 07.02.2011 05:42, schrieb Gadiyar, Anand: On Sat, Feb 5, 2011 at 7:35 PM, Alexander Hollerhol...@ahsoftware.de wrote: I am trying to enable boot from tftp for a BeagleBoard-xM. The BeagleBoard-xM has an integrated Ethernet port over USB. Currently there is no support for

Re: [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-07 Thread Vitaly Kuzmichev
Hi Olivier, Olivier Martin wrote: Hi, I am trying to enable boot from tftp for a BeagleBoard-xM. The BeagleBoard-xM has an integrated Ethernet port over USB. I have tried to enable it by adding these following lines in include/configs/omap3_beagle.h: #define CONFIG_USB_ETHER

Re: [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-07 Thread jacopo mondi
Since it was one of the purposed GSoc project, knowing something more would be interesting for someone. Could you please provide more information, or maybe give a hint about who worked on that? thanks.. On Mon, 7 Feb 2011 10:12:53 +0530 Gadiyar, Anand gadi...@ti.com wrote: There was some work

Re: [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-06 Thread Gadiyar, Anand
On Sat, Feb 5, 2011 at 7:35 PM, Alexander Holler hol...@ahsoftware.de wrote: Hello, Am 05.02.2011 14:18, schrieb Olivier Martin: I am trying to enable boot from tftp for a BeagleBoard-xM. The BeagleBoard-xM has an integrated Ethernet port over USB. Currently there is no support for

[U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-05 Thread Olivier Martin
Hi, I am trying to enable boot from tftp for a BeagleBoard-xM. The BeagleBoard-xM has an integrated Ethernet port over USB. I have tried to enable it by adding these following lines in include/configs/omap3_beagle.h: #define CONFIG_USB_ETHER 1 #define CONFIG_CMD_NET /*

Re: [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?

2011-02-05 Thread Alexander Holler
Hello, Am 05.02.2011 14:18, schrieb Olivier Martin: I am trying to enable boot from tftp for a BeagleBoard-xM. The BeagleBoard-xM has an integrated Ethernet port over USB. Currently there is no support for omap-ehci in u-boot. That means only the MUSB (OTG) USB port is usable. Regards,