<?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>Kinetis MicrocontrollersのトピックKBOOT: Pre-calculate CRC of application</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545445#M33296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently crawling through the docs of KBOOT (&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT"&gt;Kinetis Bootloader|NXP&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first step, I don't want to use cryptography for the firmware download BUT I would like to have the firmware verified with a CRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question basically is: What tool precalculates the CRC of my application binary and inserts this value into the BCA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Seems KinetisFlashTool is what I need:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/395108"&gt;Calculating application image CRC for KBOOT V2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2016 07:55:39 GMT</pubDate>
    <dc:creator>peterruesch</dc:creator>
    <dc:date>2016-07-07T07:55:39Z</dc:date>
    <item>
      <title>KBOOT: Pre-calculate CRC of application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545445#M33296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently crawling through the docs of KBOOT (&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT"&gt;Kinetis Bootloader|NXP&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first step, I don't want to use cryptography for the firmware download BUT I would like to have the firmware verified with a CRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question basically is: What tool precalculates the CRC of my application binary and inserts this value into the BCA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Seems KinetisFlashTool is what I need:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/395108"&gt;Calculating application image CRC for KBOOT V2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 07:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545445#M33296</guid>
      <dc:creator>peterruesch</dc:creator>
      <dc:date>2016-07-07T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: KBOOT: Pre-calculate CRC of application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545446#M33297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Kinetis Flash Tool is what you are looking for, only remeber that as being said here: &lt;A href="https://community.nxp.com/thread/395108"&gt;Calculating application image CRC for KBOOT V2&lt;/A&gt;&amp;nbsp; you image needs to be a binary file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545446#M33297</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-07-13T21:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: KBOOT: Pre-calculate CRC of application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545447#M33298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please provide a cross platform tool to do this?&lt;/P&gt;&lt;P&gt;it would also be possible to do it using the &lt;A href="http://srecord.sourceforge.net/"&gt;srecord tool &lt;/A&gt;with the right&amp;nbsp; sequence of commands. could you please provide any solution for osx/linux?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 06:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545447#M33298</guid>
      <dc:creator>peterruesch</dc:creator>
      <dc:date>2016-07-14T06:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: KBOOT: Pre-calculate CRC of application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545448#M33299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I do not know about another tool that can help you to calculate your image's CRC value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as already said, you can try to use Kinetis Flash Tool which calculates this value automatically when a .bin file is provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545448#M33299</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-11-03T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: KBOOT: Pre-calculate CRC of application</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545449#M33300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IAR linker can be set to provide a CRC as part of the output-file generation (into whatever form).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 19:50:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KBOOT-Pre-calculate-CRC-of-application/m-p/545449#M33300</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-11-03T19:50:27Z</dc:date>
    </item>
  </channel>
</rss>

