Re: [U-Boot] Uboot - USB to Ethernet patch

2011-04-05 Thread rick
Hi Scott, In order to use the USB-Ethernet in u-boot, what do we need to set ethact to? I would be great if you could show an example. Of all the device below, which ones have actually been tested and known to work? { 0x05ac, 0x1402 }, /* Apple USB Ethernet Adapter */ {

Re: [U-Boot] Uboot - USB to Ethernet patch

2011-02-22 Thread Simon Glass
Yes, will do - Simon On Sat, Feb 19, 2011 at 1:05 AM, Remy Bohmer wrote: > Hi Simon, > > 2011/2/18 Simon Glass : >> +UBML >> >> Hi Anders, >> >> You will need at least: >> >> /* Enable USB Ethernet dongles */ >> #define CONFIG_USB_HOST_ETHER >> #define CONFIG_USB_ETHER_ASIX >> >> (and your platfo

Re: [U-Boot] Uboot - USB to Ethernet patch

2011-02-19 Thread Remy Bohmer
Hi Simon, 2011/2/18 Simon Glass : > +UBML > > Hi Anders, > > You will need at least: > > /* Enable USB Ethernet dongles */ > #define CONFIG_USB_HOST_ETHER > #define CONFIG_USB_ETHER_ASIX > > (and your platform must support USB with CONFIG_CMD_USB and CONFIG_USB_EHCI > for example) > > You will als

Re: [U-Boot] Uboot - USB to Ethernet patch

2011-02-18 Thread Simon Glass
+UBML Hi Anders, You will need at least: /* Enable USB Ethernet dongles */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX (and your platform must support USB with CONFIG_CMD_USB and CONFIG_USB_EHCI for example) You will also want to enable the network commands: #define CONFIG_CMD