<?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: imx8m plus fuse in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1271665#M173561</link>
    <description>&lt;P&gt;&amp;gt;if "fuse prog" command success is it possible refuse again? or only one time can "fuse prog" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is one time programmable, so can not be changed after programming. Also may be useful&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/OCOTP-write-support-on-i-mx8m/m-p/825028" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/OCOTP-write-support-on-i-mx8m/m-p/825028&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 10:53:30 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-05-04T10:53:30Z</dc:date>
    <item>
      <title>imx8m plus fuse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1270171#M173399</link>
      <description>&lt;P&gt;hi support team&lt;/P&gt;&lt;P&gt;I try to burn MAC address in boot Fusemap (address 0x640 MAC_0_ADDR) on i.MX8m plus&amp;nbsp;&lt;/P&gt;&lt;P&gt;suppose my mac address is aabbccddeeff&lt;/P&gt;&lt;P&gt;my setting command is:&lt;/P&gt;&lt;P&gt;u-boot=&amp;gt; fuse prog -y 9 0 0xeeff&lt;/P&gt;&lt;P&gt;u-boot=&amp;gt; fuse prog -y 9 1 0xaabbccdd&lt;/P&gt;&lt;P&gt;but&amp;nbsp; I read back incorrect value. as below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Word 0x00000000: ffdfbfaf&lt;BR /&gt;u-boot=&amp;gt; fuse read 9 1&lt;BR /&gt;Reading bank 9:&lt;/P&gt;&lt;P&gt;Word 0x00000001: 072fffff&lt;/P&gt;&lt;P&gt;Then system use random MAC address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for help.&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 07:56:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1270171#M173399</guid>
      <dc:creator>james_wu1</dc:creator>
      <dc:date>2021-04-29T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus fuse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1270578#M173425</link>
      <description>&lt;P&gt;Hi James&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what uboot version used in the case, one can try latest&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp; Demo Image&amp;nbsp;&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=L5.10.9_1.0.0_MX8MP&amp;amp;appType=license" target="_blank"&gt;i.MX 8M Plus EVK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 00:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1270578#M173425</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-30T00:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus fuse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1271591#M173555</link>
      <description>&lt;P&gt;hi Igor&lt;/P&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;P&gt;my u-boot version&lt;/P&gt;&lt;P&gt;U-Boot 2020.04-gb2c7f94-dirty (May 04 2021 - 13:33:09 +0800)&lt;BR /&gt;aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03(arm-rel-8.36)) 8.3.0&lt;BR /&gt;GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321&lt;/P&gt;&lt;P&gt;if &lt;SPAN&gt;&amp;nbsp;"fuse prog" command success is it possible refuse again? or only one time can "fuse prog" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for example: If we program incorrect MAC address, how to fuse prog again. (erase the mac area &amp;nbsp;(address 0x640 MAC_0_ADDR)&amp;nbsp;...) the fuse prog a correct MAC address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Another question: How to register a LVDS panel brightnessSupport to imx8mp android10 system?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our LVDS panel able to display but&amp;nbsp;SurfaceControl.getDisplayBrightnessSupport return false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in frameworks\base\services\core\java\com\android\server\lights\LightsService.java&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so can not control the panel brightness.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 07:05:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1271591#M173555</guid>
      <dc:creator>james_wu1</dc:creator>
      <dc:date>2021-05-04T07:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus fuse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1271665#M173561</link>
      <description>&lt;P&gt;&amp;gt;if "fuse prog" command success is it possible refuse again? or only one time can "fuse prog" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is one time programmable, so can not be changed after programming. Also may be useful&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/OCOTP-write-support-on-i-mx8m/m-p/825028" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/OCOTP-write-support-on-i-mx8m/m-p/825028&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 10:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1271665#M173561</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-04T10:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus fuse</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1291067#M175382</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177104"&gt;@james_wu1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I have similar attention to fuse the MAC address of my MX8MP based custom board using u-Boot. Could you please let me know where to find the bank number as well as the words' order, please.&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;BR /&gt;Khang&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 04:26:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-fuse/m-p/1291067#M175382</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2021-06-11T04:26:15Z</dc:date>
    </item>
  </channel>
</rss>

