| 1 | = USB Ethernet Adapters = |
| 2 | |
| 3 | The GW5510 board does not have a standard ethernet port on it. Because of this there may be a desire to have a temporary ethernet port for flashing new firmware, etc. |
| 4 | |
| 5 | There are 2 areas USB Ethernet support may be needed: |
| 6 | 1. Bootloader - For flashing new firmware images |
| 7 | 2. Operating System - for standard connectivity |
| 8 | |
| 9 | Two drivers that are currently turned on in the bootloader are: |
| 10 | * ASIX AX8817X |
| 11 | * SMSC LAN95xx |
| 12 | * Note: These drivers may not support all variants of those chipsets, please refer to the UBoot mailing list and source code. |
| 13 | |
| 14 | For other adapters, the driver will need to be added. |
| 15 | |
| 16 | Gateworks has '''successfully''' used the following modules in their development |
| 17 | * Plugable USB to Ethernet Adapter http://plugable.com/products/usb2-e100 |
| 18 | * ID 0b95:7720 ASIX Electronics Corp. AX88772 |
| 19 | |
| 20 | |
| 21 | == Bootloader Support == |
| 22 | For single board computers like the GW5510, a USB ethernet adapter is often used. |
| 23 | |
| 24 | Once the board is powered, break into the bootloader on the serial console. |
| 25 | |
| 26 | Type the command: |
| 27 | {{{ |
| 28 | usb start |
| 29 | }}} |
| 30 | |
| 31 | The result should look something like this: |
| 32 | {{{ |
| 33 | Ventana > usb start |
| 34 | starting USB... |
| 35 | USB0: USB EHCI 1.00 |
| 36 | scanning bus 0 for devices... 2 USB Device(s) found |
| 37 | USB1: USB EHCI 1.00 |
| 38 | scanning bus 1 for devices... 1 USB Device(s) found |
| 39 | scanning usb for storage devices... 0 Storage Device(s) found |
| 40 | scanning usb for ethernet devices... |
| 41 | Warning: asx0 using MAC address from net device |
| 42 | 1 Ethernet Device(s) found |
| 43 | }}} |
| 44 | |
| 45 | == Operating System Support == |
| 46 | This will vary on operating systems and drivers may need to be added. |
| 47 | |
| 48 | == Mini-PCIe Ethernet Adapters == |
| 49 | For certain situations, customers can also use a Mini-PCIe Ethernet adapter as shown here: |
| 50 | * [wiki:intel82574 Ethernet Card] |