<?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>LayerscapeのトピックLS1021ATSN, How to config EthX? Thanks</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835636#M3771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am learning the board LS1021ATSN-PA+ openIL and do not know how to solve the following two problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are 6 ethernet ports (Eth0-Eth5) on the board. Eth0 and Eth1 connect the processor, and Eth2-Eth5 connect the switch chip SJA1105TEL.&amp;nbsp;But only Eth2 and Eth3 are available in OpenIL. How can I config and use Eth4 and Eth5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I connect Eth0 and Eth2 with a cable, and then send a flow from Eth0 to Eth2.&amp;nbsp;I found the flow is delivered via the internal port between the process and the switch chip. The cable is unnecessary. How can I send a traffic from Eth0 to Eth2 via a cable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xi Jin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 21:55:33 GMT</pubDate>
    <dc:creator>xijin</dc:creator>
    <dc:date>2018-08-28T21:55:33Z</dc:date>
    <item>
      <title>LS1021ATSN, How to config EthX? Thanks</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835636#M3771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am learning the board LS1021ATSN-PA+ openIL and do not know how to solve the following two problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are 6 ethernet ports (Eth0-Eth5) on the board. Eth0 and Eth1 connect the processor, and Eth2-Eth5 connect the switch chip SJA1105TEL.&amp;nbsp;But only Eth2 and Eth3 are available in OpenIL. How can I config and use Eth4 and Eth5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I connect Eth0 and Eth2 with a cable, and then send a flow from Eth0 to Eth2.&amp;nbsp;I found the flow is delivered via the internal port between the process and the switch chip. The cable is unnecessary. How can I send a traffic from Eth0 to Eth2 via a cable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xi Jin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 21:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835636#M3771</guid>
      <dc:creator>xijin</dc:creator>
      <dc:date>2018-08-28T21:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, How to config EthX? Thanks</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835637#M3772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my misunderstand. Eth2-Eth5 have the same IP and MAC addresses. They are eth2 and eth2.100 in OpenIL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835637#M3772</guid>
      <dc:creator>xijin</dc:creator>
      <dc:date>2018-09-10T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021ATSN, How to config EthX? Thanks</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835638#M3773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SJA1105 switch do not have a Linux kernel driver. As such, the PHY chip (BCM5464R) attached to the 4 externally connected ports of the LS1021ATSN board (ETH2, ETH3, ETH4, ETH5) is not controlled by the Linux kernel either.&lt;/P&gt;&lt;P&gt;Please refer to &lt;A class="" href="https://github.com/openil/sja1105-tool" title="https://github.com/openil/sja1105-tool"&gt;GitHub - openil/sja1105-tool: The sja1105-tool is a Linux userspace application for configuring the NXP SJA1105 Automoti…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;/P&gt;&lt;P&gt;ping &amp;lt;eth2_IP&amp;gt; -I eth0&lt;/P&gt;&lt;P&gt;The networking packets should go to outside.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 03:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021ATSN-How-to-config-EthX-Thanks/m-p/835638#M3773</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2018-09-12T03:43:23Z</dc:date>
    </item>
  </channel>
</rss>

