<?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: SD Card Bootloader for K60 MCU in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322248#M14538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, I haven't dug into this yet but based on the documentation it looks like it would do what we need. Am I correct in thinking that we would need to purchase a uTasker license to use the bootloader in a commercial application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 20:19:23 GMT</pubDate>
    <dc:creator>sryan</dc:creator>
    <dc:date>2014-07-18T20:19:23Z</dc:date>
    <item>
      <title>SD Card Bootloader for K60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322245#M14535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a project for the K60 developed in CodeWarrior using Processor Expert for the TWR-K60D100M dev board. At this point I think it would be valuable to add a bootloader that can load firmware from an SD card to make it easier for us to do updates in the field. Is there an existing implementation of a bootloader like this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be especially interested in any guides/tutorials to using a bootloader with a Processor Expert project. One problem is that it looks like Processor Expert generates the linker file on compilation so even if I had the code for a bootloader, at this point I'm not sure how I would tell the linker where to put the application code and where to put the bootloader code in flash. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322245#M14535</guid>
      <dc:creator>sryan</dc:creator>
      <dc:date>2014-07-18T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Bootloader for K60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322246#M14536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Such an SD card bootloader is on my wish and work list for a while :-)&lt;/P&gt;&lt;P&gt;But what I have is a serial bootloader with Processor Expert: &lt;A href="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/" title="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/"&gt;http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe this helps as a starter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322246#M14536</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-07-18T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Bootloader for K60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322247#M14537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try an SD card loader for your board at &lt;A href="http://www.utasker.com/SW_Demos.html#K70" title="http://www.utasker.com/SW_Demos.html#K70"&gt;µTasker Test Software and Demos&lt;/A&gt; (its readme also gives tips on using with MQX or other projects)&lt;/P&gt;&lt;P&gt;See also &lt;A _jive_internal="true" href="https://community.nxp.com/message/377071#377071" title="https://community.freescale.com/message/377071#377071"&gt;https://community.freescale.com/message/377071#377071&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Complete code is available at &lt;A href="http://www.utasker.com/forum/index.php?topic=1721.0" title="http://www.utasker.com/forum/index.php?topic=1721.0"&gt;http://www.utasker.com/forum/index.php?topic=1721.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and allows chosing between SD card loader (with or without encryption), serial, Ethernet, USB-MSD, KBOOT compatible UART or USB-HID and can be built with most IDEs (CW, KDS, IAR, Keil, Rowley Atollic, Coo Cox) for any KL and K processor (SD card loader for KE devices will be included in the next release). Either one of more of the loaders can be used at the same time (in parallel), whereas the Ethernet web server loader is the fastest.&lt;/P&gt;&lt;P&gt;Documentation at &lt;A href="http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF" title="http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF"&gt;http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SD card loader and the TWR-K60D100M can be simulated using VisualStudio so configuration and operation can be simply tested and verified before final testing on the HW and in case of difficulties it is supported (here or direct email).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322247#M14537</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-07-18T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Bootloader for K60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322248#M14538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark, I haven't dug into this yet but based on the documentation it looks like it would do what we need. Am I correct in thinking that we would need to purchase a uTasker license to use the bootloader in a commercial application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 20:19:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322248#M14538</guid>
      <dc:creator>sryan</dc:creator>
      <dc:date>2014-07-18T20:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Bootloader for K60 MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322249#M14539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do ask for licensing for commercial use and in return there is personal support for 6 or 12 months (depending on project or full licensing option). When only the serial loader is used there is a 50% discount. As well as a variety of industrial proven loaders that can be used on a all K and KL (and soon KE) devices, with ready-to-build projects for most popular IDEs, there is also a unique Kinetis simulator which can generally help save a lot of real project time. If you like the loader you may also like the main project which contains fully integrated USB, TCP/IP stacks and file system on top of many optimised and easy to use specific peripheral drivers, and again the capability of developing and testing complete applications in the simulation environment. The overall savings in development time and increased efficiency should mean that the license fee pays for itself many times over (and also helps fund further professional development of the project and new capabilities, which then become available for licensees to further benefit from).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 21:45:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SD-Card-Bootloader-for-K60-MCU/m-p/322249#M14539</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2014-07-18T21:45:05Z</dc:date>
    </item>
  </channel>
</rss>

