Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 May 2012 12:31 PM by  glennj@logicpd.com
Article: AM3517 Setting the MAC Address
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
glennj@logicpd.com
New Member
New Member
Posts:


--
09 May 2012 12:31 PM
    Q: How is the Ethernet MAC address set on the AM3517?

    A:

    The Ethernet MAC address must be manually set if you do not want Linux to assign a random one. A
    couple different unique addresses can be assigned, depending on your situation.

    If you're using the EVM from LogicPD, The simplest way to do this is to use the MAC address printed
    on the sticker located on the top side of the SOM. Note that this MAC address actually corresponds
    to the wireless 802.11b/g.

    If you cannot use the wireless MAC address, you can find the MAC address for the 10/100 Ethernet
    located in the AM3517 CONTROL_FUSE_EMAC_LSB and CONTROL_FUSE_EMAC_MSB registers
    (addresses 0x4800 2380 and 0x4800 2384, respectively).

    To set the MAC address, add the following line to the bootargs in u-boot.
    eth=xx:xx:xx:xx:xx:xx
    ****
    There are several other ways to set the MAC address, once you are in Linux, using ethtool or ifconfig with the “hw” parameter.

    PRODUCTS Included:
    AM3517, OMAP35xx, OMAP35xx Torpedo, OMAP-L138, AM1808, DM3730, DM3730 Torpedo, AM3703
    You are not authorized to post a reply.