<?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: Boot source code to use RAppID Bootloader app with S32K144 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1271938#M10778</link>
    <description>&lt;P&gt;Basically, I'm looking for the code for the S32K144 RBF so that we can customize it for our board to use LED indications, etc.&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 21:56:22 GMT</pubDate>
    <dc:creator>lucianomoretti</dc:creator>
    <dc:date>2021-05-04T21:56:22Z</dc:date>
    <item>
      <title>Boot source code to use RAppID Bootloader app with S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1271932#M10777</link>
      <description>&lt;P&gt;I want to program a S32K144 with the RAppID Bootloader Utility but I'm having issues finding the code for the bootloader part that needs to be loaded into the Flash of the S32K144. The RAppID tool lists the S32K144 as a supported chip.&lt;/P&gt;&lt;P&gt;I've found the Unified Bootloader Framework download on the S32K page but my initial look at that it seems to only support CAN/LIN bus for updates.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 21:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1271932#M10777</guid>
      <dc:creator>lucianomoretti</dc:creator>
      <dc:date>2021-05-04T21:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Boot source code to use RAppID Bootloader app with S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1271938#M10778</link>
      <description>&lt;P&gt;Basically, I'm looking for the code for the S32K144 RBF so that we can customize it for our board to use LED indications, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 21:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1271938#M10778</guid>
      <dc:creator>lucianomoretti</dc:creator>
      <dc:date>2021-05-04T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Boot source code to use RAppID Bootloader app with S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1272018#M10780</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unfortunately, the source code of .rbf file is proprietary and is not available. But if you want to develop own solution, there are these two application notes which can be used as a nice starting point:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12218.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12323.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lukas&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 06:11:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1272018#M10780</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-05-05T06:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Boot source code to use RAppID Bootloader app with S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1272195#M10787</link>
      <description>&lt;P&gt;Thanks. Disappointing that the solutions seem so disjointed but that AN12218 serial bootloader looks close to what we're looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 13:18:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Boot-source-code-to-use-RAppID-Bootloader-app-with-S32K144/m-p/1272195#M10787</guid>
      <dc:creator>lucianomoretti</dc:creator>
      <dc:date>2021-05-05T13:18:20Z</dc:date>
    </item>
  </channel>
</rss>

