...
Download the latest version of the BSP Source Files and the Windows 10 IoT Enterprise documentation from NXP:
https://www.nxp.com/design/software/embedded-software/i-mx-software/windows-10-iot-enterprise-for-i-mx-applications-processors:IMXWIN10IOTDownload the "Windows 10 IoT Entrerprise 2021" ARM64 DVD Image as described in Section 3 of the i.MX Windows 10 IoT Quick Start Guide.
Setup
Set up your build environment as described in chapter 2 of the i.MX Windows 10 IoT User’s Guide.
(Visual Studio 2019, ADK + WinPE addon for ADK + WDK)Extract the WIN10_<version>_SOURCE.zip
Execute the Init.bat
For the first setup follow the steps in Chapter 2.2.3 of the User’s Guide to set up the build environment and the test code signing certificates
Open the solution <path>\imx-windows-iot\build\solution\iMXPlatform\iMXPlatform.sln and build it for ARM64/Debug
...
Copy the <path>\imx-windows-iot\BSP\IoTEntOnNXP\ folder to
<path>\imx-windows-iot\BSP\IoTEntOnSECO\Download the SECO-specific modifications from this wiki page and extract them into the new IoTEntOnSECO folder.
The archive contains SECO specific changes to the BSP, the installation scripts, the drivers used and the customized bootloader with the i.MX Firmware.
Latest:
BSP Version 1-5-1: IoTEntOnSEco_1-5-1_20240823
Older versions:
BSP Version 1-5-0: IoTEntOnSECO_1-5-0_20240503Older versions:
BSP Version 1-5-0: IoTEntOnSECO_1-5-0_20240412
...
It is recommended that you use the method described in section 8.2 of the i.MX Windows 10 IoT Quick Start Guide to update the Firmware.
There is an alternative way that allows you to update the firmware from the SD card in the bootloader:
...