<?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>MCUXpresso IDEのトピックRe: QSPI Boot in i.MXRT EVKB</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845411#M3382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"I guess your SDK for EVK baord is SDKv2.3.0,&amp;nbsp; for EVKB board is SDKv2.3.1 or later."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yes . You are right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u said&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;About programing EVKB board you can also refer to :&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;A _jive_internal="true" data-containerid="11553" data-containertype="14" data-content-finding="Community" data-objectid="340762" data-objecttype="102" href="https://community.nxp.com/docs/DOC-340762" style="color: #3d9ce7; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;Programming i.MXRT with MCUXpresso IDE and BOOT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I checked the DAPlink firmware version in the &lt;STRONG&gt;EVKB&lt;/STRONG&gt; board . It is the latest one.&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;GIT SHA detail is matching with the given below&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; margin: 0px 0px 2px;" width="100%"&gt;&lt;TBODY style="border: inherit solid inherit; font-weight: inherit;"&gt;&lt;TR style="border: inherit solid inherit; font-weight: inherit;"&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;EVKB_A1&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;MK20&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: 11pt;"&gt;b3435dbed0ba4f09680e49d2fcfdaab32c7a4c71&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;DAPLink will&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;add FCB and IVT&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;The below steps are working fine to flash hello world&amp;nbsp; sb image to &lt;STRONG&gt;EVKB board&lt;/STRONG&gt; after &lt;STRONG&gt;removing xip folder in the source code[which I do not want to do in my final work]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Unchecked the "Link Application to RAM" and built the application&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Converted the afx file to .bin using the below command&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;elftosb.exe -f imx -V -c ../../bd_file/imx10xx/imx-flexspinor-normal-unsigned.bd -o hello_world.bin hello_world.axf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;SPAN class="" style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Convert hello_world_nopadding.bin to boot_image.sb.&lt;/SPAN&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;elftosb.exe -f kinetis -V -c ../../bd_file/imx10xx/&lt;STRONG&gt;&lt;SPAN style="background-color: #e6ecf9;"&gt;program_flexspinor_image_qspinor.bd&amp;nbsp;&lt;/SPAN&gt; -&lt;/STRONG&gt;o boot_image.sb&amp;nbsp; hello_world_nopadding.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;4. Flashed the boot_image.sb to the EVKB board using MFGTOOL which came&amp;nbsp;along with the FLASHLOADER package after switching the EVKB board to serial downloader mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;5. Switched the EVKB board to QSPI boot and hello world appeared on the terminal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Since I need to select emWin as middleware the xip cannot be skipped under drivers during new project creation which will be finally flashed to QSPI ,the question arises&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;When the FCB and IVT are not prepended by the latest firmware in my EVKB board and this process is done by the SDK [I hope my understanding is correct],whether above steps are valid for afx file generated by SDK 2.3.1 and later?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Anjali&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2018 11:04:52 GMT</pubDate>
    <dc:creator>anjalikkrishna</dc:creator>
    <dc:date>2018-07-04T11:04:52Z</dc:date>
    <item>
      <title>QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845409#M3380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to flash the image to QSPI and the IDE which I am using is MCUXpresso and the tool is FLASHLOADER&lt;/P&gt;&lt;P&gt;There are few observations which I would like to share before asking my questions&lt;/P&gt;&lt;P&gt;I have EVK and EVKB boards with me. And to flash image to QSPI I am following these&amp;nbsp;links&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://translate.google.co.in/translate?hl=en&amp;amp;sl=ja&amp;amp;u=https://www.yza.jp/tblog/2018/03/21/rt1050-flash-program-by-mfgtool-xip/&amp;amp;prev=searchhttps://translate.google.co.in/translate?hl=en&amp;amp;sl=ja&amp;amp;u=https://www.yza.jp/tblog/2018/03/21/rt1050-flash-program-by-mfgtool-xip/&amp;amp;prev=search" title="https://translate.google.co.in/translate?hl=en&amp;amp;sl=ja&amp;amp;u=https://www.yza.jp/tblog/2018/03/21/rt1050-flash-program-by-mfgtool-xip/&amp;amp;prev=searchhttps://translate.google.co.in/translate?hl=en&amp;amp;sl=ja&amp;amp;u=https://www.yza.jp/tblog/2018/03/21/rt1050-flash-program-by-mfgtool-xip/&amp;amp;prev=search"&gt;https://translate.google.co.in/translate?hl=en&amp;amp;sl=ja&amp;amp;u=https://www.yza.jp/tblog/2018/03/21/rt1050-flash-program-by-mfgto…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12108.pdf" title="https://www.nxp.com/docs/en/application-note/AN12108.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12108.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observations :&lt;/P&gt;&lt;P&gt;EVK&lt;/P&gt;&lt;P&gt;1. The hello world SDK project for EVK does not have xip folder . The elf file is converted and sb file by following the steps in the shared link and the QSPI boot is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EVKB&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;The hello world SDK project for EVKB has a xip folder&amp;nbsp;. The elf file is converted to sb file by following the steps in the shared link and the QSPI boot is unsuccessful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;The xip folder in the EVKB hello world source code is removed and the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;elf file is converted&amp;nbsp;to sb file by following the steps in the shared link and the QSPI boot is succesful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Moving to my question now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Why xip folder present in EVKB SDK example not in EVK SDK example.?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. How the QSPI boot became successful after deleting the xip folder in EVKB?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp; My project is GUI based and emWin is being used . While creating new project with emWin , &lt;STRONG&gt;xip driver should be included,&lt;/STRONG&gt;or else "&lt;STRONG&gt;Unsatisfied components dependencies!&lt;/STRONG&gt; " error occurs. Whether emWin and xip is co-related?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4.Is there any other way to flash EVKB SDK examples with xip folder [Since emwin is used] to QSPI ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 08:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845409#M3380</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2018-07-04T08:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845410#M3381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="263910" data-username="anjalikkrishna" href="https://community.nxp.com/people/anjalikkrishna"&gt;Anjalik Krishna&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;All the questions are related with different SDK versions and DAP-Link versions.&lt;/P&gt;&lt;P&gt;I guess your SDK for EVK baord is SDKv2.3.0,&amp;nbsp; for EVKB board is SDKv2.3.1 or later.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class="" data-object-id="340156" data-object-type="102"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;UL&gt;&lt;LI&gt;Early versions of the DAPLink firmware were setup to work with a raw application binary like those generated by the SDK 2.3.0 for toolchains other than the MCUXpresso IDE. These versions will&amp;nbsp;take the raw application binary and prepend the flash configuration block for the HyperFlash/QSPI and an IVT to make a bootable image.&lt;/LI&gt;&lt;LI&gt;Newer version of the DAPLink firmware are setup to work with a complete bootable binary like those generated by SDK 2.3.1 and later. These versions will not attempt to prepend a flash configuration block and IVT to the application, because these are assumed to already be present.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So please try upgrading your DAPLink on EVKB to latest versoin.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class="" data-object-id="340156" data-object-type="102"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;The latest version of firmware can be downloaded from &lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fopensda" rel="nofollow" target="_blank"&gt;www.nxp.com/opensda &lt;/A&gt;&lt;/P&gt;&lt;P&gt;About how to check DAPlink version and detail , pleasr have a look at&amp;nbsp; &lt;A href="https://community.nxp.com/docs/DOC-340156"&gt;i.MX RT1050 CMSIS-DAP drag-and-drop programming&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About programing EVKB board you can also refer to :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-340762"&gt;https://community.nxp.com/docs/DOC-340762&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 04 Jul 2018 09:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845410#M3381</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-07-04T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845411#M3382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"I guess your SDK for EVK baord is SDKv2.3.0,&amp;nbsp; for EVKB board is SDKv2.3.1 or later."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Yes . You are right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u said&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;About programing EVKB board you can also refer to :&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;A _jive_internal="true" data-containerid="11553" data-containertype="14" data-content-finding="Community" data-objectid="340762" data-objecttype="102" href="https://community.nxp.com/docs/DOC-340762" style="color: #3d9ce7; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;Programming i.MXRT with MCUXpresso IDE and BOOT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I checked the DAPlink firmware version in the &lt;STRONG&gt;EVKB&lt;/STRONG&gt; board . It is the latest one.&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;GIT SHA detail is matching with the given below&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6; margin: 0px 0px 2px;" width="100%"&gt;&lt;TBODY style="border: inherit solid inherit; font-weight: inherit;"&gt;&lt;TR style="border: inherit solid inherit; font-weight: inherit;"&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;EVKB_A1&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;MK20&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;&lt;SPAN style="color: black; border: 0px; font-weight: inherit; font-size: 11pt;"&gt;b3435dbed0ba4f09680e49d2fcfdaab32c7a4c71&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: inherit solid inherit; padding: 5px;"&gt;DAPLink will&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: bold;"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;add FCB and IVT&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;The below steps are working fine to flash hello world&amp;nbsp; sb image to &lt;STRONG&gt;EVKB board&lt;/STRONG&gt; after &lt;STRONG&gt;removing xip folder in the source code[which I do not want to do in my final work]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Unchecked the "Link Application to RAM" and built the application&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Converted the afx file to .bin using the below command&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;elftosb.exe -f imx -V -c ../../bd_file/imx10xx/imx-flexspinor-normal-unsigned.bd -o hello_world.bin hello_world.axf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;SPAN class="" style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Convert hello_world_nopadding.bin to boot_image.sb.&lt;/SPAN&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;elftosb.exe -f kinetis -V -c ../../bd_file/imx10xx/&lt;STRONG&gt;&lt;SPAN style="background-color: #e6ecf9;"&gt;program_flexspinor_image_qspinor.bd&amp;nbsp;&lt;/SPAN&gt; -&lt;/STRONG&gt;o boot_image.sb&amp;nbsp; hello_world_nopadding.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;4. Flashed the boot_image.sb to the EVKB board using MFGTOOL which came&amp;nbsp;along with the FLASHLOADER package after switching the EVKB board to serial downloader mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;5. Switched the EVKB board to QSPI boot and hello world appeared on the terminal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Since I need to select emWin as middleware the xip cannot be skipped under drivers during new project creation which will be finally flashed to QSPI ,the question arises&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;When the FCB and IVT are not prepended by the latest firmware in my EVKB board and this process is done by the SDK [I hope my understanding is correct],whether above steps are valid for afx file generated by SDK 2.3.1 and later?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;Anjali&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 11:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845411#M3382</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2018-07-04T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845412#M3383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anjali,&lt;/P&gt;&lt;P&gt;1） “&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;When the FCB and IVT are not prepended by the latest firmware in my EVKB board and this process is done by the SDK [I hope my understanding is correct],whether above steps are valid for afx file generated by SDK 2.3.1 and later?&lt;/SPAN&gt;”&lt;/P&gt;&lt;P&gt;As to the SDK 2.3.1 and later projects and its generated *.bin file include XIP files that&lt;BR /&gt;add FCB and IVT information , it is a image can download directly through MfgTool, do not need step2 and step3,&lt;/P&gt;&lt;P&gt;just refer to the " 3.4 Using MFGTool burning HyperFlash with BOOT" of &lt;A _jive_internal="true" data-containerid="11553" data-containertype="14" data-content-finding="Community" data-objectid="340762" data-objecttype="102" href="https://community.nxp.com/docs/DOC-340762" style="color: #3d9ce7; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;Programming i.MXRT with MCUXpresso IDE and BOOT&lt;/A&gt;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;2）“&lt;SPAN style="color: #444444; background-color: #e9ebed; font-weight: 300;"&gt;The below steps are working fine to flash hello world&amp;nbsp; sb image to &lt;STRONG&gt;EVKB board&lt;/STRONG&gt; after &lt;STRONG&gt;removing xip folder in the source code[which I do not want to do in my final work]&lt;/STRONG&gt;&lt;/SPAN&gt;”&lt;/P&gt;&lt;P&gt;You needn't remov the xip folder , it includes the FCB and IVT, and the steps2 and steps3 just instead of the function of&lt;/P&gt;&lt;P&gt;add FCB , IVT, and convert to .bin file .(Just use the method 1) mentioned. )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpsl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Thu, 05 Jul 2018 09:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845412#M3383</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-07-05T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845413#M3384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank You for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I converted the afx file of emWin application to bin file using&lt;/P&gt;&lt;P&gt;MCUXpresson IDE and then copied the same under OS firmware of MFGTOOL&lt;/P&gt;&lt;P&gt;and changed the cfg.ini file to support QSPI flashing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "MXRT105x-DevBootSerialFlashXiP" . But the MFGTOOL failed to start. No&lt;/P&gt;&lt;P&gt;other changes are made in the emWin application. It is the SDK demo&lt;/P&gt;&lt;P&gt;example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anjali &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 05.07.2018 05:27, Alice_Yang wrote: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;NXP COMMUNITY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RE: QSPI BOOT IN I.MXRT EVKB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Alice_Yang  in &lt;U&gt;MCUXpresso IDE&lt;/U&gt; - View the full discussion &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845413#M3384</guid>
      <dc:creator>anjalikkrishna</dc:creator>
      <dc:date>2018-07-06T07:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Boot in i.MXRT EVKB</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845414#M3385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;Anjalik Krishna&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;I find your&amp;nbsp; the same case about your emWin application question on the thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/479380"&gt;https://community.nxp.com/thread/479380&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some expets give suggestion on there , please have a look, also I will continue monitor that thread .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 09:51:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/QSPI-Boot-in-i-MXRT-EVKB/m-p/845414#M3385</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-07-09T09:51:02Z</dc:date>
    </item>
  </channel>
</rss>

