Hi, is anyone tried to install Windows 10 IOT Enterprise MCIMX8M-EVK?
I followed all the instructions from this tutorial and successfully created a bootable Windows 10 IOT installer. The issue is I can't install it on the eMMC due to insufficient storage. The MCIMX8M-EVK have a 14.7 GB and the Windows 10 IOT installer needs 15GB of storage,
I tried to install the Windows 10 IOT using DISM.
Use Shift+F11 to open command line and do following.
diskpart
sel disk 0
clean
convert gpt
create partition efi size=260
format quick fs=fat32 label="BOOT"
assign letter="S"
create partition msr size=16
create partition primary
format quick fs=ntfs label="SYSTEM" compress
assign letter="W"
exit
Deploy the image (assuming your flash drive is D:):
dism /Apply-Image /ImageFile:D:\sources\install.swm /Index:1 /ApplyDir:W:\ /Compact
Set boot files:
W:\Windows\System32\bcdboot W:\Windows /s S:
After this, exit the command prompt, installer, reboot, and Windows should finish initializing.
All commands are successful, but unfortunately I encounter an error saying "inaccessible boot device" after the restart.
Hi @Zhiming_Liu,
Thank you for the response. I tried to follow the instructions multiple times on the link but unfortunately I stuck on this error:
This is the command I used:
.\make-winpe-enterprise.cmd /disable_updates /test_signing
This is the error.
Processing 1 of 1 - C:\Users\********\**********\W21H2-1-5-0-imx-windows-bsp-binaries-2\IoTEntOnNXP\kbpatch\windows10.0-kb5032189-arm64_fbd330648a90d373f3e055a02a37efbd72660775.msu: An error occurred applying the Unattend.xml file from the .msu package.
For more information, review the log file.
Error: 0x800f0805Error: 0x800f0805
DISM failed. No operation was performed.
For more information, review the log file.The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
Hi @Rheyniel
Please try 10.2 Flashing firmware to the SD card and 10.4 Installing Windows 10 IoT on eMMC and Booting Windows 10 IoT, don't include the 10.3 Flashing Firmware to eMMC
Hi @Rheyniel
How do you connect board to your monitor? HDMI or MIPI-HDMI?
Hi @Rheyniel
Can you also try to boot from SD card? Do not install to emmc and boot from emmc.
To simplify this process, i.MX EVK
boards support SD card boot mode that allows you to keep the boot firmware on an SD card.
Hi @Rheyniel
Please refer in 10 Flashing Windows IoT image in this guide:
https://www.nxp.com/docs/en/quick-reference-guide/IMXWQSG.pdf