mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
This tool allows an easy commandline interface to set the USB-C mux position, as well as init and reboot. BRANCH=None BUG=b:35849284 TEST=flash, control tigertail successfully Change-Id: I8d60c215fee04de158c22edca5377c3c6cd48cf0 Reviewed-on: https://chromium-review.googlesource.com/493617 Commit-Ready: Nick Sanders <nsanders@chromium.org> Tested-by: Nick Sanders <nsanders@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
19 lines
576 B
Markdown
19 lines
576 B
Markdown
# tigertool
|
|
|
|
tigertool.py is a commandline utility to control the tigertail USB-C mux.
|
|
It supports changing the mux status to port A, B, or off.
|
|
You can set a serial number to use multiple tigertails at once.
|
|
|
|
## Usage
|
|
Typical usage to set the mux port<br>
|
|
```./tigertail.py -m [A|B|off] -s [serialno]```<br>
|
|
|
|
Reboot the tigertail<br>
|
|
```./tigertail.py --reboot```<br>
|
|
|
|
Set the serial number, when only one tigertail is plugged<br>
|
|
```./tigertail.py --setserialno=[serialno]```<br>
|
|
|
|
Tigertail can support up to 20V 3A on the mux and passes through all
|
|
USB-C lines except SBU.
|