question

SyedAhmed-3578 avatar image
0 Votes"
SyedAhmed-3578 asked SyedAhmed-3578 commented

Windows IOT Sample Driver Debugging

Hi,
We needs to add a new driver in our Windows IOT Core Image. For that, we initially thought of creating a new sample driver and get Driver Debug Logs from that driver. We can able to add our driver files to our Windows 10 IOT Core image, but not able to obtain any prints from them. Even lm command doesn't show that driver.

Do we needs to change anything in ACPITables for our driver module to load?


windows-iot-10corewindows-hardware-wdk
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
May I know how do you add the driver to your Windows 10 IOT Core image.

0 Votes 0 ·

We added a new KMDF driver with Add new project into our BSP build Solution. After compiling separately, the CAB file got generated. I placed that in the Release folder and update the Device Feature Manifest file to include the new driver also. Then compile BSP solution once again, and flashed the FFU image generated.
It shows my new driver in Driver Repository, but it doesn't get loaded. lmsm command in windbg doesn't have my new driver.

0 Votes 0 ·

0 Answers