<?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: Cannot boot into WinPe for Windows 10 IoT in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715495#M211842</link>
    <description>&lt;P&gt;Hi , I am using the new DDR parameters. But the bootloader will stop while ddr is training.&lt;/P&gt;&lt;P&gt;Also, may I know what size is required for eMMC for W1.4.1 Windows 10 IoT install?&lt;/P&gt;&lt;P&gt;Because my eMMC is 8G. After I installed W1.3.1 Windows 10 IoT, the remianing eMMC is 584MB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is my eMMC too small to install W1.4.1 Windows 10 IoT?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 03:36:36 GMT</pubDate>
    <dc:creator>hankwang</dc:creator>
    <dc:date>2023-09-01T03:36:36Z</dc:date>
    <item>
      <title>Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1708060#M211114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a 8MP CPU with 4GB DDR. When the system is ready to enter WinPE, the system will crash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use windbg to observe the problem. I see "Missing Image Name". I guess the problem is related to&lt;/P&gt;&lt;P&gt;DDR size?&lt;BR /&gt;&lt;BR /&gt;Since i have an sd card with a windows 10 IoT image, I flashed the EVK bootloader in the sd card.&lt;BR /&gt;&lt;BR /&gt;I can boot into WinPE normally. I only modify the DDR parameter in the same sdcard. The sd card is put&lt;/P&gt;&lt;P&gt;in my system, but the system will crash on boot wiepe screen.&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Missing Image Name.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237196iECC62E64289F2B0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Missing Image Name.jpg" alt="Missing Image Name.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 06:31:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1708060#M211114</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-21T06:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1708378#M211167</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;BSP from version 1.4.0 uses whole 6GB RAM of i.MX8MP EVK for Windows 10 IoT:&lt;BR /&gt;&lt;EM&gt;• 3/2023: W1.4.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;– Supported boards:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;– 8MPLUSLPD4-EVK Evaluation Kit&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;– New features:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;– General&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;– 8MPLUSLPD4-EVK: The size of SDRAM was increased to 6 GB. Note: This change requires&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;windows10.0-kb5019275-arm64_c6c2abc31137d43e762304bd1542ba413d2b8b9e.msu to be&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;installed. The patch is applied in installation script (make-winpe-enterprise.cmd) by default.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Uboot still uses only first 3GB of RAM.&lt;BR /&gt;Limiting RAM size to 3GB before version 1.4.0 was done by setting PcdBank1MemorySize to 0x0.&lt;BR /&gt;You can either try to limit it to 3GB as it was before by setting this:&lt;BR /&gt;/mu_platform_nxp/NXP/MX8M_PLUS_EVK/MX8M_PLUS_EVK.dsc:&lt;BR /&gt;giMX8TokenSpaceGuid.PcdBank1MemorySize|0x000000000000000&lt;BR /&gt;(alternatively you can try to use firmware from W1.3.0, but it is without warranty, when use together with Windows drivers from different version)&lt;BR /&gt;or you can try to set it to 1GB to allow Windows to used all 4GB, not only 3GB&lt;/P&gt;
&lt;P&gt;giMX8TokenSpaceGuid.PcdBank1MemorySize|0x0000000040000000&lt;BR /&gt;&lt;BR /&gt;You can find firmware for 8MPLUSLPD4-EVK Evaluation Kit for 4GB RAM and patch file for firmware of BSP 1.4.1. Firmware is signed with test key.&lt;BR /&gt;&lt;BR /&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 11:58:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1708378#M211167</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-24T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709774#M211283</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your reply.&amp;nbsp; I add your patch in UEFI code. When the system is ready to enter WinPE, the system displays a&amp;nbsp; blue screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you have any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also, I tried to use version W1.3.0. The system can enter WinPE and complete Windows 10 IoT Image flash to eMMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 09:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709774#M211283</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-23T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709824#M211286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;can you please try to set the size of Bank1 to 0 as it was in W1.3.0?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;giMX8TokenSpaceGuid.PcdBank1MemorySize|0x0000000000000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;While using signed firmware, you need to have written "RPMB write key" in eMMC, otherwise boot will fail. So if you do not need to use TPM, please use unsigned firmware.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards, Jakub&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:18:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709824#M211286</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-23T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709985#M211291</link>
      <description>&lt;P&gt;hi, yes. I have set giMX8TokenSpaceGuid.PcdBank1MemorySize to 0. And I'm not using signed firmware, I'm only using unsigned firmware. I checked this BSOD cause is memory issue.&lt;/P&gt;&lt;P&gt;Is there anything else for memory setting that needs to be modified?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 14:26:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1709985#M211291</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-23T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1710431#M211327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;what board are you please using for these test, EVK or custom board?&lt;/P&gt;
&lt;P&gt;Do you have in your project correct DDR timing file for your board? For example lpddr4_timing.c. But if firmware from 1.3.0 is working, this should not be an issue, both 1.3.0 and 1.4.1 use the same timing files for EVK.&lt;/P&gt;
&lt;P&gt;I have tested this patch on i.MX8MP EVK board with 4GB DDR chip and was able to install with Win PE and enter Windows without an issue.&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 07:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1710431#M211327</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-24T07:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1711821#M211507</link>
      <description>&lt;P&gt;As far as I know, the 8MP EVK board&amp;nbsp; only has 6GB DDR. Do you use 6G DDR to simulate 4G DDR?&lt;/P&gt;&lt;P&gt;I have a custom 8MP CPU with 4G DDR. Maybe you can find a real 4G DDR to test.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 02:27:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1711821#M211507</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-28T02:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712014#M211536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have borrowed EVK with DDR slot. We have one for testing various DDR chips. I have in it this 32Gb one&amp;nbsp;&lt;A href="https://tw.micron.com/products/dram/lpdram/part-catalog/mt53e1g32d2fw-046-aut" target="_blank"&gt;https://tw.micron.com/products/dram/lpdram/part-catalog/mt53e1g32d2fw-046-aut&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jakub_zigacek_0-1693203838804.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/238225i206AD63E65FFDA7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jakub_zigacek_0-1693203838804.jpeg" alt="jakub_zigacek_0-1693203838804.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have also information, that the&amp;nbsp;firmware_uuu_8MP-EVK-4GB.bin works with BSP 1.4.1 on another custom board with only 4GB DDR.&lt;/P&gt;
&lt;P&gt;I will try to ask at our R&amp;amp;D if they are aware of some other differences between 1.3.0 and 1.4.1.&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712014#M211536</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-28T07:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712064#M211539</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204770"&gt;@jakub_zigacek&lt;/a&gt;&amp;nbsp; Thank you for your reply. Please notify me if there are any updates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:18:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712064#M211539</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-28T07:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712720#M211611</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you make sure you are also applying&amp;nbsp;&lt;EM&gt;windows10.0-kb5019275-arm64_c6c2abc31137d43e762304bd1542ba413d2b8b9e.msu&amp;nbsp;&lt;/EM&gt;to the WinPE image as well?&lt;/P&gt;&lt;P&gt;This is our guide for how to update the WinPE image. You will need to install all of the NXP drivers to the WinPE image, as well as update it with the .msu referenced above. &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize?view=windows-10" target="_blank"&gt;https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize?view=windows-10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 03:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712720#M211611</guid>
      <dc:creator>anthonychen-msft</dc:creator>
      <dc:date>2023-08-29T03:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712906#M211635</link>
      <description>&lt;P&gt;Hi , &lt;SPAN class=""&gt;Yes, I installed this patch in Win10 Image. You can refer to the attachment. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712906#M211635</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-29T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712969#M211640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I discussed this issue with our DDR expert. He would like to check datasheet of your DDR chip, because of variety of possible DDR internal organization. Can you please provide this datasheet?&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712969#M211640</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-29T08:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712981#M211642</link>
      <description>&lt;P&gt;hi, This is our DDR name. But I still search the datasheet. Perhaps you can download directly from the Micron website.&lt;/P&gt;&lt;P&gt;&lt;A href="https://tw.micron.com/products/dram/lpdram/part-catalog/mt53e1g32d2fw-046-wt?login" target="_blank"&gt;https://tw.micron.com/products/dram/lpdram/part-catalog/mt53e1g32d2fw-046-wt?login&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;DDR Name: MT53E1G32D2FW-046 WT&lt;BR /&gt;&lt;BR /&gt;Also, I can start Windows10 IoT for &lt;STRONG&gt;W1.3.0.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:41:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1712981#M211642</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-29T08:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713063#M211644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you have&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider en bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz bea beb bec bed bee bef beg beh bei bej bek bel bem ben"&gt;MT53E1G32D2FW-046 WT:&lt;STRONG&gt;A&lt;/STRONG&gt;&amp;nbsp;or MT53E1G32D2FW-046 WT:&lt;STRONG&gt;B&lt;/STRONG&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider en bdg bdh bdi bdj bdk bdl bdm bdn bdo bdp bdq bdr bds bdt bdu bdv bdw bdx bdy bdz bea beb bec bed bee bef beg beh bei bej bek bel bem ben"&gt;Because A has one chip select and B has two chip selects.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You are using firmware from W1.3.0 as it is in downloaded zip from NXP pages?&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:18:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713063#M211644</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-29T09:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713094#M211649</link>
      <description>&lt;P&gt;Sorry that DDR is &lt;SPAN&gt;&lt;SPAN class=""&gt;MT53E1G32D2FW-046 WT:&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; (one chip).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, W1.3.0 download from NXP website. I just modified backlight control pin&amp;nbsp; in the mu_platform_nxp folder.&lt;BR /&gt;and DDR parameters(lpddr4_timing.c &amp;amp; imx8mp_evk.h) in the u-boot-imx folder.&lt;/P&gt;&lt;P&gt;And I set LVDS0 to display in galcore.inf.&lt;/P&gt;&lt;P&gt;; HKR,,Display0Interface,%REG_DWORD%,%DISP_INTERFACE_HDMI%&lt;BR /&gt;HKR,,Display0Interface,%REG_DWORD%,%DISP_INTERFACE_LVDS0%&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 10:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713094#M211649</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-08-29T10:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713317#M211667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;here is a timing file for your DDR chip. But it is prepared for our EVK and thus the mapping of data bits could be different then on your board. You need to change this structure, if you have different mapping&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;/* PHY Initialize Configuration */
struct dram_cfg_param ddr_ddrphy_cfg[] = {
...
&lt;/LI-CODE&gt;
&lt;P&gt;But if your timing file is tested for example with linux and DDR works well, we have to look elsewhere.&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 13:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713317#M211667</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-08-29T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713505#M211685</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204770"&gt;@jakub_zigacek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. I looked at NXP's build script, and it appears the script automatically installs all patches in the /kbpatch/ folder for the Windows IoT Enterprise image, but does not do the same for the WinPE image. To fix this, please add the following lines to the make-winpe-enterprise.cmd script in Step 2.6, immediately after line 565:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;%NO_PATCH%&lt;/SPAN&gt;&lt;SPAN&gt; == no (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt; &lt;SPAN&gt;KB_COUNT&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; /f &lt;/SPAN&gt;&lt;SPAN&gt;"tokens=*"&lt;/SPAN&gt; &lt;SPAN&gt;%%i&lt;/SPAN&gt; &lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; ('dir /b &lt;/SPAN&gt;&lt;SPAN&gt;%KB_PATCH_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;\*.msu') &lt;/SPAN&gt;&lt;SPAN&gt;do&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt; /a &lt;/SPAN&gt;&lt;SPAN&gt;KB_COUNT&lt;/SPAN&gt;&lt;SPAN&gt;+=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;echo&lt;/SPAN&gt;&lt;SPAN&gt; Applying cumulative update &lt;/SPAN&gt;&lt;SPAN&gt;%%i&lt;/SPAN&gt;&lt;SPAN&gt; from &lt;/SPAN&gt;&lt;SPAN&gt;%KB_PATCH_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;call&lt;/SPAN&gt;&lt;SPAN&gt; :&lt;/SPAN&gt;&lt;SPAN&gt;clrEcho&lt;/SPAN&gt; &lt;SPAN&gt;02&lt;/SPAN&gt; &lt;SPAN&gt;"WARNING Depending on size of the update, this processs may take up to 30 minutes, do not stop the process even if it may appear to be frozen"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;echo&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;echo&lt;/SPAN&gt;&lt;SPAN&gt; dism /Image:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;%WIN_PE_MOUNT_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt; /Add-Package /PackagePath=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;%KB_PATCH_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;%%i&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dism /Image:&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;%WIN_PE_MOUNT_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt; /Add-Package /PackagePath=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;%KB_PATCH_DIR%&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;%%i&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt; || &lt;/SPAN&gt;&lt;SPAN&gt;goto&lt;/SPAN&gt;&lt;SPAN&gt; ErrExit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I've also attached the script that I've modified with the above to this thread. To use it, extract the archive, rename it to make-winpe-enterprise.cmd and replace your existing script with this one.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Try this out and let me know if that fixes the issue for you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Aug 2023 21:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1713505#M211685</guid>
      <dc:creator>anthonychen-msft</dc:creator>
      <dc:date>2023-08-29T21:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715451#M211839</link>
      <description>&lt;P&gt;Hi I used the new build tool you provided but I still have bsod issue.&lt;/P&gt;&lt;P&gt;In addition, we can know where to download the dolphin test tool for ARM. Just like an attachment file&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 02:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715451#M211839</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-09-01T02:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715495#M211842</link>
      <description>&lt;P&gt;Hi , I am using the new DDR parameters. But the bootloader will stop while ddr is training.&lt;/P&gt;&lt;P&gt;Also, may I know what size is required for eMMC for W1.4.1 Windows 10 IoT install?&lt;/P&gt;&lt;P&gt;Because my eMMC is 8G. After I installed W1.3.1 Windows 10 IoT, the remianing eMMC is 584MB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is my eMMC too small to install W1.4.1 Windows 10 IoT?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 03:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715495#M211842</guid>
      <dc:creator>hankwang</dc:creator>
      <dc:date>2023-09-01T03:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot into WinPe for Windows 10 IoT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715616#M211858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170944"&gt;@hankwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider en bsa bjc bsb bsc bsd bse bsf bsg bsh bsi bsj bsk bsl bsm bsn bso bsp bsq bsr bss bst bsu bsv bsw bsx bsy bsz bta btb btc btd bte btf btg"&gt;can you please sent us boot log from console , your timing file, schematic ( DDR section ) a DDR datasheet?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I would like to get back to what works on your board. You have written:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider en bsa bjc bsb bsc bsd bse bsf bsg bsh bsi bsj bsk bsl bsm bsn bso bsp bsq bsr bss bst bsu bsv bsw bsx bsy bsz bta btb btc btd bte btf btg"&gt;&lt;I&gt;Yes, W1.3.0 download from NXP website. I just modified backlight control pin&amp;nbsp; in the mu_platform_nxp folder.&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;and DDR parameters(&lt;STRONG&gt;lpddr4_timing.c &amp;amp; imx8mp_evk.h&lt;/STRONG&gt;) in the u-boot-imx folder. + inf file changes.&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I expect, that now you have in eMMC installed W1.3.0. Can you please try to do the same changes you have did to 1.3.0 to 1.4.1 firmware? Plus set zero to bank1 size, like it is in 1.3.0.&lt;/P&gt;
&lt;P&gt;giMX8TokenSpaceGuid.PcdBank1MemorySize|0x000000000000000&lt;/P&gt;
&lt;P&gt;And try to boot the board with this firmware?&lt;/P&gt;
&lt;P&gt;Second thing what can be tried is to use firmware of 1.3.0 together with 1.4.1 windows installation on SD card, to see if the installation will finished correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About the eMMC size if 8GB is enough, I would say that without optimization of install image it is not enough. Microsoft offers some help to reduce its size here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/compact-os?view=windows-10#size-requirements-and-considerations" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/compact-os?view=windows-10#size-requirements-and-considerations&lt;/A&gt;. There is stated that 8GB is not enough for usage even if you are able to install it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/optimize/reduce-disk-footprint" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/optimize/reduce-disk-footprint&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From &lt;A href="https://download.microsoft.com/download/c/1/5/c150e1ca-4a55-4a7e-94c5-bfc8c2e785c5/Windows%2010%20Minimum%20Hardware%20Requirements.pdf" target="_blank" rel="noopener"&gt;document&lt;/A&gt;&amp;nbsp;linked &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/design/minimum/minimum-hardware-requirements-overview" target="_self"&gt;here&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jakub_zigacek_0-1693550131338.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/239228i1A59859369363490/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jakub_zigacek_0-1693550131338.png" alt="jakub_zigacek_0-1693550131338.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jakub_zigacek_1-1693550432980.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/239229iF957557680BA482E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jakub_zigacek_1-1693550432980.png" alt="jakub_zigacek_1-1693550432980.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards, Jakub&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 07:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-into-WinPe-for-Windows-10-IoT/m-p/1715616#M211858</guid>
      <dc:creator>jakub_zigacek</dc:creator>
      <dc:date>2023-09-01T07:36:51Z</dc:date>
    </item>
  </channel>
</rss>

