<?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 Re: IMX8MP Ethernet Interface not using MAC Fuses in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1893888#M225456</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My suggestion was not very clear, from your results:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Word 0x00000000: ffafa9eb&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I meant to mask the result with 15[0] 14[0], i.e.:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 0 0 ffaf29eb&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 22:39:55 GMT</pubDate>
    <dc:creator>JosephAtNXP</dc:creator>
    <dc:date>2024-06-25T22:39:55Z</dc:date>
    <item>
      <title>IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1887319#M224949</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using an IMX8MP in a product that is ready to go into production and I am trying to work out fusing the MAC address.&amp;nbsp; I am accomplishing this with a UUU script and it appears that the non-volatile memory was written to correctly, but the Ethernet Interface is not using the fuse values and continues to use random values.&amp;nbsp; Interestingly, I don't see a debug message anymore about a random MAC address being generated.&lt;/P&gt;&lt;P&gt;I would like to burn the fuses for MAC0 and MAC1 with the following.&amp;nbsp; Note, that we are only using the first Ethernet Interface.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAC0 70:B3:D5:03:41:73&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MAC1 01:02:03:04:05:06&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;My UUU file looks like the following.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;uuu.s3pro_program_mac&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# UUU Script to blow MAC0 and MAC1 fuses&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# Usages: uuu -b uuu.s3pro_program_mac&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# load U-BOOT into RAM&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SDPS: boot -f SW00012_v1_imx-boot-imx8mp-s3pro-sd.bin-flash_evk&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# Burn fuses&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# MAC0 70:B3:D5:03:41:73&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# MAC1 01:02:03:04:05:06&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 0 0xD5034173&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 1 0x050670B3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 2 0x01020304&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: done&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;UBOOT fuse sense confirms values were blown correctly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UBOOT&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;u-boot=&amp;gt; fuse sense 9 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sensing bank 9:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Word 0x00000000: &lt;FONT color="#008000"&gt;&lt;STRONG&gt;d5034173&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;u-boot=&amp;gt; fuse sense 9 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sensing bank 9:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Word 0x00000001: &lt;FONT color="#008000"&gt;&lt;STRONG&gt;050670b3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;u-boot=&amp;gt; fuse sense 9 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Sensing bank 9:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Word 0x00000002: &lt;FONT color="#008000"&gt;&lt;STRONG&gt;01020304&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The hexdump from nvmem also seems to look good.&amp;nbsp; Address 0000090 has the MAC0 and MAC1 values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sys/devices/platform/soc@0/30000000.bus/30350000.efuse/imx-ocotp0/nvmem&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;0000000 a9eb ffaf aaff 0002 3707 30bf 8800 0715&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000010 4591 2002 0000 0100 007f 0000 0000 8800&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000020 0000 0000 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000040 bada bada bada bada bada bada bada bada&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000060 0000 0000 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000080 0000 0000 0000 0000 0000 0000 0004 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000090 &lt;STRONG&gt;&lt;FONT color="#008000"&gt;4173 d503 70b3 0506 0304 0102&lt;/FONT&gt;&lt;/STRONG&gt; 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00000a0 bada bada bada bada bada bada bada bada&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00000c0 f672 b8ff 506f c061 f92b 55df 48d5 9552&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00000d0 b347 d7ff 1239 8d8e f73a 19a6 3ef5 a09f&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00000e0 0000 0000 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00000f0 bada bada 0000 0000 0000 0000 bada bada&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000100 bada bada bada bada bada bada bada bada&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000250 bada bada bada bada bada bada 121b 0002&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000260 1100 0000 0000 a800 6919 f253 5666 256b&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000270 4672 00b7 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000280 aa10 3d4b 6f04 4696 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000290 0000 0000 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00002d0 bada bada bada bada bada bada bada bada&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00002f0 0801 5500 73a8 0001 201f d503 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000300 0000 0000 0000 0000 0000 0000 0000 0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;00005f0 0000 0000 0000 0000 0001 0001 5bb6 8002&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0000600&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;When using command &lt;STRONG&gt;ip a&lt;/STRONG&gt; the MAC address is random after each boot.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;root@imx8mp-s3pro:~# ip a&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;inet 127.0.0.1/8 scope host lo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;valid_lft forever preferred_lft forever&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;inet6 ::1/128 scope host&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;valid_lft forever preferred_lft forever&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2: eth0: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc mq state DOWN group default qlen 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;link/ether &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;32:8e:6c:62:ab:b2&lt;/STRONG&gt;&lt;/FONT&gt; brd ff:ff:ff:ff:ff:ff&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:31:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1887319#M224949</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-13T21:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888102#M225009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;What is the MAC lock status? I.e. MAC_ADDR_LOCK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JosephAtNXP_0-1718397461141.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284286i309B6D5525A50238/image-size/large?v=v2&amp;amp;px=999" role="button" title="JosephAtNXP_0-1718397461141.png" alt="JosephAtNXP_0-1718397461141.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 20:38:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888102#M225009</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-06-14T20:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888896#M225074</link>
      <description>&lt;P&gt;Hello Joseph, thank you for the feeback and support.&amp;nbsp; I didn't try writing to the 400h or 410h registers so they should have the default value.&amp;nbsp; After reviewing them in the reference manual it looks like 400h[15:14] can control the write protect to the MAC, but I'm really not understanding how to use it.&lt;/P&gt;&lt;P&gt;Do I need to set 400h[15:14], MAC_ADDR to 00'b before writing the MAC values to address 640h?&lt;/P&gt;&lt;P&gt;Maybe something like this in my UUU script?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# MAC_ADDR[15:14] = 00'b ;; unlock for burning?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 0 0 0x00000000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 0 0xD5034173&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 1 0x050670B3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 9 2 0x01020304&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FB: done&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 20:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888896#M225074</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-17T20:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888984#M225082</link>
      <description>&lt;P&gt;u-boot=&amp;gt; fuse sense 0 0&lt;BR /&gt;Sensing bank 0:&lt;/P&gt;&lt;P&gt;Word 0x00000000: ffafa9eb&lt;/P&gt;&lt;P&gt;MAC_ADDR would therefore be 10'b&lt;/P&gt;&lt;P&gt;&lt;EM&gt;10 - OP (Override Protect, the controlled field can be read, sensed or burned, but can't be overridden in&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;the corresponded OCOTP shadow register)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 00:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1888984#M225082</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-18T00:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1890519#M225236</link>
      <description>&lt;P&gt;Hello Joseph, I think we are close to the root cause.&amp;nbsp; Did you see my response to the register values that you requested.&amp;nbsp; I need just a bit more clarification on what these mean.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 15:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1890519#M225236</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-19T15:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1891701#M225307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It's probably due to the fact that upon boot the values are lost,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/What-is-the-different-for-eFuse-MAC-ADDR-LOCK-OP-WP/m-p/449874" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/What-is-the-different-for-eFuse-MAC-ADDR-LOCK-OP-WP/m-p/449874&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Try with &lt;FONT face="courier new,courier"&gt;FB: ucmd fuse prog -y 0 0 {masked 15[0] 14[0]}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 22:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1891701#M225307</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-06-20T22:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1891721#M225310</link>
      <description>&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;Thank you for continuing to investigate.&lt;/P&gt;&lt;P&gt;With the uuu script change the board is still randomizing the MAC.&lt;/P&gt;&lt;P&gt;Also strange is that U-BOOT fuse sense still shows the same value for MAC_ADDR[15:14] with the value as 10'b. ffafa9eb is what I previously had.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;u-boot=&amp;gt; fuse sense 0 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Sensing bank 0:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Word 0x00000000: ffafa9eb&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Did I do this UUU script wrong?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;# UUU Script to blow MAC0 and MAC1 fuses&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;# Usage: uuu -b uuu.s3pro_program_mac&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;# load U-BOOT into RAM&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;SDPS: boot -f SW00012_v1_imx-boot-imx8mp-s3pro-sd.bin-flash_evk&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;# Burn fuses&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;# MAC0 70:B3:D5:03:41:73&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;# MAC1 01:02:03:04:05:06&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;# Write Protect&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 0 0 {masked 15[0] 14[0]}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 9 0 0xD5034173&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 9 1 0x050670B3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 9 2 0x01020304&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: done&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;IP A command output&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;root@imx8mp-s3pro:~# ip a&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;inet 127.0.0.1/8 scope host lo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;valid_lft forever preferred_lft forever&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;inet6 ::1/128 scope host&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;valid_lft forever preferred_lft forever&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;2: eth0: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc mq state DOWN group default qlen 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;link/ether &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;0e:0f:42:66:f3:fb&lt;/FONT&gt;&lt;/STRONG&gt; brd ff:ff:ff:ff:ff:ff&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 23:51:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1891721#M225310</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-20T23:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1893799#M225449</link>
      <description>&lt;P&gt;Hi Joseph,&amp;nbsp; do you have any further feedback on my UUU script modifications based on your last comments?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 17:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1893799#M225449</guid>
      <dc:creator>Matthew6</dc:creator>
      <dc:date>2024-06-25T17:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MP Ethernet Interface not using MAC Fuses</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1893888#M225456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My suggestion was not very clear, from your results:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Word 0x00000000: ffafa9eb&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I meant to mask the result with 15[0] 14[0], i.e.:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;FB: ucmd fuse prog -y 0 0 ffaf29eb&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 22:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MP-Ethernet-Interface-not-using-MAC-Fuses/m-p/1893888#M225456</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-06-25T22:39:55Z</dc:date>
    </item>
  </channel>
</rss>

