<?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 MSC does not work, ELFTOSB source does not build in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660668#M344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Congrats Dave for getting it working, and thanks very much for posting your updates. I'm quite curious to do a diff to see the bug fixes you did.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 04:09:15 GMT</pubDate>
    <dc:creator>frankvanhooft</dc:creator>
    <dc:date>2016-10-27T04:09:15Z</dc:date>
    <item>
      <title>Bootloader MSC does not work - without my patches...</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660663#M339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find in the bootloader reference manual that drag-and-drop to MSC only supports SB format files. &lt;BR /&gt;I found the ELFTOSB user guide, which states that the ELFTOSB executable is included in the bootloader package.&lt;BR /&gt;OK, I found the ELFTOSB executable, but...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;The bootloader package provides the elftosb sources, however they fail to build (using Visual Studio 2012).&lt;/SPAN&gt;&lt;BR /&gt;My bad, it clearly says needs a newer version of Visual Studio.&lt;/LI&gt;&lt;LI&gt;The examples provided for the bootloader do not include the necessary conversion from ELF to SB !!!&lt;/LI&gt;&lt;LI&gt;I tried to use the BD file in the root of the LED blinker app, and while elftosb appears to work, the generated SB file does not work. At Frank's suggestion I also tried using SREC instead of ELF with same results (unlike ELF, SREC doesn't generate the &lt;SPAN style="color: #ff0000;"&gt;incorrect RAM fill instructions below&lt;/SPAN&gt;). I also tried changing "erase all" to section erases, with same result.&lt;BR /&gt;&lt;SPAN style="font-size: 13px; font-family: andale mono,monospace;"&gt;make --no-print-directory post-build&lt;BR /&gt;Build boot-loadable SB file&lt;BR /&gt;elftosb.exe -V&amp;nbsp; -z -c C:\K64\NXP_Kinetis_Bootloader_2_0_0\apps\led_demo\src\led_demo_drn.bd -o led_demo_freedom_A000.sb led_demo_freedom_a000.elf&lt;BR /&gt;warning: line 10: end address of address range is before start address&lt;BR /&gt;warning: line 11: end address of address range is before start address&lt;BR /&gt;warning: line 12: end address of address range is before start address&lt;BR /&gt;warning: line 13: end address of address range is before start address&lt;BR /&gt;Boot Section 0x00000000:&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x0000a000 | cnt=0x00000004 | flg=0x0000&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x0000a400 | cnt=0x00000004 | flg=0x0000&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x0000a800 | cnt=0x00000004 | flg=0x0000&lt;BR /&gt;&amp;nbsp; ERAS | adr=0x0000ac00 | cnt=0x00000004 | flg=0x0000&lt;BR /&gt;&amp;nbsp; LOAD | adr=0x0000a000 | len=0x00000400 | crc=0xedb4632d | flg=0x0000&lt;BR /&gt;&amp;nbsp; LOAD | adr=0x0000a400 | len=0x00000010 | crc=0x7bf1a8b4 | flg=0x0000&lt;BR /&gt;&amp;nbsp; LOAD | adr=0x0000a410 | len=0x000005fc | crc=0x18f25f7b | flg=0x0000&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; FILL | adr=0x1fff0000 | len=0x00000400 | ptn=0x00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; LOAD | adr=0x1fff0400 | len=0x00000084 | crc=0x64bc47db | flg=0x0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; FILL | adr=0x1fff0484 | len=0x00000020 | ptn=0x00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; FILL | adr=0x1fff04a4 | len=0x00000004 | ptn=0x00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; FILL | adr=0x1fff04a8 | len=0x00000400 | ptn=0x00000000&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; JUMP | adr=0x0000a4d9 | arg=0x00000000 | flg=0x0000&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline; font-size: 13px; font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 15px;"&gt;When I drag&amp;amp;drop&amp;nbsp;&lt;SPAN style="font-size: 13px; font-family: andale mono,monospace;"&gt;led_demo_freedom_A000.sb&lt;/SPAN&gt; to the bootloader, the chip resets... but LEDs never blink.&lt;/SPAN&gt; &lt;BR /&gt;The STATUS.TXT file goes from "Ready" to "Transfe" and sits there like loader never completed.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 15px; font-family: arial,helvetica,sans-serif;"&gt;I get exactly the same results with pre-built bootloader (as with the bootloader I built with KDS specifying only MSC):&lt;BR /&gt;&lt;SPAN style="font-size: 13px; font-family: andale mono,monospace;"&gt;C:\K64\NXP_Kinetis_Bootloader_2_0_0\targets\MK64F12\iar\binaries\freedom_bootloader.bin&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline; font-size: 15px; font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;There are no prebuilt example SB files provided with the bootloader!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 15px; font-family: arial,helvetica,sans-serif;"&gt;The example LED program is built properly. If I directly flash the LED example, and then restart the board by plugging in only the K64F USB, the bootloader starts, then branches to the LED application and the LED blinks.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 15px; font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;This makes it certain there is something wrong with the ELFTOSB processor and/or the bootloader!&lt;/SPAN&gt;&lt;BR /&gt;We need your help in getting this resolved!&lt;BR /&gt;Similar problems have been reported here: &lt;A _jive_internal="true" data-containerid="11534" data-containertype="14" data-objectid="436171" data-objecttype="1" href="https://community.nxp.com/thread/436171"&gt;https://community.nxp.com/thread/436171&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Can you please provide: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;An example BD file for the LED blink application, &lt;/STRONG&gt;&lt;STRONG&gt;that creates an SB file which &lt;SPAN style="text-decoration: underline;"&gt;actually works&lt;/SPAN&gt; with the bootloader?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Current sources for ELFTOUSB that build correctly with Visual Studio?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: K64F Freedom board, latest Kinetis Studio 3.2.0, SDK2.0&lt;/P&gt;&lt;P&gt;PPS: Here's the BD file:&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;// Define one input file that will be the first file listed on the command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;// The file can be either an ELF file or an S-record file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;sources {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; demo = extern(0);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;// create a section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;section (0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; erase all;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; erase 0x0000A000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; erase 0x0000A400;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; erase 0x0000A800;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; erase 0x0000AC00;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //erase 0x0000B000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //erase 0x0000B400;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //erase 0x0000B800;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //erase 0x0000BC00;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Doesn't work: load $A1*, $P1* from demo;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;load demo;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // jump to entry point&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jump demo;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px; font-family: andale mono,monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 21:42:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660663#M339</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2016-10-21T21:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC example does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660664#M340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave, welcome to the battle. I also struggled with silly compile errors and the like to get things working. (Although I never tried building the elftosb tool.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you might try, is to convert a Srecord file to an .sb, not an ELF. The elf file contains RAM information which (in my experience) seemed to confuse the elftosb tool (or something). I had better results converting s-record files, which only contain flash information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given that the blinky app is so simple, just a few lines of code, you can easily build &amp;amp; download it (using jtag) on its own and confirm it works on your hardware. Also make sure you're building it for the correct start address. I don't know what it'll be for the K64, but it won't be 0x00000000 the start of flash; it'll be much further along in the flash to allow space in flash for the bootloader first - in my case I build the app for a start address of 0x8000, and my bootloader builds to a size of about 26kB so that's comfortably inside of the allocated 0x8000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;Frank.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.frankvh.com"&gt;frankvh.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 04:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660664#M340</guid>
      <dc:creator>frankvanhooft</dc:creator>
      <dc:date>2016-10-22T04:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660665#M341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank. I already checked the sample LED blink loading the debugger (works fine). Per your suggestion I also tried SREC, does not work either. I updated the question above to clarify all this. Lets hope NXP responds before my customer here says "move on to a different vendor"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 15:08:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660665#M341</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2016-10-22T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660666#M342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally got MSC bootloader working on Freedom K64F. Here's what I had to do:&lt;/P&gt;&lt;OL&gt;&lt;LI type="_moz"&gt;Bootloader as delivered produces &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NO INDICATION OF WHAT FAILED&lt;/STRONG&gt;&lt;/SPAN&gt; when it doesn't load an SB file.&lt;BR /&gt;Modify bootloader to:&lt;BR /&gt;- Fix bug that truncated reported status in STATUS.TXT file&lt;BR /&gt;- Add report of last SB operations status result to the STATUS.TXT file.&lt;BR /&gt;&amp;nbsp; Look up this status in the bootloader reference manual to find out what went wrong!&lt;/LI&gt;&lt;LI type="_moz"&gt;Bootloader as delivered was, err, challenging to debug with MSC. For debug build:&lt;BR /&gt;- Write debug_printf's to new DEBUG.TXT file; now easy to debug!&lt;/LI&gt;&lt;LI&gt;Local configuration changes to bootloader:&lt;BR /&gt;- enable ONLY BL_CONFIG_USB_MSC (not HID or others)&lt;BR /&gt;- disable BL_FEATURE_FLASH_SECURITY&lt;BR /&gt;- disable BL_FEATURE_ENCRYPTION_MMCAU&lt;/LI&gt;&lt;LI&gt;Bugs in ELFTOSB cause it to emit erroneous load and clear commands for RAM, despite specific statement in the ELFTOSB manual stating ELFTOSB will not emit such instructions. See the original posting above for an illustration. Since NXP delivered obsolete/wrong ELFTOSB sources as explained above, I can't fix it. Consequently, per Frank's suggestion, use SREC format to create SB file (for which ELFTOSB doesn't have this bug).&lt;/LI&gt;&lt;LI&gt;As I can't find an example of how to set up any of the security features, and got security-related errors from the bootloader, all the security features are disabled.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I've attached the code with the above bootloader bug fixes and enhancements.&lt;/P&gt;&lt;P&gt;I'll post a separate question about the security setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;NXP: Please:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Provide correct ELFTOSB source code!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Incorporate the attached fixes into the bootloader!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Provide a working bootloadable SB-format example including security features!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;Fix ELFTOSB so it does not emit incorrect RAM fill/load operations in SB file!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If anyone wants to try this quickly on the K64F Freedom board, I've attached the prebuilt bootloader and example program. First, drag the bootloader BIN onto the mbed virtual drive. Then, unplug the debug USB, plug in the K64F USB, and drag the blinky SB file onto the bootloader's virtual drive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 17:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660666#M342</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2016-10-23T17:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660667#M343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Regarding the elftosb compiline issue,&amp;nbsp;VS2015 is required to build elftosb successfully. Please refer to Section 2 Development tools in Kinetis Bootloader &amp;nbsp;v2.0.0 Release Notes.pdf &amp;nbsp;for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Regarding &amp;nbsp;sb generating, it is highly recommended to generate SB file with srec file or binary file, KEIL, IAR, KDS, ARM-GCC all support generating&amp;nbsp;srec easily. Of course, the elf file is also supported for SB file generation, but the elf file contains both RW data and RO data, some filters are required to filter the RW data out, otherwise, the elftosb tool will try to load all sections to SB file, which may hit the reserve RAM region, just as what you have seen in your case. Besides, the filter may vary among different project, it &amp;nbsp;fully depends on the linker file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 10:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660667#M343</guid>
      <dc:creator>ramboyang</dc:creator>
      <dc:date>2016-10-25T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660668#M344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Congrats Dave for getting it working, and thanks very much for posting your updates. I'm quite curious to do a diff to see the bug fixes you did.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 04:09:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660668#M344</guid>
      <dc:creator>frankvanhooft</dc:creator>
      <dc:date>2016-10-27T04:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader MSC does not work, ELFTOSB source does not build</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660669#M345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great work. &amp;nbsp;Really saved my a^$e!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent hours today trying to work out why this stupid thing wouldn't work! &amp;nbsp;I copied your modified files into my project and away it went! &amp;nbsp;The source files were all good. &amp;nbsp;The project files reference absolute paths eg source files and post build so needed a bit of a tickle up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The supplied .ld file does not seem to work with srec files. &amp;nbsp;It gives&amp;nbsp;error: line 8: source type does not support sections. &amp;nbsp;However, just using the basic file below seemed to work fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sources { &lt;BR /&gt; myElfFile = "led_demo_freedom_a000.srec"; &lt;BR /&gt;} &lt;BR /&gt;section (0) { &lt;BR /&gt; erase all; &lt;BR /&gt; load myElfFile; &lt;BR /&gt; reset; &lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your work. &amp;nbsp;I hope NXP pull their fingers out of their butts and apply the necessary changes to get this all working properly. &amp;nbsp;And also support some more part numbers!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 05:27:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/Bootloader-MSC-does-not-work-without-my-patches/m-p/660669#M345</guid>
      <dc:creator>ashesman</dc:creator>
      <dc:date>2017-04-10T05:27:10Z</dc:date>
    </item>
  </channel>
</rss>

