Skip to content
jcdutton edited this page Jul 22, 2025 · 3 revisions

This page explains how to download, compile and install the EC firmware image. You might need to install some tools in order for it to compile. For fedora is would be: sudo dnf install repo swig python3-devel ninja-build dtc

start the command line and cd to a folder you wish to start from.

git clone https://github.com/jcdutton/FW-firmwware-tools.git

You can then read the README.chromium.md file with: grip -b README.chromium.md pandoc -o README.chromium.html README.chromium.md or just view it in a text editor.

This should take you through the steps to downloading, compiling. The install is done by a different tool, "efi-ectool". Please see separate instructions for downloading and installing the "efi-ectool".

Clone this wiki locally