<?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>i.MX Processors中的主题 Re: imx8mn bootrom and JTAG debug</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1536087#M196258</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8mn boot mode.PNG" style="width: 829px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196479iDFDED724CCB566F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="8mn boot mode.PNG" alt="8mn boot mode.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 07:49:34 GMT</pubDate>
    <dc:creator>Rita_Wang</dc:creator>
    <dc:date>2022-10-12T07:49:34Z</dc:date>
    <item>
      <title>imx8mn bootrom and JTAG debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1524473#M195328</link>
      <description>&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am bringing up a new custom board designed with the imx8mn and have been able to properly calibrate the new LPDDR4 and flash our image into the mmc. A key difference is that we have changed the following sd/emmc setup:&lt;/P&gt;&lt;P&gt;EVK:&lt;/P&gt;&lt;P&gt;SD1: 4 bit wifi&lt;BR /&gt;SD2: 4 bit microsd&lt;BR /&gt;SD3: 8 bit emmc&lt;/P&gt;&lt;P&gt;Processor board:&lt;BR /&gt;SD1 : 8 bit emmc&lt;BR /&gt;SD2 : 4 bit wifi&lt;BR /&gt;SD3: unused.&lt;/P&gt;&lt;P&gt;I believe i have modified our own uboot board properly for the location shift, and I have also set the boot fuse to boot from SD1 when boot_mode[] is set to b0000. However, the board does not boot when reset with&amp;nbsp;boot_mode[] = b0000. I see some garbage on the uart output. The bootROM comes back up in serial download mode. So either it encountered an error with boot from fuses or it thinks it is still booting from serial.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;As an attempt to debug this, I have also connected JTAG but cannot get it to initialize.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any gotchas for getting JTAG to work for the imx8mn? I have not set any fuses related to JTAG so it should be open.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also is there an updated porting guide for updating uboot with imx8* processors to verify I have not missed anything related to the port change ? The one guide I found posted is a bit out of date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; -Tyler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 21:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1524473#M195328</guid>
      <dc:creator>tylernol</dc:creator>
      <dc:date>2022-09-19T21:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mn bootrom and JTAG debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1525459#M195404</link>
      <description>&lt;P&gt;Here recommend you to use the usb uart port to debug, not use the jtag. For the usb port is convenient .&lt;/P&gt;
&lt;P&gt;I thinks your problem is caused by the emmc design and use, as our default design and software setting for the emmc is SD3, here you using the SD1, so have you modified all related setting for it, you need to check and confirm.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 04:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1525459#M195404</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2022-09-21T04:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mn bootrom and JTAG debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1532320#M195967</link>
      <description>&lt;P&gt;we are still having issues with this. One thing I have noticed in our board design for the boot_mode pins is that we have boot_mode2 and boot_mode3 disconnected. In the hw documentation, it appears as though there is an internal pulldown on these pins so it should read as logic 0. Is that correct or is it mandatory that we pull the pin down to 0 (we want both as zero), there is also a app note&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12667.pdf," target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note/AN12667.pdf, &lt;/A&gt;that appears to specify that a pull down or up is needed for these two pins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we read the status register in UUU SPL uboot, we seem to see those bits cleared, but I am not certain if that is what the BOOTROM process sees:&amp;nbsp;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;PRE&gt;u-boot=&amp;gt; md.l 0x30390070 1
30390070: 01050009                               ....
u-boot=&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Oct 2022 20:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1532320#M195967</guid>
      <dc:creator>tylernol</dc:creator>
      <dc:date>2022-10-04T20:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mn bootrom and JTAG debug</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1536087#M196258</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8mn boot mode.PNG" style="width: 829px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196479iDFDED724CCB566F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="8mn boot mode.PNG" alt="8mn boot mode.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:49:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mn-bootrom-and-JTAG-debug/m-p/1536087#M196258</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2022-10-12T07:49:34Z</dc:date>
    </item>
  </channel>
</rss>

