Hi I am trying to follow this tutorial Write a universal Hello World driver (KMDF) provided by microsoft but I am stuck at number 6. I can't generate a .cat file inside KmdfHelloWorld/ARM/Debug. I could only see .cer, .inf, .pdb and .sys. There's also another directory named KmdfHelloWorld inside and it contains the same .inf and .sys file. Did I miss anything?
Asked
Active
Viewed 346 times
1 Answers
3
It sounds like your Inf2Cat step is not being executed. Make sure these settings are configured:
- Open up the project settings and go to
Driver Signing
. - Change the Sign Mode to
Test Sign
. - Click the Test Certificate drop down and choose
<Create Test Certificate...>
- Set TimeStampServer to
None

philselmer
- 751
- 4
- 22