<?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 Programming SD Card over IDE (JTAG) in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2081824#M34034</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a custom board which contains SD Card and Macronix QSPI flash.&lt;BR /&gt;&lt;BR /&gt;I was able to run SD Card but QSPI needs some modifications to get it working from Macronix QSPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, currently I am flashing my application to SD Card using Secure Provisioning Tool.&lt;BR /&gt;&lt;BR /&gt;But it is painful to do this every time (build the application, build SD Image, Reset chip to Serial Downloader mode, Flash the image, return to SD Boot mode).&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;/P&gt;&lt;P&gt;- Could I program the SD Card using JTAG port? (So I don't need to change the chip mode)&lt;BR /&gt;&lt;BR /&gt;If this is not possible:&lt;BR /&gt;- Could I make a single script that (Build application, Create SD Boot Image, Flash the image)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Note: I know SD is not meant to be used this way, but It is my only option right now, so I want to live with it&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 13:53:51 GMT</pubDate>
    <dc:creator>abady1000</dc:creator>
    <dc:date>2025-04-16T13:53:51Z</dc:date>
    <item>
      <title>Programming SD Card over IDE (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2081824#M34034</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a custom board which contains SD Card and Macronix QSPI flash.&lt;BR /&gt;&lt;BR /&gt;I was able to run SD Card but QSPI needs some modifications to get it working from Macronix QSPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, currently I am flashing my application to SD Card using Secure Provisioning Tool.&lt;BR /&gt;&lt;BR /&gt;But it is painful to do this every time (build the application, build SD Image, Reset chip to Serial Downloader mode, Flash the image, return to SD Boot mode).&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;/P&gt;&lt;P&gt;- Could I program the SD Card using JTAG port? (So I don't need to change the chip mode)&lt;BR /&gt;&lt;BR /&gt;If this is not possible:&lt;BR /&gt;- Could I make a single script that (Build application, Create SD Boot Image, Flash the image)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Note: I know SD is not meant to be used this way, but It is my only option right now, so I want to live with it&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 13:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2081824#M34034</guid>
      <dc:creator>abady1000</dc:creator>
      <dc:date>2025-04-16T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programming SD Card over IDE (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2082328#M34042</link>
      <description>&lt;P&gt;Any insights about this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 07:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2082328#M34042</guid>
      <dc:creator>abady1000</dc:creator>
      <dc:date>2025-04-17T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming SD Card over IDE (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2083179#M34063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236627"&gt;@abady1000&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly have my comments as below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Could I program the SD Card using JTAG port? (So I don't need to change the chip mode)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Yes，it is possible, but you have to develop a new flash loader for that purpose.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Could I make a single script that (Build application, Create SD Boot Image, Flash the image)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Yes, it is possible, and that is also part of the SPT's task, but in this case, the SPSDK should be used.&amp;nbsp; Please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/secure-provisioning-sdk-spsdk:SPSDK" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/secure-provisioning-sdk-spsdk:SPSDK&lt;/A&gt;&amp;nbsp;for details.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 08:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Programming-SD-Card-over-IDE-JTAG/m-p/2083179#M34063</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2025-04-18T08:16:31Z</dc:date>
    </item>
  </channel>
</rss>

