<?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>i.MX RT Crossover MCUs中的主题 Re: Issue with creating bootable image for RT1050</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823871#M1368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to generate srec file with srec_cat utility :&lt;/P&gt;&lt;P&gt;srec_cat.exe #H -Intel -o $H@P.srec -Motorola&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.keil.com/support/docs/276.htm" title="http://www.keil.com/support/docs/276.htm"&gt;GENERAL: CREATING MOTOROLA S-RECORD FILES&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Sep 2018 06:54:38 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-09-15T06:54:38Z</dc:date>
    <item>
      <title>Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823865#M1362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Keil IDE to build code to execute from the hyperflash on the RT1050 EVKB. When I load the code onto flash and run in the Keil debugger, everything works fine. And when I close the debugger and power cycle the board, code still executes successfully from flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm trying to build a bootable image&amp;nbsp;and use the MFGTool to load code onto the H-flash. I'm running into issues. Here's steps I followed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Creating a s-record file with the .axf generated by Keil (test.axf and test.srec attached):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;EM&gt;&amp;nbsp;"fromelf --m32combined --output=test.srec test.axf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Creating binary file with elftosb:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"elftosb.exe -f imx -V -c imx-flexspinor-normal-unsigned.bd -o test.bin test.srec"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output test.bin only has 0 bytes. However if I use the led demo in the example images of the FlashLoader, I can generate a .bin file successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me figure out what the problem is? Many thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 14:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823865#M1362</guid>
      <dc:creator>bzhang3</dc:creator>
      <dc:date>2018-09-13T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823866#M1363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue may be related to generated test.srec file, as it has not header section&lt;/P&gt;&lt;P&gt;(S0), opposite to examples provided in FlashLoader package&lt;/P&gt;&lt;P&gt;Programmers &lt;BR /&gt;Flashloader i.MX-RT1050&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-rt-series/i.mx-rt1050-crossover-processor-with-arm-cortex-m7-core:i.MX-RT1050?&amp;amp;tab=Design_Tools_Tab&amp;amp;lang=en" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-rt-series/i.mx-rt1050-crossover-processor-with-arm-cortex-m7-core:i.MX-RT1050?&amp;amp;tab=Design_Tools_Tab&amp;amp;lang=en"&gt;i.MX RT1050 MCU/Applications Crossover Processor | Arm® Cortex®-M7 @600 MHz, 512KB SRAM |NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/SREC_%28file_format%29" title="https://en.wikipedia.org/wiki/SREC_%28file_format%29"&gt;SREC (file format) - Wikipedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 06:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823866#M1363</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-14T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823867#M1364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes, I noticed that too. But the .srec is generated from&amp;nbsp;&lt;EM style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;"fromelf --m32combined --output=test.srec test.axf". &lt;/EM&gt;Am I missing an option when calling FromELF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried the same with the example&amp;nbsp;led_demo_evk_flexspi_nor_0x60002000.elf:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"fromelf --m32combined --output=led_demo_evk_flexspi_nor_0x60002000.srec led_demo_evk_flexspi_nor_0x60002000.elf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result .srec is also missing the S0 section. But using this file I had no problem calling the elftosb. The binary file was generated successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"D:\Work\Tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;elftosb.exe -f imx -V -c imx-flexspinor-normal-unsigned.bd -o test.bin "led_demo_evk_flexspi_nor_0x60002000 - generated.srec"&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; Section: 0x0&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;iMX bootable image generated successfully&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;D:\Work\Tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823867#M1364</guid>
      <dc:creator>bzhang3</dc:creator>
      <dc:date>2018-09-14T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823868#M1365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original example Led .srec and generated .srec is also attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:26:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823868#M1365</guid>
      <dc:creator>bzhang3</dc:creator>
      <dc:date>2018-09-14T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823869#M1366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the SREC I'm pretty sure that your application already includes the FCB and IVT for the flash. The process you are going through with elftosb and the MfgTool will add these, so when using this method (instead of programming from the debugger directly) you want to start with an image that doesn't include the FCB and IVT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two defines in the SDK projects you can use to control if the FCB and IVT are included or not. By default you should have these preprocessor defines in the project to include the FCB and IVT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XIP_BOOT_HEADER_ENABLE=1&lt;BR /&gt;XIP_BOOT_HEADER_DCD_ENABLE=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove the FCB and IVT, then change these defines both to 0 instead of 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 15:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823869#M1366</guid>
      <dc:creator>melissa_hunter</dc:creator>
      <dc:date>2018-09-14T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823870#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. That makes a lot of sense. However after I change the #defines to 0, I'm getting linker errors:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;"linking...&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;MIMXRT1052xxxxx_flexspi_nor.scf(90): error: L6236E: No section matches selector - no section to be FIRST/LAST.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;MIMXRT1052xxxxx_flexspi_nor.scf(96): error: L6236E: No section matches selector - no section to be FIRST/LAST.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Not enough information to list image symbols.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Not enough information to list load addresses in the image map.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Finished: 2 information, 0 warning and 2 error messages.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"flexspi_nor_debug\freertos_lpuart.out" - 2 Error(s), 1 Warning(s)."&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 19:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823870#M1367</guid>
      <dc:creator>bzhang3</dc:creator>
      <dc:date>2018-09-14T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823871#M1368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to generate srec file with srec_cat utility :&lt;/P&gt;&lt;P&gt;srec_cat.exe #H -Intel -o $H@P.srec -Motorola&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.keil.com/support/docs/276.htm" title="http://www.keil.com/support/docs/276.htm"&gt;GENERAL: CREATING MOTOROLA S-RECORD FILES&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2018 06:54:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823871#M1368</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-15T06:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823872#M1369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem. How did you solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 03:47:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823872#M1369</guid>
      <dc:creator>1920844004</dc:creator>
      <dc:date>2018-10-16T03:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823873#M1370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Zhihui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the changes to the preprocessor defines I listed above&amp;nbsp;the scatter file also needs to be modified to take out the sections where that data was supposed to go. If you comment out lines 57-61:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;//#define m_flash_config_start 0x60000000&lt;BR /&gt;//#define m_flash_config_size 0x00001000&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;//#define m_ivt_start 0x60001000&lt;BR /&gt;//#define m_ivt_size 0x00001000&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;and 88-100:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;/*LR_m_rom_config m_flash_config_start m_flash_config_size { ; load region size_region&lt;BR /&gt;RW_m_config_text m_flash_config_start m_flash_config_size { ; load address = execution address&lt;BR /&gt;* (.boot_hdr.conf, +FIRST)&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;LR_m_rom_ivt m_ivt_start m_ivt_size { ; load region size_region&lt;BR /&gt;RW_m_ivt_text m_ivt_start m_ivt_size { ; load address = execution address&lt;BR /&gt;* (.boot_hdr.ivt, +FIRST)&lt;BR /&gt;* (.boot_hdr.boot_data)&lt;BR /&gt;* (.boot_hdr.dcd_data)&lt;BR /&gt;}&lt;BR /&gt;}*/&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Then the project will compile. I didn't go through the whole process, but the map file output looks correct. Now if you generate the srec and start using elftosb it should work.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 19:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823873#M1370</guid>
      <dc:creator>melissa_hunter</dc:creator>
      <dc:date>2018-10-16T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823874#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! now ,its OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 03:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823874#M1371</guid>
      <dc:creator>1920844004</dc:creator>
      <dc:date>2018-10-17T03:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with creating bootable image for RT1050</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823875#M1372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You can also try this tool, with this tool, You can flash bare image into various boot devices easily and don't need to care about headers (ivt, boot data...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="" href="https://github.com/JayHeng/nxp-sec-boot-ui" style="color: #2989c5; text-decoration: none;" title="https://github.com/JayHeng/nxp-sec-boot-ui"&gt;GitHub - JayHeng/nxp-sec-boot-ui: A one-stop GUI tool to work with NXP MCU (Kinetis, i.MXRT, LPC) ROM bootloader, It can…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2018 05:30:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Issue-with-creating-bootable-image-for-RT1050/m-p/823875#M1372</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2018-12-23T05:30:39Z</dc:date>
    </item>
  </channel>
</rss>

