<?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: How to download programs to S32G-VNP-RDB3 M-core sram? in S32G</title>
    <link>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1822039#M6163</link>
    <description>&lt;P&gt;Hello, @&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228829" target="_blank"&gt;xueqing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;Since you mentioned that the A core started from the SD card(assuming using the BSP), then you could possibly try downloading the M7 application into SRAM by the “bootm7” command in u-boot，it is introduced in BSP user manual, in which you may reference it for the details.&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 03:54:51 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2024-03-06T03:54:51Z</dc:date>
    <item>
      <title>How to download programs to S32G-VNP-RDB3 M-core sram?</title>
      <link>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1820048#M6127</link>
      <description>&lt;P&gt;&lt;U&gt;HI NXP&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;i want to directly download the bin file in M7-0 sram, and A core can start from SD card .&lt;/P&gt;&lt;P&gt;what should i do? can you give me some advice or some examples？&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 02:45:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1820048#M6127</guid>
      <dc:creator>xueqing</dc:creator>
      <dc:date>2024-03-04T02:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to download programs to S32G-VNP-RDB3 M-core sram?</title>
      <link>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1821233#M6147</link>
      <description>&lt;P&gt;Hello, @&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228829" target="_blank"&gt;xueqing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the question.&lt;/P&gt;&lt;P&gt;I understand that you may want to directly download images to the sram to run the application on M7 cores, then from my opinion, there are at least the following ways:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Serial Boot mode enables application code to be downloaded to SRAM.&lt;/LI&gt;&lt;LI&gt;When boot from the A53 cores, use the command in uboot to download the binary to the SRAM to run it from M7 cores.&lt;/LI&gt;&lt;LI&gt;Use the debugger to directly download the image to the SRAM.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 07:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1821233#M6147</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-03-05T07:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to download programs to S32G-VNP-RDB3 M-core sram?</title>
      <link>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1821375#M6151</link>
      <description>&lt;P&gt;hi xnp&lt;/P&gt;&lt;P&gt;thanks for your advice! can you provide some document or examples which i can follow the steps to finish the action?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 09:15:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1821375#M6151</guid>
      <dc:creator>xueqing</dc:creator>
      <dc:date>2024-03-05T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to download programs to S32G-VNP-RDB3 M-core sram?</title>
      <link>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1822039#M6163</link>
      <description>&lt;P&gt;Hello, @&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228829" target="_blank"&gt;xueqing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;Since you mentioned that the A core started from the SD card(assuming using the BSP), then you could possibly try downloading the M7 application into SRAM by the “bootm7” command in u-boot，it is introduced in BSP user manual, in which you may reference it for the details.&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 03:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-download-programs-to-S32G-VNP-RDB3-M-core-sram/m-p/1822039#M6163</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-03-06T03:54:51Z</dc:date>
    </item>
  </channel>
</rss>

