summaryrefslogtreecommitdiff
path: root/util/flash_ec
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2020-02-18 15:24:47 -0700
committerCommit Bot <commit-bot@chromium.org>2020-02-25 02:28:18 +0000
commitb7de2bf7b2879d582f0c9878034e6f2bba55cbe5 (patch)
tree855bfb35836e63c3fccf488ffb979c3a88e85f5b /util/flash_ec
parentab70d6a8b5b0f64bd3b826122da2a3b3ffd5c990 (diff)
downloadchrome-ec-b7de2bf7b2879d582f0c9878034e6f2bba55cbe5.tar.gz
flash_ec: add pointer to iteflash.md
If we cannot find the linux i2c pseudo module then it may have never been installed. The iteflash.md document walks the users how to set up everything correctly. BRANCH=none BUG=none TEST=none Change-Id: I97de487b2d495772d77d7d6085905be64cdf9ec5 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2064590 Reviewed-by: Matthew Blecker <matthewb@chromium.org>
Diffstat (limited to 'util/flash_ec')
-rwxr-xr-xutil/flash_ec5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 870d9afe07..a6249e0805 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -1152,8 +1152,9 @@ function dut_i2c_dev() {
done
false
); then
- die "Could not find servo I2C adapter. This could be because "\
-"the i2c-pseudo module was not loaded when servod was started."
+ die "Could not find servo I2C adapter. This could be because"\
+" the i2c-pseudo module was not loaded when servod was started."\
+" See also iteflash.md for more info."
fi
}