All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] BeagleBoard-xM: Ethernet over USB supported ?
@ 2011-02-05 13:18 Olivier Martin
  2011-02-05 14:05 ` Alexander Holler
  2011-02-07 13:32 ` Vitaly Kuzmichev
  0 siblings, 2 replies; 6+ messages in thread
From: Olivier Martin @ 2011-02-05 13:18 UTC (permalink / raw)
  To: u-boot

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         /* bootp, tftpboot, rarpboot    */
#define CONFIG_CMD_PING

But when I compiled I have got a link error:
/drivers/usb/gadget/libusb_gadget.o: In function `usb_eth_initialize':
u-boot-main/drivers/usb/gadget/ether.c:1964: undefined reference to
`usb_gadget_register_driver'
drivers/usb/gadget/libusb_gadget.o: In function `usb_eth_init':
u-boot-main/drivers/usb/gadget/ether.c:1812: undefined reference to
`usb_gadget_handle_interrupts'

The functions `usb_gadget_register_driver' and
`usb_gadget_handle_interrupts' do not exist in the current u-boot tree...

Can someone confirm we can or cannot use tftp with u-boot on the BeagleBoard
?

Thanks,
Olivier

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-07 17:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-05 13:18 [U-Boot] BeagleBoard-xM: Ethernet over USB supported ? Olivier Martin
2011-02-05 14:05 ` Alexander Holler
2011-02-07  4:42   ` Gadiyar, Anand
2011-02-07 10:34     ` Alexander Holler
2011-02-07 17:30     ` jacopo mondi
2011-02-07 13:32 ` Vitaly Kuzmichev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.