[How-to Article] Installing Windows 10 IoT Enterprise Version 1.3.0 on Arm-based SBC “RSB-3720” to Experience X86 Windows-alike

1. Introduction

Advantech has updated its board support packages (BSP) to version 1.3.0, based on i.MX Windows 10 IoT released by NXP. These updates have been installed on the RSB-3720, featuring i.MX 8M Plus series processor platforms to support Windows 10 IoT Enterprise Version 1.3.0.

This how-to article describes the process of building and installing Windows 10 IoT BSP Version 1.3.0 on the Advantech RSB-3720. The highly optimized Windows 10 IoT BSP simplifies the setup installation with only one SD card, making it as easy as installing Windows OS on X86.

Additionally, Version 1.3.0 includes all the necessary code, documents, and tools to help users build and run Windows 10 IoT on the i.MX 8M Plus from scratch. Check our release notes for a full review of the capabilities of Windows 10 on Arm of the i.MX 8M Plus processor.

2. Prerequisites

Necessary Hardware:

  • The Advantech RSB-3720 — a 2.5” Pico-ITX SBC with NXP i.MX8M Plus SOC (Quad Core / 6GB RAM)
  • 1 x 8GB Micro SD card for flashing the OS installer
  • 1 x micro USB cable for flashing the boot loader
  • 1 x power adapter (input: 100 ~ 240V AC 50/60Hz; output: DC 12V 3A; Advantech P/N: 96PSA-A36W12R1-3)

Necessary Software:

  • Win32 Disk Imager
    Please follow the link below to download an executable file.

    Download Win32 Disk Imager

  • Windows 10 IoT Enterprise Image package

    Please contact us for the download link.

3. Install Windows 10 IoT Enterprise on RSB-3720

  • 3-1. Extract the zip file (file name: 20230207.zip) of the image package you downloaded.

  • 3-2. Extract the zip file (RSB3720A1AIM20WIV0004.7z) in the folder and flash the firmware into eMMC

  • 3-3. Prepare one 8GB SD card for flashing OS installer in your host PC whether it is Linux or Windows operating system.

    A. For the Linux operating system:

    $ sudo dd if=X22-81267_Win10IoT_Ent_SAC_21H2_os_installer_EVK_iMX8MP_W130.img of=/dev/sdX bs=1M conv=fsync

    B. For the Windows operating system:
    Use the Win32 Disk Imager to prepare the 1 x 8GB Mirco SD card used for flashing the OS installer
    with the Windows-based Host PC.

    image

    Start the OS installer process.

    image

    Finish the OS installer process and close the Win32 Disk Imager tool.

    image

  • 3-4. Flash firmware image into the same Micro SD card

    A. Open the “CMD” in the Windows OS, then enter RSB3720A1AIM20WIV0004.

    B. Next, flash the firmware image onto a Micro SD card by command. Please check your micro SD card symbol.

    For example: the Mirco SD card is “g:” in your windows system.
    Command:
    flash_bootloader.cmd /device RSB3720_iMX8MP_6GB /target_drive g:

  • 3-5. Flash Windows IoT to eMMC

    A. Set up the SW1 jumper on the RSB-3720 for SD boot. (ON-ON-OFF-OFF).

    image

    B. Connect the HDMI cable on the device.

    C. Insert a micro SD card and power the device on. The system will first start a PE environment for installation.

    image

    image

    Next, the system will reboot again and enter the setup process.

    A Window 10 IoT enterprise desktop will appear on the screen after the settings are complete.

    [Notice]

    A. Make sure to disable sleep in “Power and sleep” settings after Windows OS boots up

    to avoid unexpected system hangs.

    B. Never remove the SD card upon boot up:

    The SD card shouldn’t be removed when Window 10 IoT enterprise is loading as there is no OTG port on the RSB-3720 to flash load firmware onto the eMMC mentioned in the step of flashing firmware image into the same Micro SD card.

    C. After the RSB-3720 is successfully boot into the Windows 10 IoT enterprise, you can use this same SD card to flash another RSB-3720 to Windows 10 IoT enterprise if you want. But before doing so, please reset the SD card to its initial status by the following method before you unplug the SD card and plug into a new RSB-3720. Please follow the steps below to initialize the SD card:

    • i. Rename the “_efi” folder to “EFI”
      image
      image

    • ii. Change partition id. using a Windows command line

       C:\Windows\system32> diskpart
      
      DISKPART> list disk
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          465 GB  1024 KB        *
      Disk 1    No Media           0 B      0 B
      Disk 2    Online           14 GB      0 B        *
      
      DISKPART> sel disk 2
      Disk 2 is now the selected disk.
      DISKPART> list partition
      
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Unknown             32 MB  1024 KB
      Partition 2    Primary             29 GB    33 MB
      
      DISKPART> sel partition 1
      Partition 1 is now the selected partition.
      DISKPART> set id="c12a7328-f81f-11d2-ba4b-00a0c93ec93b"
      DiskPart successfully set the partition ID.
      DISKPART> exit
      

4. Conclusion
Version 1.3.0 significantly reduces the installation process, taking only about 30 minutes. So, grab a cup of coffee while you wait. More native functions are now enabled, such as dual LANs and native HDMI. You can experience its out-of-the-box capabilities and meet your development needs.

6 Likes