6

After reading the MSDN docs about creating a custom Image for Windows 10 IoT Core, I'm totally overwhelmed. I installed the required tools, got the BSP for the DragonBoard 410c and started step by step from the docs

I want to create my own image with the tools provided by MS (Windows ADK / WDK / IoT CoreADK AddonKit.

I was very unsuccessful, the documentation is very weak for boards other than RPi. So is there anyone who is experienced with creating custom Images for Windows 10 IoT Core?

What I have done so far:

Downloaded and installed the following Software

Windows ADK 1803
Windows WDK 1803
Windows10_IoTCore_Packages_ARM32_en-us_17134 (Windows10_IoT_Core_ARM_Packages.msi)
Latest iot-adk-addonkit-master
DB410c_BSP

After that I launched the IotCoreShell from the iot-adk-addonkit-master and the output is as follows

IOTADK_ROOT : C:\iot-adk-addonkit-master
ADK_VERSION : 17134
WDK_VERSION : 17134
COREKIT_VER : 17134.1

I went ahead with the following commands:

cd .\bsptools\QCDB410C
export C:\iot-adk-addonkit-master\DB410c_BSP
buildpkg all
newproduct MyProduct QCDB410C
buildimage MyProduct Test

Everything went fine until the buildimage command, where I get an error and it aborts the process. Here is the error from the log

Creating MyProduct Test Image, see C:\iot-adk-addonkit-develop\Build\arm\MyProduct_Test.log for progress
ThreadId8768 ERROR: Please run imageapp.exe in an elevated console.

Of Course I did run the IoTCoreShell with admin privileges. So I don't know what I'm doing wrong or where the issue is.

Helmar
  • 8,450
  • 6
  • 36
  • 84
andy
  • 161
  • 2

0 Answers0