<?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中的主题 Re: Ls1046a configuration mac address</title>
    <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575861#M11565</link>
    <description>&lt;P&gt;You can do something like&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;i2c0 {
	eeprom@54 {
		#address-cells = &amp;lt;1&amp;gt;;
		#size-cells = &amp;lt;1&amp;gt;;
		compatible = "atmel,24c02";
		reg = &amp;lt;0x54&amp;gt;;
		size = &amp;lt;256&amp;gt;;
		pagesize = &amp;lt;4&amp;gt;;

		eth3_address: addr@32 {
			reg = &amp;lt;32 6&amp;gt;;
		};
};&lt;/LI-CODE&gt;&lt;P&gt;and then later on&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;fman0 {
	enet3: ethernet@e4000 {
		nvmem-cells = &amp;lt;&amp;amp;eth3_address&amp;gt;;
		nvmem-cell-names = "mac-address";
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You will need to enable CONFIG_NVMEM in Linux and U-Boot for this to work.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2022 17:04:25 GMT</pubDate>
    <dc:creator>stadium_aquino</dc:creator>
    <dc:date>2022-12-30T17:04:25Z</dc:date>
    <item>
      <title>Ls1046a configuration mac address</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1574870#M11545</link>
      <description>&lt;P&gt;&amp;nbsp;There are several ways to configure the MAC address ..?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 09:21:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1574870#M11545</guid>
      <dc:creator>hongyuanz</dc:creator>
      <dc:date>2022-12-27T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1046a configuration mac address</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575004#M11546</link>
      <description>&lt;P&gt;Thank you for contacting NXP support!&lt;/P&gt;
&lt;P&gt;I attached for you 2 logs for mac configuration.&lt;/P&gt;
&lt;P&gt;Inside the log called "unconfigured mac" you can see what happens when you can boot a board on LS1043 with an unconfigured MAC and how dissapear the ethernet port on tiny linux.&lt;/P&gt;
&lt;P&gt;And then you have another log called "configured mac" inside that log, you can see how to set a mac address on U-Boot and how to corroborate under tiny Linux with ping and ifconfig.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 21:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575004#M11546</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2022-12-27T21:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1046a configuration mac address</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575036#M11548</link>
      <description>&lt;P&gt;I2C EEPROM&lt;/P&gt;&lt;P&gt;What needs to be modified to configure the MAC address..?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 02:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575036#M11548</guid>
      <dc:creator>hongyuanz</dc:creator>
      <dc:date>2022-12-28T02:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1046a configuration mac address</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575227#M11549</link>
      <description>&lt;P&gt;Is not possible to boot from the i2c eeprom but, I think it is possible to save those configurations on the i2c eeprom and take the values and put that values on U-Boot.&lt;/P&gt;
&lt;P&gt;If you want to do that, download the components of U-Boot and then you can program after the boot sequence the reading of the i2c eeprom and configure the mac address and then compile the U-Boot and run the bootloader on your Layerscape&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 14:10:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575227#M11549</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2022-12-28T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1046a configuration mac address</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575861#M11565</link>
      <description>&lt;P&gt;You can do something like&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;i2c0 {
	eeprom@54 {
		#address-cells = &amp;lt;1&amp;gt;;
		#size-cells = &amp;lt;1&amp;gt;;
		compatible = "atmel,24c02";
		reg = &amp;lt;0x54&amp;gt;;
		size = &amp;lt;256&amp;gt;;
		pagesize = &amp;lt;4&amp;gt;;

		eth3_address: addr@32 {
			reg = &amp;lt;32 6&amp;gt;;
		};
};&lt;/LI-CODE&gt;&lt;P&gt;and then later on&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;amp;fman0 {
	enet3: ethernet@e4000 {
		nvmem-cells = &amp;lt;&amp;amp;eth3_address&amp;gt;;
		nvmem-cell-names = "mac-address";
	};
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You will need to enable CONFIG_NVMEM in Linux and U-Boot for this to work.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 17:04:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1046a-configuration-mac-address/m-p/1575861#M11565</guid>
      <dc:creator>stadium_aquino</dc:creator>
      <dc:date>2022-12-30T17:04:25Z</dc:date>
    </item>
  </channel>
</rss>

