<?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>S32KのトピックRe: Secure boot in S32K144EVB</title>
    <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244245#M10139</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Lucas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it means can we use the Flash driver API of the attached file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.First will erase the flash area where I need to load the bootloader or application using the API (FlashEraseAllBlock)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Will program it using the API (FlashProgram)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Let me know if this procedure is correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;And here in this file if you see there are two API&amp;nbsp;FlashProgram and FlashProgramSection, what is the significance between both the API can you explain it?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 15:23:29 GMT</pubDate>
    <dc:creator>Prkh</dc:creator>
    <dc:date>2021-03-11T15:23:29Z</dc:date>
    <item>
      <title>Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1242923#M10105</link>
      <description>&lt;P&gt;I have an example code from NXP&amp;nbsp; 4_secure_boot_add_BOOT_MAC_manual.7z, attached in the message.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; There if you see in the main. c the below is the comment mentioned but no API's are there to perform that step&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;/* Step-1 Program the code/program flash with the code to be protected. */&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;can you guide how to perform step 1?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 05:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1242923#M10105</guid>
      <dc:creator>Prkh</dc:creator>
      <dc:date>2021-03-10T05:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1243901#M10128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;this step talks about your application/firmware which you are going to protect by secure boot. So, just take your application (whatever it is) and program it to the microcontroller.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 06:23:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1243901#M10128</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-03-11T06:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244240#M10138</link>
      <description>&lt;P&gt;Hi Lucas,&lt;BR /&gt;So it means can we use the Flash driver API of the attached file.&lt;BR /&gt;1.First will erase the flash area where I need to load the bootloader or application using the API (FlashEraseAllBlock)&lt;BR /&gt;2.Will program it using the API (FlashProgram)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Let me know if this procedure is correct?&lt;BR /&gt;&amp;nbsp; &amp;nbsp;And here in this file if you see there are two API&amp;nbsp;FlashProgram and FlashProgramSection, what is the significance between both the API can you explain it?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 15:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244240#M10138</guid>
      <dc:creator>Prkh</dc:creator>
      <dc:date>2021-03-11T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244245#M10139</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Lucas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So it means can we use the Flash driver API of the attached file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.First will erase the flash area where I need to load the bootloader or application using the API (FlashEraseAllBlock)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Will program it using the API (FlashProgram)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Let me know if this procedure is correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;And here in this file if you see there are two API&amp;nbsp;FlashProgram and FlashProgramSection, what is the significance between both the API can you explain it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 15:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244245#M10139</guid>
      <dc:creator>Prkh</dc:creator>
      <dc:date>2021-03-11T15:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244681#M10144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can simply use SWD programmer (like Pemicro, Segger or whatever else). When you receive new chip from factory, the only way to initially program the chip is to use SWD programmer. So, you can program your bootloader+application at once and then you can follow the rest of the procedure. Flash API should be used rather by bootloader when you are going to update the application.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:06:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1244681#M10144</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-03-12T08:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1245212#M10157</link>
      <description>&lt;P&gt;Hi Lucas,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Thanks for your reply. Unfortunately, I don't have a SWD debugger. I'm using GDB PEMicro Interface and Interface setting: OpenSDA Embedded Debug-USB port&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1.you mean even to load the bootloader alone for the first time we need to use this&amp;nbsp;SWD debugger.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2.why can't we do with the FLASH_API.to program the bootloader in a specified address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3.If bootloader was there and I need to flash the new application only on that scenario alone we need to use FLASH_API's.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Can you clarify the above points?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 06:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1245212#M10157</guid>
      <dc:creator>Prkh</dc:creator>
      <dc:date>2021-03-14T06:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot in S32K144EVB</title>
      <link>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1245552#M10162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;SWD is interface on the microcontroller used for programming and debugging. OpenSDA is also "SWD programmer/debugger".&lt;/P&gt;
&lt;P&gt;If you have blank chip, the only option is to use OpenSDA (or any other tool using SWD interface) to program the chip. There's nothing like in-built bootloader or something like that.&lt;/P&gt;
&lt;P&gt;If you want to use Flash API to program the chip, you would have to load some code via SWD anyway (to RAM, for example) but I can't see an advantage of doing this. That's just unnecessary step.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 08:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secure-boot-in-S32K144EVB/m-p/1245552#M10162</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2021-03-15T08:54:49Z</dc:date>
    </item>
  </channel>
</rss>

