<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic L2-Switch ARP reply in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147377#M430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, we want to use the L2-switch on our own hardware and found another problem with missing ARP reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reboot of the iMX28evk it is not reachable from the host-pc and does not respond to arp requests, so the arp table is empty. After ping the pc from the emod, there is an entry in the arp table of the pc and the emod is reachable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reading the freescale forum there is a similar request: &lt;A href="http://forums.freescale.com/t5/i-MX-Microprocessors/i-MX287-ARP-reply/td-p/67495"&gt;http://forums.freescale.com/t5/i-MX-Microprocessors/i-MX287-ARP-reply/td-p/67495&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea, how to solve the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Birger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 12:49:09 GMT</pubDate>
    <dc:creator>bba</dc:creator>
    <dc:date>2012-03-23T12:49:09Z</dc:date>
    <item>
      <title>L2-Switch ARP reply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147377#M430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, we want to use the L2-switch on our own hardware and found another problem with missing ARP reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reboot of the iMX28evk it is not reachable from the host-pc and does not respond to arp requests, so the arp table is empty. After ping the pc from the emod, there is an entry in the arp table of the pc and the emod is reachable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reading the freescale forum there is a similar request: &lt;A href="http://forums.freescale.com/t5/i-MX-Microprocessors/i-MX287-ARP-reply/td-p/67495"&gt;http://forums.freescale.com/t5/i-MX-Microprocessors/i-MX287-ARP-reply/td-p/67495&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea, how to solve the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Birger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 12:49:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147377#M430</guid>
      <dc:creator>bba</dc:creator>
      <dc:date>2012-03-23T12:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: L2-Switch ARP reply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147378#M431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, our hardware specialist found the reason why the switch does not respond to ARP requests.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The registers HW_ENET_SWI_BCAST_DEFAULT_MASK and HW_ENET_SWI_MCAST_DEFAULT_MASK wasn't set, so broadcast messages (e.g. ARP requests) were not forwarded to the controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Together with some other collegues we changes the fec-switch.c code as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace inside functions esw_main() switch_set_mac_address():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;writel(MCF_ESW_DBCR_P1 | MCF_ESW_DBCR_P2, &amp;amp;fecp-&amp;gt;ESW_DBCR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;writel(MCF_ESW_DBCR_P0 | MCF_ESW_DBCR_P1 | MCF_ESW_DBCR_P2, &amp;amp;fecp-&amp;gt;ESW_DBCR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Birger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:39:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147378#M431</guid>
      <dc:creator>bba</dc:creator>
      <dc:date>2012-04-03T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: L2-Switch ARP reply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147379#M432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Birger,&lt;/P&gt;&lt;P&gt;Thanks for your information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirmed the ARP operation based on your modified file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 09:09:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/L2-Switch-ARP-reply/m-p/147379#M432</guid>
      <dc:creator>erickang</dc:creator>
      <dc:date>2013-05-15T09:09:23Z</dc:date>
    </item>
  </channel>
</rss>

