File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# framework-win-sensor-driver
22Sensor Driver for Windows on Framework systems
3+
4+ ```
5+ # Build
6+ msbuild .\SensorsComboDriver\SensorsComboDriver.sln /property:Platform=x64 /property:Configuration=Debug
7+
8+ # First install
9+ # TODO: Should move to ACPI\FRMWC006
10+ > sudo .\devcon.exe install .\SensorsComboDriver\x64\Debug\SensorsComboDriver\SensorsComboDriver.inf umdf2\SensorsComboDriver
11+
12+ # Subsequent installs
13+ > sudo pnputil /add-driver .\SensorsComboDriver\x64\Debug\SensorsComboDriver\SensorsComboDriver.inf /install
14+
15+ # Distributing
16+ .\SensorsComboDriver\x64\Debug\
17+ SensorsComboDriver.pdb
18+ SensorsComboDriver\sensorscombodriver.cat
19+ SensorsComboDriver\sensorscombodriver.dll
20+ SensorsComboDriver\sensorscombodriver.inf
21+ # Use signtool to sign .cat file and package all 4 files
22+ ```
You can’t perform that action at this time.
0 commit comments