<?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 flashloader_image.c Not found in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/flashloader-image-c-Not-found/m-p/1010610#M56091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upgrade the firmware in MK66Fn2M0VLQ18 from UART for this I used&amp;nbsp;NXP_Kinetis_Bootloader_2_0_0 and&amp;nbsp;SDK_2.7.0_MK66FN2M0xxx18 but I am getting the&amp;nbsp;flashloader_image.c not found error can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Sivakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2020 13:46:49 GMT</pubDate>
    <dc:creator>durgasivakrishn</dc:creator>
    <dc:date>2020-02-25T13:46:49Z</dc:date>
    <item>
      <title>flashloader_image.c Not found</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/flashloader-image-c-Not-found/m-p/1010610#M56091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upgrade the firmware in MK66Fn2M0VLQ18 from UART for this I used&amp;nbsp;NXP_Kinetis_Bootloader_2_0_0 and&amp;nbsp;SDK_2.7.0_MK66FN2M0xxx18 but I am getting the&amp;nbsp;flashloader_image.c not found error can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Sivakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 13:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/flashloader-image-c-Not-found/m-p/1010610#M56091</guid>
      <dc:creator>durgasivakrishn</dc:creator>
      <dc:date>2020-02-25T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: flashloader_image.c Not found</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/flashloader-image-c-Not-found/m-p/1010611#M56092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;A _jive_internal="true" data-id="292345" data-objecttype="3" data-orig-content="Durga sivakrishna" data-type="person" href="https://community.nxp.com/people/durgasivakrishna"&gt;Durga sivakrishna&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're using the flashloader_loader project, it will be better to use the freedom_bootloader example. After you download the bootloader to your board you need to construct the application image or you can also use the one that is in the bootloader example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99027i4669631764C4E2DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you use the first one your bootloader will be erased after the first update and in the second one, you could use again the bootloader.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;After compiling, create a binary from the axf:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99080i145B76CE39212510/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following path from the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;NXP_Kinetis_Bootloader_2_0_0 you will find a tool called &lt;EM&gt;Kinetis Flash Tool:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP_Kinetis_Bootloader_2_0_0\bin\Tools\KinetisFlashTool\win&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this be sure that the COM is the correct one and in the image file section browse for the binary you previously create. If you use the image shifted to the 0xa000 you will need to put the Target Address at 0xa000 too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 22:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/flashloader-image-c-Not-found/m-p/1010611#M56092</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-02-26T22:18:15Z</dc:date>
    </item>
  </channel>
</rss>

