<?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 KL82 Bootloader Example not working in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030045#M56480</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;I am trying to implement a USB-HID bootloader on the KL82. For prototyping I am using the&amp;nbsp;FRDM-KL82Z board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) there is a built in bootloader mentioned in the datasheet. Can I use this bootloader or is it overwritten by prior software download to the MCU?&lt;/P&gt;&lt;P&gt;b) When using the example project from the SDK I can see the USB HID device, but if I try to connect I get the following error (on both windows and linux)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sudo ./blhost -u -- get-property 1&lt;BR /&gt;Inject command 'get-property'&lt;BR /&gt;usb hid write, time left = 5000&lt;BR /&gt;sendCommandGetResponse.writePacket error 1.&lt;BR /&gt;Response status = 10004 (0x2714) No response packet from target device.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Although if I use the UART (via OpenSDA chip) I seem to be able to access the chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me feedback what might be going wrong in my project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2020 18:42:15 GMT</pubDate>
    <dc:creator>marcwillem</dc:creator>
    <dc:date>2020-03-13T18:42:15Z</dc:date>
    <item>
      <title>KL82 Bootloader Example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030045#M56480</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;I am trying to implement a USB-HID bootloader on the KL82. For prototyping I am using the&amp;nbsp;FRDM-KL82Z board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) there is a built in bootloader mentioned in the datasheet. Can I use this bootloader or is it overwritten by prior software download to the MCU?&lt;/P&gt;&lt;P&gt;b) When using the example project from the SDK I can see the USB HID device, but if I try to connect I get the following error (on both windows and linux)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sudo ./blhost -u -- get-property 1&lt;BR /&gt;Inject command 'get-property'&lt;BR /&gt;usb hid write, time left = 5000&lt;BR /&gt;sendCommandGetResponse.writePacket error 1.&lt;BR /&gt;Response status = 10004 (0x2714) No response packet from target device.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Although if I use the UART (via OpenSDA chip) I seem to be able to access the chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give me feedback what might be going wrong in my project?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 18:42:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030045#M56480</guid>
      <dc:creator>marcwillem</dc:creator>
      <dc:date>2020-03-13T18:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: KL82 Bootloader Example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030046#M56481</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;Try the uTasker boot loader:&lt;BR /&gt;- &lt;A href="https://www.utasker.com/kinetis/FRDM-KL82Z.html" target="test_blank"&gt;https://www.utasker.com/kinetis/FRDM-KL82Z.html&lt;/A&gt;&lt;BR /&gt;KBOOT UART, KBOOT HID-USB, USB-MSD, SD card, etc. with optional AES256 authentication. &lt;A href="https://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf" target="test_blank"&gt;https://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf&lt;/A&gt;&lt;BR /&gt;Works off-the-bat with almost any IDE.&lt;BR /&gt;Free Open Source version for immediate proven solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The KL82 &lt;SPAN style="text-decoration: underline;"&gt;does have an inbuilt KBOOT ROM loader&lt;/SPAN&gt; if its features are adequate, so not secondary loader is absolutely necessary.&lt;/EM&gt;&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;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 22:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030046#M56481</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-03-13T22:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: KL82 Bootloader Example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030047#M56482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer to use KBOOT that is already in ROM. Do you have any samples / tutorials for using it? I guess I do make a mistake somewhere, as I get the issue mentioned in my op.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I just found out, it works when trying to execute blhost on windows but not on linux (Debian kernel 4.19).&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;gt; Topic can be closed. Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2020 06:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL82-Bootloader-Example-not-working/m-p/1030047#M56482</guid>
      <dc:creator>marcwillem</dc:creator>
      <dc:date>2020-03-14T06:50:37Z</dc:date>
    </item>
  </channel>
</rss>

