-
Notifications
You must be signed in to change notification settings - Fork 51
Contributing
teackot edited this page Aug 24, 2023
·
4 revisions
Load the driver in the debug mode and check the /sys/devices/platform/msi-ec/debug/fw_version
file.
First, get an EC dump:
cat /sys/devices/platform/msi-ec/debug/ec_dump
You can also watch the EC memory in real time:
watch -d -n1 'cat /sys/devices/platform/msi-ec/debug/ec_dump'
(...)