Installing Windows IoT LTSC Image

  • Installing a Windows IoT Image on your F&S Board

    The typical way to install Windows IoT LTSC is to create a bootable SD card and then copy the F&S Windows installation files onto the SD card. Once the files are on the SD card, you can insert it into the F&S board, and it will automatically boot/install from the SD card. Very simple.



    Software/Hardware Requirements

    • SD card with at least 8 GB of storage
    • Software package with the Windows IoT image
    • F&S board with an iMX8MP processor and at least 2 GB of RAM
    • Connected display to monitor the installation process


    Creating a Bootable SD Card

    First, the SD card must be prepared for the Windows IoT operating system. Follow these steps:


    1. Start `diskpart` in the administrative command prompt:

    Code
    1. diskpart



    2. List all disks:

    Code
    1. list disk

    Output should be similar to this:

    Code
    1. Disk ### Status Size Free Dyn Gpt
    2. -------- ------------- ------- ------- --- ---
    3. Disk 0 Online 931 GB 429 GB *
    4. Disk 1 Online 14 GB 678 MB


    3. Select the correct disk for the SD card (in this example, disk 1):

    Code
    1. select disk 1


    4. Enter the following commands:


    Code
    1. clean
    2. convert gpt NOERR
    3. create partition primary id=c12a7328-f81f-11d2-ba4b-00a0c93ec93b size=32 align=8192
    4. create partition primary
    5. format fs=fat32 label="WinPE" quick


    Now the SD card is fully formatted!


    Deploy Software Package on SD card

    The final SD card content with the Windows 10 IoT LTSC operating system for installation is available on our file share. To access this content, you need to register on our F&S Homepage and provide a Windows IoT module serial number to unlock the files. If you have any further questions, please feel free to contact us at support@fs-net.de.

    To proceed, copy the contents of the 'SDiMX8MP_WIN10_VXXX' folder to the root of the SD card. You can use File Explorer to manually copy the files.


    Finally, insert the SD card and reboot the F&S board. That completes the installation!

    (FYI: Installing Windows IoT Enterprise from the SD card takes approximately 15 minutes. During the installation process, your device will restart a few times, so don't be alarmed)



    IMPORTANT:

    The WinPE installer renames the EFI folder at the root of the SD card to _efi, which causes UEFI to skip the SD card at boot time. This allows you to keep the SD card inserted across reboots without having Windows IoT reinstalled on each reboot. If you wish to boot into the WinPE installer again, you can rename _efi back to EFI.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • fs-support_MRO

    Changed the title of the thread from “Installing a Windows IoT LTSC Image” to “Installing Windows IoT LTSC Image”.