<?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: Flashloader FCB description for Parallel NAND Flash through SEMC in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848423#M1787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this tool to flash image into Raw Nand&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/JayHeng/nxp-sec-boot-ui" 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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Dec 2018 05:05:09 GMT</pubDate>
    <dc:creator>jay_heng</dc:creator>
    <dc:date>2018-12-23T05:05:09Z</dc:date>
    <item>
      <title>Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848418#M1782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Overview: Our board uses MIMXRT1052DVL6B with an external parallel NAND Flash via SEMC.&amp;nbsp; NAND Flash part number is&amp;nbsp;TC58BVG1S3HTA00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objective: For a test, I'm trying to boot from external parallel NAND Flash via SEMC and excecute the image from ITCM.&amp;nbsp; For simplicity, I modified the blinky project (from SDK example) to blink the LED in our board, which is tested fine when run from IDE.&amp;nbsp; I created the unsigned SB file from the blinky project output using the Boot descriptor (BD) files from Flashloader_RT1050_1.1, "imx-itcm-unsigned.bd" and "program_semcnand_image.bd".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "program_semcnand_image.bd", there's a series of load commands to prepare the SEMC NAND FCB before enable semcnand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt; #1. Prepare SEMC NAND FCB option&lt;BR /&gt; # Note: This is a template, need to be udpated to actual option in users' project&lt;BR /&gt; # See MCUX Flashloader RM for more details&lt;BR /&gt; # ONFI 1.0, non-EDO, Timing mode 0, 8bit IO, CSX0 &lt;BR /&gt; load &lt;STRONG&gt;0xD0030501&lt;/STRONG&gt; &amp;gt; 0x2000;&lt;BR /&gt; # image copy = 1, search stride = 1, search count = 1 &lt;BR /&gt; load &lt;STRONG&gt;0x00010101&lt;/STRONG&gt; &amp;gt; 0x2004;&lt;BR /&gt; # block index = 2, block count = 1 &lt;BR /&gt; load &lt;STRONG&gt;0x00020001&lt;/STRONG&gt; &amp;gt; 0x2008;&lt;BR /&gt; enable semcnand 0x2000; &amp;lt;/code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: Where can I find the bit-field description of data loaded into memory 0x2000-0x200B?&amp;nbsp; I've read the "MCUX Flashloader Reference Manual, Rev2, 01/2018", but it only have FCB description for Serial NOR/NAND Flash through FlexSPI and SD/eMMC through uSDHC.&amp;nbsp; There's no mention on parallel NAND flash through SEMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Sicris Rey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 08:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848418#M1782</guid>
      <dc:creator>sicrisreyembay</dc:creator>
      <dc:date>2018-10-30T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848419#M1783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sicris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parallel NAND flash through SEMC has another boot structure described in&lt;/P&gt;&lt;P&gt;sect.8.6.5.2 Parallel NAND Flash Boot Control Blocks (BCB) i.MX RT1050 Reference Manual&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Freference-manual%2FIMXRT1050RM.pdf" rel="nofollow" target="_blank"&gt;https://www.nxp.com/docs/en/reference-manual/IMXRT1050RM.pdf&lt;/A&gt;&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>Wed, 31 Oct 2018 05:38:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848419#M1783</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-31T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848420#M1784</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;I know that it has a different boot control block structure and I've read that section in the reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is on the flashloader usage when enabling the parallel NAND flash SEMC.&amp;nbsp; When I run the&amp;nbsp;these commands (this is equivalent to the series of commands in my original post) in blhost as shown below, I'm getting this error, "kStatus_SemcNAND_InvalidOnfiParameter".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/69263i80632E257DCF71C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has something to do with the option values (0xD0030501, 0x00010101, 0x00020001) passed to the "--configure-memory" with memId = 0x100 (SLC raw NAND over SEMC module).&amp;nbsp; This option values are not documented in the MCUX FlashLoader RM.&amp;nbsp; This manual only describes the configuration option block&amp;nbsp;values for FlexSPI NOR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my understanding (or assumption), flashloader tool will populate the necessary BCB, FCB, DBBT based on the passed option values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, thanks for replying. :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 08:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848420#M1784</guid>
      <dc:creator>sicrisreyembay</dc:creator>
      <dc:date>2018-10-31T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848421#M1785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got an update from NXP about the Flashloader SEMC SLC NAND configuration.&amp;nbsp; This is not yet available in existing reference manual.&amp;nbsp; They said they'll be having an application note about SEMC SLC NAND Boot soon.&amp;nbsp; Below is the option configuration description when initializing parallel NAND flash via SEMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/66741i803DE5A0C5087655/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 11:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848421#M1785</guid>
      <dc:creator>sicrisreyembay</dc:creator>
      <dc:date>2018-10-31T11:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848422#M1786</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;TC58BVG1S3HTA00 is not ONFI-compliant NAND device, so Flashloader cannot support this device, you need to modifiy Flashloader, you can refer this thread&amp;nbsp;&lt;A href="https://community.nxp.com/thread/489622"&gt;https://community.nxp.com/thread/489622&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 03:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848422#M1786</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2018-11-23T03:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flashloader FCB description for Parallel NAND Flash through SEMC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848423#M1787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this tool to flash image into Raw Nand&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/JayHeng/nxp-sec-boot-ui" 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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2018 05:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Flashloader-FCB-description-for-Parallel-NAND-Flash-through-SEMC/m-p/848423#M1787</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2018-12-23T05:05:09Z</dc:date>
    </item>
  </channel>
</rss>

