Windows 10 (with Intel Elkhart Lake)

The guide will walk you through the steps for installing Windows 10 on your targeted device.

Current limitation

  • Need to install network adapter for this system.

Windows Host

  • You can download an Windows 10 media creation tool click here.
img
  • Run the downloaded ‘media creation tool.exe’ file on your development host system.

  • Click ‘Accept’ to accept the terms & conditions.

img
  • Select ‘Create installation media’.
img
  • Select ‘language, architecture and edition’.
img
  • Select ‘USB flash drive’.
img
  • Select your USB Drive.
img
  • This will begin the process of downloading and flashing the Windows 10 image onto your USB drive (It may take a while depending upon your network and system).
img
  • Connect the USB bootable pen drive to targeted device once it has finished.

  • To install Windows 10 on targeted device, follow the BIOS Setting procedure.

Linux Host

  • You can download an Windows 10 ISO file click here.

  • Copy the prebuilt bootable Windows 10 ISO file to the working directory on your development host. Insert an empty USB drive into the development host and enter the following command to copy the .iso to the USB drive.

    Warning: Make sure you first properly identify the USB device name as for example (/dev/sdb or /dev/sdc) by using “gparted”. Data loss may result if written into the wrong device or in the worst case you kill your hosts OS.

    sudo dd if=[your image].img of=/dev/sd[x]
  • After dd has completed, enter the following command:

    sync

    Note: You can also flash Ubuntu, Debian, Yocto and Android images using Linux host, but make sure, you type the correct image format in your dd command.