Hi,
I am a beginner for windows device driver development. In my project we are using PCA-6029 (i7 with H110 chipset) board for development. It supports windows 10 IOT enterprise LISC, we have to develop a ISA device driver.
As beginner, my doubts is to setup a build environment,
I have installed tools as per Microsoft sites reference.
1. visual studio 2019
2.SDK
3.WDK
after this they suggested to create a driver project (KMDF). But I want to build windows 10 IOT enterprise image for particular platform (PCA-6029- H110 chipset).
1. how to download and build win10 IOT image by using visual studio 2019.
2. Is it necessary to build windows image or we can directly develop driver and we can install it to win10 IOT ?.
3. In older versions (winCE) had platform builder to download and build a OS image. In win10 IOT has anything like that?
4. while developing a driver, we need to compile that for particular platform (PCA-6029- intel_H110 chipset) or we no need to care about platform we can directly compile using windows10 sdk/wdk.
Basically my doubt is how the platform dependents (BSPs) are connected with windows10 IOT kernel. while creating development environment we need to care about that?
Thanks in advance,
MP.