Skip to content
teackot edited this page Aug 24, 2023 · 4 revisions

Contributing

WIP

Obtaining your EC firmware version

Linux

Load the driver in the debug mode and check the /sys/devices/platform/msi-ec/debug/fw_version file.

Windows

Adding support for a new firmware

Viewing and analyzing the EC memory contents

Linux

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'

(...)

Adding an updated version of a supported firmware

Clone this wiki locally