<?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 ROM bootloader for a new chip using JTAG RT1062 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ROM-bootloader-for-a-new-chip-using-JTAG-RT1062/m-p/1656993#M206504</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am designing a PCB which has the mimxrt1062 chip. I am bringing the JTAG pins out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. What ROM bootloader can I use? Are there some basic .bin files available?&lt;/P&gt;&lt;P&gt;2. And how can I program it? I saw this option:&lt;A href="https://github.com/JayHeng/NXP-MCUBootUtility" target="_blank"&gt;https://github.com/JayHeng/NXP-MCUBootUtility&lt;/A&gt;&amp;nbsp;But is there an alternative with JTAG, since those are the pins we are bringing out?&lt;/P&gt;&lt;P&gt;3. After programming the ROM bootloader, can I use JTAG to flash my application?&lt;/P&gt;&lt;P&gt;4. I would like to try this out on the EVKB board I have. Is that possible, or do I need a new RT1062 chip to program the bootloader?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="iMXRT1060" id="iMXRT1060"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 19:42:08 GMT</pubDate>
    <dc:creator>Shruti1</dc:creator>
    <dc:date>2023-05-24T19:42:08Z</dc:date>
    <item>
      <title>ROM bootloader for a new chip using JTAG RT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-bootloader-for-a-new-chip-using-JTAG-RT1062/m-p/1656993#M206504</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am designing a PCB which has the mimxrt1062 chip. I am bringing the JTAG pins out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. What ROM bootloader can I use? Are there some basic .bin files available?&lt;/P&gt;&lt;P&gt;2. And how can I program it? I saw this option:&lt;A href="https://github.com/JayHeng/NXP-MCUBootUtility" target="_blank"&gt;https://github.com/JayHeng/NXP-MCUBootUtility&lt;/A&gt;&amp;nbsp;But is there an alternative with JTAG, since those are the pins we are bringing out?&lt;/P&gt;&lt;P&gt;3. After programming the ROM bootloader, can I use JTAG to flash my application?&lt;/P&gt;&lt;P&gt;4. I would like to try this out on the EVKB board I have. Is that possible, or do I need a new RT1062 chip to program the bootloader?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="iMXRT1060" id="iMXRT1060"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 19:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-bootloader-for-a-new-chip-using-JTAG-RT1062/m-p/1656993#M206504</guid>
      <dc:creator>Shruti1</dc:creator>
      <dc:date>2023-05-24T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: ROM bootloader for a new chip using JTAG RT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROM-bootloader-for-a-new-chip-using-JTAG-RT1062/m-p/1657349#M206528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217066"&gt;@Shruti1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You are really very good to design the RT hardware.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Answer your questions:&lt;/P&gt;
&lt;P&gt;1. What ROM bootloader can I use? Are there some basic .bin files available?&lt;/P&gt;
&lt;P&gt;=&amp;gt;Answer: ROM bootloader, in fact, you can use the tool help you directly instead of cmd method, that will be more easy to you. Tool can be SPT, MCUBootutility in serial download mode, or the JLINK as debugger. ROM bootloader is the code in the chip directly. What's the external flash you are using? QSPI flash?&lt;/P&gt;
&lt;P&gt;SPT:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-PROVISIONING" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-PROVISIONING&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. And how can I program it? I saw this option:&lt;A href="https://github.com/JayHeng/NXP-MCUBootUtility" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/JayHeng/NXP-MCUBootUtility&lt;/A&gt;&amp;nbsp;But is there an alternative with JTAG, since those are the pins we are bringing out?&lt;/P&gt;
&lt;P&gt;=&amp;gt;Answer: Yes, you can use SWD(default is SWD) with debugger to download code.&lt;/P&gt;
&lt;P&gt;MCUbootutility will download code in serail download mode with USB or the UART.&lt;/P&gt;
&lt;P&gt;3. After programming the ROM bootloader, can I use JTAG to flash my application?&lt;/P&gt;
&lt;P&gt;=&amp;gt;Answer: You don't need to download ROM bootloader. You can use the SWD debugger to flash app directly.&lt;/P&gt;
&lt;P&gt;4. I would like to try this out on the EVKB board I have. Is that possible, or do I need a new RT1062 chip to program the bootloader?&lt;/P&gt;
&lt;P&gt;=&amp;gt;Answer: No, you don't need the new chip. NXP EVKB is enough for your try.&lt;/P&gt;
&lt;P&gt;If you have any more issues, please use your company email to create the question post instead of the 3rd part email, which will have higher support priority, thanks.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 06:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROM-bootloader-for-a-new-chip-using-JTAG-RT1062/m-p/1657349#M206528</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-25T06:30:20Z</dc:date>
    </item>
  </channel>
</rss>

