summaryrefslogtreecommitdiff
path: root/extra/usb_power
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-06-13 15:59:17 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-06-21 19:56:34 -0700
commit64aa8638f134f8aca4f48f3efc5fa7427caeb772 (patch)
tree083874370dc45ca50bfd2ff5468bb3eaaf073c37 /extra/usb_power
parentab212b5a417e57fb452f3962a9a00d3bbda7345e (diff)
downloadchrome-ec-64aa8638f134f8aca4f48f3efc5fa7427caeb772.tar.gz
kevin/gru: remove board almost completely
Kevin/Gru are running out of space and we already have another ARM board on ToT for development. Remove maintenance burden of keeping them around. BRANCH=none BUG=chromium:851512 TEST=build_packages --board=kevin works with dependent CLs. CQ-DEPEND=CL:1102565,CL:*640973,CL:*640974 Change-Id: Ie7c65c7799acc9f4d266e40b29b37240fec345c6 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1100011 Reviewed-by: Ilja H. Friedel <ihf@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'extra/usb_power')
-rw-r--r--extra/usb_power/board.README10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/usb_power/board.README b/extra/usb_power/board.README
index fc9b055489..5ebfb382ca 100644
--- a/extra/usb_power/board.README
+++ b/extra/usb_power/board.README
@@ -16,24 +16,24 @@ Many configs can be found for the servo_ina_board in hdctools/servo/data/.
Sweetberry is plug compatible with servo_ina headers, and config files
can be converted with the following tool:
-./convert_servo_ina.py kevin_r0_loc.py
+./convert_servo_ina.py <board>_r0_loc.py
-This will produce kevin_r0_loc.board and kevin_r0_loc.scenario which
+This will produce <board>_r0_loc.board and <board>_r0_loc.scenario which
can be used with powerlog.py.
Method 2 (preferred) -
-If you are using powerlog.py within the chroot, copy kevin_r0_loc.py to
+If you are using powerlog.py within the chroot, copy <board>_r0_loc.py to
src/third_party/hdctools/servo/data, then add line to file:
config_type = 'sweetberry'
and run command in terminal:
sudo emerge hdctools
The command will install the corresponding .board and .scenario file in the
chroot. To use powerlog.py use the command:
-./powerlog.py -b kevin_r0_loc.board -c kevin_r0_loc.scenario
+./powerlog.py -b <board>_r0_loc.board -c <board>_r0_loc.scenario
There is no need to specify the absolute path to the .board and .scenario file,
once they are installed into the chroot. If there is any changes to
-kevin_r0_loc.py, you need to emerge hdctools again.
+<board>_r0_loc.py, you need to emerge hdctools again.
Board files: