Changes between Version 5 and Version 6 of HardwareUsersGuides/WARPv3/Ethernet


Ignore:
Timestamp:
Nov 15, 2012, 2:00:22 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/Ethernet

    v5 v6  
    2020Mango has a block of MAC addresses assigned by the IEEE: {{{40-D8-55-04-20-00}}} to {{{40-D8-55-04-2F-FF}}}. We allocate two addresses from this range for each WARP v3 board. You can find your node's reserved addresses on a label on the back of the board. These addresses are also recorded in the board's EEPROM during manufacturing (see the [wiki:../EEPROM EEPROM page] for details).
    2121
    22 '''Note''': early WARP v3 kits did not include this label, nor do early kits have MAC addresses in the EEPROM. '''For boards with serial numbers lower than W3-a-00110''', you can calculate your board's addresses with:
     22'''Note''': early WARP v3 kits did not include this label. These kits likewise do not have MAC addresses stored in their EEPROMs.
     23
     24'''For boards with serial numbers lower than W3-a-00110''', you can calculate your board's addresses with:
    2325{{{
    2426ETH A address: 40-D8-55-04-20-00 + (serial number)*2
     
    2729For example, for serial number W3-a-00050 the allocated addresses are {{{40-D8-55-04-20-64}}} and {{{40-D8-55-04-20-65}}}.
    2830
    29 For boards with serial numbers higher than W3-a-00110 this mapping does not apply. The assigned addresses will have no relation to the board serial number.
     31We have prepared an FPGA design which will calculate these MAC addresses and store them in the EEPROM. To use it:
     32 1. Download [attachment:WARPv3_MAC-Addr-EEPROM_Init.zip WARPv3_MAC-Addr-EEPROM_Init.zip].
     33 1. Connect your WARP v3 kit to power, JTAG and USB-UART, configured for 57600bps.
     34 1. Configure the FPGA with the download.bit file in .zip archive.
     35 1. Watch the UART output for status messages.
     36
     37'''For boards with serial numbers higher than W3-a-00110''': these boards include the MAC address label and  their EEPROMs are pre-programmed with the MAC addresses. For these newer kits there is no relation between serial number and MAC address.
    3038
    3139== Hardware Constraints ==