Difference between revisions of "SDM850 windows driver signing tutorial"

From ESS-WIKI
Jump to: navigation, search
Line 8: Line 8:
  
 
[[File:SDM850 Windows Driver 01.png|RTENOTITLE]]
 
[[File:SDM850 Windows Driver 01.png|RTENOTITLE]]
 +
 +
== Driver signing ==
 +
 +
BSP use INF2CAT to check .inf content structure and create YourDriverNAme.cat.
 +
  
 
== Reference ==
 
== Reference ==

Revision as of 08:56, 21 October 2019

Description

When we modify the and recompile a windows driver, the previous signature would be invalid.

Driver is unavailable and the yellow exclamation mark is displayed on windows device manager.

Device staus would show that the windows cannot verify the digital signature.

RTENOTITLE

Driver signing

BSP use INF2CAT to check .inf content structure and create YourDriverNAme.cat.


Reference

File:SDM850 Win10 Setup and Building.pdf

https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/makecert

https://steward-fu.github.io/website/driver/wdm/self_sign.htm