<?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 implement K64 bootloader with user program? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1207622#M59264</link>
    <description>&lt;P&gt;Based on how long it would take me to understand the NXP bootloader as well as all of the modifications I would have needed to do to it, I decided to use uTasker.&lt;/P&gt;&lt;P&gt;I highly recommend them if you find yourself in need of a bootloader. Mark was very quick to respond to emails and managed to find solutions to my problems quickly. We managed to get done in 5 days what would have taken me weeks.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 16:33:29 GMT</pubDate>
    <dc:creator>sierra18</dc:creator>
    <dc:date>2021-01-06T16:33:29Z</dc:date>
    <item>
      <title>How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199102#M59110</link>
      <description>&lt;P&gt;I am having issues implementing/modifying the NXP provided bootloader code as a way to perform a firmware update to my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of the firmware code should be able to be triggered through some form of function call/command by my custom application.&lt;/P&gt;&lt;P&gt;I am using an external flash connected over SPI to store the new firmware file, and have already developed code that can be saved in RAM to communicate with the selected location.&lt;/P&gt;&lt;P&gt;In a previous thread (&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Reprogram-K64-Program-Flash/m-p/1197752#M59103" target="_blank" rel="noopener"&gt;link&lt;/A&gt;) I was referred to the example projects frdmk64f_flashloader and frdmk64f_flashloader_loader as being implementations to look at and modify.&lt;/P&gt;&lt;P&gt;However, I cannot get my bearings as to what areas to modify and how to approach using this example with my implementation.&lt;/P&gt;&lt;P&gt;Can someone help point me to references that explain what is going on with these two projects in more detail? Or point me towards the particular code sections of these examples I should be modifying/using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Development tool details&lt;/STRONG&gt;&lt;/EM&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MCU Expresso IDE&lt;/LI&gt;&lt;LI&gt;using custom board that contains MK64VLL12&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 14 Dec 2020 18:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199102#M59110</guid>
      <dc:creator>sierra18</dc:creator>
      <dc:date>2020-12-14T18:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199169#M59112</link>
      <description>&lt;P&gt;It would be nice to know what changes would be needed to be able to target an external SPI Flash rather than a USB-BM interface.&lt;/P&gt;&lt;P&gt;Also, how do you adjust for the name, size, location of the new code that is to be loaded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 22:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199169#M59112</guid>
      <dc:creator>tbiberdorf</dc:creator>
      <dc:date>2020-12-14T22:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199173#M59113</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This functionality (with intermediate storage in various SPI flash types and support for most Kinetis parts) is integrated in the open source uTasker project on GITHUB, including encrypted operation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation &lt;A href="https://www.utasker.com/docs/uTasker/uTasker_BM_Loader.pdf" target="_blank"&gt;https://www.utasker.com/docs/uTasker/uTasker_BM_Loader.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and simulation guide &lt;A href="https://www.youtube.com/watch?v=lm3M-ZlaFLQ&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=17" target="_blank"&gt;https://www.youtube.com/watch?v=lm3M-ZlaFLQ&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=17&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements&lt;BR /&gt;&lt;BR /&gt;For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: &lt;A href="https://www.utasker.com/kinetis/FRDM-K64F.html" target="_blank"&gt;https://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 22:19:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199173#M59113</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-12-14T22:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199181#M59114</link>
      <description>&lt;P&gt;My project is currently set-up to use freeRTOS will uTasker still work?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 22:38:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199181#M59114</guid>
      <dc:creator>sierra18</dc:creator>
      <dc:date>2020-12-14T22:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199185#M59115</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The loader can be used by applications built with any operating system.&lt;/P&gt;&lt;P&gt;The open source uTasker Kinetis project application also includes FreeRTOS, as well as the uTasker scheduler.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 23:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199185#M59115</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-12-14T23:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199815#M59119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm liking the ease of set-up so far of your project and am very glad that you shared the video link for tutorials. I noticed in the config step that there is not an option to select a KINETIS_K64 board, are there unique #defines I will need to modify to interact with this?&lt;/P&gt;&lt;P&gt;Thank you for all the help so far!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1431"&gt;@mjbcswitzerland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 18:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199815#M59119</guid>
      <dc:creator>sierra18</dc:creator>
      <dc:date>2020-12-15T18:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199894#M59121</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The GitHub version was committed in 2016 and not been maintained in the same way as the supported developer's version - it didn't have a K64 configuration. But this is easy to fix since the serial loader and application projects have almost all Kinetis parts configurations which can be copied to it.&lt;BR /&gt;&lt;BR /&gt;I have however added a K64 config (in config.h in the uTaskerBoot project) so you can pull the check-in I just performed to get this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 20:54:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1199894#M59121</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-12-15T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement K64 bootloader with user program?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1207622#M59264</link>
      <description>&lt;P&gt;Based on how long it would take me to understand the NXP bootloader as well as all of the modifications I would have needed to do to it, I decided to use uTasker.&lt;/P&gt;&lt;P&gt;I highly recommend them if you find yourself in need of a bootloader. Mark was very quick to respond to emails and managed to find solutions to my problems quickly. We managed to get done in 5 days what would have taken me weeks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 16:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-implement-K64-bootloader-with-user-program/m-p/1207622#M59264</guid>
      <dc:creator>sierra18</dc:creator>
      <dc:date>2021-01-06T16:33:29Z</dc:date>
    </item>
  </channel>
</rss>

