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 */
{
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
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
+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
4 matches
Mail list logo