<?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: Bootloader CAN for Kinetis KV5 in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879514#M933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jing,&lt;/P&gt;&lt;P&gt;Thank for your answer.&lt;/P&gt;&lt;P&gt;I still have questions.&lt;/P&gt;&lt;P&gt;First, what's the difference between the &lt;STRONG&gt;flashloader&lt;/STRONG&gt; and the &lt;STRONG&gt;flashloader&lt;/STRONG&gt; &lt;STRONG&gt;loader&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;Then, what if I download the &lt;STRONG&gt;bootloader&lt;/STRONG&gt; application provided in the MKV58 SDK ?&lt;/P&gt;&lt;P&gt;Could I use one of these tools (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;mfgtool/blhost/KinetisFlashTool)&lt;/SPAN&gt; then to dowload my own application through CAN-bus (or by other way than USB..) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Zephyr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2019 09:51:57 GMT</pubDate>
    <dc:creator>zephyr_care</dc:creator>
    <dc:date>2019-01-21T09:51:57Z</dc:date>
    <item>
      <title>Bootloader CAN for Kinetis KV5</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879512#M931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to use a kinetis kv5x chip because it has a CAN bootloader integrated.&lt;/P&gt;&lt;P&gt;But, despite my researches, I don't understand very well how to use it.&lt;/P&gt;&lt;P&gt;So before to purchase one, I would like to know how it works. Is the bootloader already in the board or should I tranfer it by myself ? According to the chapter 14 of the KV5x ref manual, it seems to be already programed but I read AN and topics from users who had to program by themselves the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I link the board to the host PC, &lt;SPAN&gt;with a CAN adapter like the PCAN-USB from Peak System,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&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/61783i54258298577B3684/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;w&lt;/SPAN&gt;ill the flash tool utility or the mfgtool detect the board and automatically allows me to transfer my bin file through CAN Bus ? By the way, these utilities allows to tranfer bin file by CAN or do I need any other soft ?&lt;/P&gt;&lt;P&gt;Or maybe, it will understand the Board is connected by USB,&amp;nbsp; or perhaps not detected at all ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other advice who could help me understand how bootloader CAN works will be appreciated.##&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&lt;/P&gt;&lt;P&gt;Zephyr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879512#M931</guid>
      <dc:creator>zephyr_care</dc:creator>
      <dc:date>2019-01-16T15:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader CAN for Kinetis KV5</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879513#M932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;KV58 hasn't ROM bootlaoder as you can see at the start of chapter 14. But KV58 has been pre-programmed a flashloader in Flash. This flashloader is one time using. When KV58 running, it copy a bootloader image into RAM and the bootloader waiting for mfgtool/blhost/KinetisFlashTool's connection. When you download your own application via these tools, the flashloader is covered by the application's image.&lt;/P&gt;&lt;P&gt;I'm not sure if the USB-CAN adapter can work. But on the other hand USB-Serial adapter can work. Because for computer, the adapter is just like a serial port.&lt;/P&gt;&lt;P&gt;mfgtool/blhost/KinetisFlashTool can accept bin/hex/s19/srec file.&lt;/P&gt;&lt;P&gt;You can download the flashloader source code from &lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuboot-mcu-bootloader-for-nxp-microcontrollers:MCUBOOT" title="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuboot-mcu-bootloader-for-nxp-microcontrollers:MCUBOOT"&gt;MCU Bootloader|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 02:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879513#M932</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-01-17T02:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader CAN for Kinetis KV5</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879514#M933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jing,&lt;/P&gt;&lt;P&gt;Thank for your answer.&lt;/P&gt;&lt;P&gt;I still have questions.&lt;/P&gt;&lt;P&gt;First, what's the difference between the &lt;STRONG&gt;flashloader&lt;/STRONG&gt; and the &lt;STRONG&gt;flashloader&lt;/STRONG&gt; &lt;STRONG&gt;loader&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;Then, what if I download the &lt;STRONG&gt;bootloader&lt;/STRONG&gt; application provided in the MKV58 SDK ?&lt;/P&gt;&lt;P&gt;Could I use one of these tools (&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;mfgtool/blhost/KinetisFlashTool)&lt;/SPAN&gt; then to dowload my own application through CAN-bus (or by other way than USB..) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Zephyr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 09:51:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879514#M933</guid>
      <dc:creator>zephyr_care</dc:creator>
      <dc:date>2019-01-21T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader CAN for Kinetis KV5</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879515#M934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;flashloader: This subproject is the core of project. This subproject is laid in RAM. Because when implementing flash operation, code must be laid in RAM. When boot up, flashloader_loader/tower_bootloader copys flashloader's image to ram.&lt;BR /&gt;flashloader_loader: If you don't want to keep bootloader after download application, you can use this subproject. This code is laid in flash address0, and can be covered when download application. &lt;BR /&gt;tower_bootloader/freedom_bootloader: If you want to keep bootloader after download application, you should use this subproject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;mfgtool/blhost/KinetisFlashTool&lt;/SPAN&gt; can only support UART/USB. If you want to use other port like I2C/CAN/SPI, please see the Embedded Host User's Guide.pdf in KBOOT package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-CAN-for-Kinetis-KV5/m-p/879515#M934</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-01-23T08:12:08Z</dc:date>
    </item>
  </channel>
</rss>

