Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@ sudo .\devcon install .\FrameworkArgb\x64\Debug\FrameworkArgb\FrameworkArgb.inf
# Soon with ACPI device in updated BIOS
sudo pnputil /add-driver .\FrameworkArgb\x64\Debug\FrameworkArgb\FrameworkArgb.inf /install
```

### Logging

Logs can be captured and viewed by
[TraceView](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/traceview).

You can install it from the Windows SDK, launch as Admin and load
`FrameworkArgb.pdb`.

To see logs from the EC driver, do the same with `crosecbus.pdb`.