How to use framework ectool from their repo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "clone: https://github.com/FrameworkComputer/EmbeddedController Install dependencies sudo apt install libftdi-dev sudo apt install libusb-1.0-0-dev Build make utils But...") |
No edit summary |
||
Line 12: | Line 12: | ||
But it doesn't work: |
But it doesn't work: |
||
EmbeddedController $ sudo ./build/bds/util/ectool led power |
EmbeddedController $ sudo ./build/bds/util/ectool led power green |
||
reen |
|||
Missing Chromium EC memory map. |
Missing Chromium EC memory map. |
||
Cannot find I2C adapter |
Cannot find I2C adapter |
Revision as of 12:51, 6 February 2022
clone: https://github.com/FrameworkComputer/EmbeddedController
Install dependencies
sudo apt install libftdi-dev sudo apt install libusb-1.0-0-dev
Build
make utils
But it doesn't work:
EmbeddedController $ sudo ./build/bds/util/ectool led power green Missing Chromium EC memory map. Cannot find I2C adapter Unable to establish host communication Couldn't find EC