<?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: About bootloader for S32K144 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708294#M26272</link>
    <description>&lt;P&gt;I have a question.&lt;/P&gt;&lt;P&gt;I have completed `build all` on S32 design studio for ARM. and I want to flash `S32K144_LIN_bootloader.elf`&lt;/P&gt;&lt;P&gt;so I want&amp;nbsp;`S32K144_LIN_bootloader` to run when the S32K144EVB board powers on.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 10:43:00 GMT</pubDate>
    <dc:creator>bryan_hong</dc:creator>
    <dc:date>2023-08-21T10:43:00Z</dc:date>
    <item>
      <title>About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706220#M26155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read `&lt;A href="https://community.nxp.com/t5/S32K/s32k144-bootloader/m-p/710419#M1501" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K/s32k144-bootloader/m-p/710419#M1501&lt;/A&gt;` - this is for MPC5748G&lt;/P&gt;&lt;P&gt;1. Is it supported bootlader on&amp;nbsp;&lt;SPAN&gt;s32k144 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; As I understand, yes,&amp;nbsp;s32k144 support bootloader.&lt;/P&gt;&lt;P&gt;2. how to replace bootloader on&amp;nbsp;s32k144&lt;/P&gt;&lt;P&gt;3. Is it possible bootloader update thur I2C ?&lt;/P&gt;&lt;P&gt;please share the any documents for bootloader about&amp;nbsp;s32k144,&amp;nbsp; and s32k144 bootloader demo example.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 04:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706220#M26155</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-17T04:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706585#M26179</link>
      <description>&lt;P&gt;Hi Bryan, Yes, you are correct. The S32K144 does support a bootloader. The bootloader is a small program that gets executed whenever the device is powered up or reset. It is responsible for loading the main application software into memory and then transferring control to it.&lt;/P&gt;&lt;P&gt;To replace the bootloader on the S32K144, you would typically use a JTAG or SWD programmer/debugger. The exact steps can vary depending on the specific programmer/debugger you are using. However, the general process is to first erase the existing bootloader from the device's memory, then program the new bootloader into the appropriate memory location.&lt;/P&gt;&lt;P&gt;As for updating the bootloader through I2C, it is technically possible, but it would require a custom bootloader that supports I2C communication. The standard bootloader provided by NXP for the S32K144 does not support this feature. If you need to update the bootloader over I2C, you would need to develop a custom bootloader that includes this functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:57:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706585#M26179</guid>
      <dc:creator>ramprakash08</dc:creator>
      <dc:date>2023-08-17T10:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706651#M26185</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/107445"&gt;@bryan_hong&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There is no I2C bootloader for S32K.&lt;/P&gt;
&lt;P&gt;You can refer to&lt;/P&gt;
&lt;P&gt;1. AN12323 S32K1xx Firmware updates&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12323.pdf" target="_blank" rel="noopener"&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" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note-software/AN12323SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. AN12218 S32K1xx Bootloader&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12218.pdf" target="_blank" rel="noopener"&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" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note-software/AN12218SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;Unified bootloader Demo&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 12:44:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1706651#M26185</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-17T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1707937#M26246</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221611"&gt;@ramprakash08&lt;/a&gt;&amp;nbsp;thanks for your answer, it so delay for long time because I had a&amp;nbsp;headache.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 03:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1707937#M26246</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-21T03:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708294#M26272</link>
      <description>&lt;P&gt;I have a question.&lt;/P&gt;&lt;P&gt;I have completed `build all` on S32 design studio for ARM. and I want to flash `S32K144_LIN_bootloader.elf`&lt;/P&gt;&lt;P&gt;so I want&amp;nbsp;`S32K144_LIN_bootloader` to run when the S32K144EVB board powers on.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 10:43:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708294#M26272</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-21T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708761#M26297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221611"&gt;@ramprakash08&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you need to update the bootloader over I2C, you would need to develop a custom bootloader that includes this functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--&amp;gt; try to check again officially !!!, Can this be developed on SK32K144 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 05:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708761#M26297</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-22T05:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708867#M26307</link>
      <description>&lt;P&gt;The post above from the gmail account ramprakash08 looks like text generated by AI.&lt;/P&gt;
&lt;P&gt;Please follow my previous post. We do not have such bootloader for I2C but you can develop your own.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 07:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1708867#M26307</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-22T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1709435#M26345</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;thanks for your update!!!&lt;/P&gt;&lt;P&gt;We do not have such bootloader for I2C but you can develop your own.&lt;/P&gt;&lt;P&gt;--&amp;gt; Can I ask a question if there is an issue for this(bootloader for I2C) ?&lt;BR /&gt;--&amp;gt; Are there any related URL or documents or example source code that I can refer to ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 00:43:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1709435#M26345</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-23T00:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1709821#M26391</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/107445"&gt;@bryan_hong&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There is no problem in using the LPI2C for a bootloader, but we don't have any for the S32K1xx series.&lt;/P&gt;
&lt;P&gt;There is one for the Kinetis L Series:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4655.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4655.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to the source I linked in this thread and replace, for example, UART with I2C.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1709821#M26391</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-23T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: About bootloader for S32K144</title>
      <link>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1710198#M26410</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your updates&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 01:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/About-bootloader-for-S32K144/m-p/1710198#M26410</guid>
      <dc:creator>bryan_hong</dc:creator>
      <dc:date>2023-08-24T01:45:23Z</dc:date>
    </item>
  </channel>
</rss>

