[!NOTE] This guide is automatically generated from doc comments in
src/cmd/*.rs
. To update the contents, please edit the source files and rebuild cro3.
$CROS
/path/to/chromiumos
$DUT
$IP
, plus…dut_id
which contains model_name
and serial_number
, connected with _
, e.g. boten_PF2LBG2H
.
cros dut list
displays the dut_id
for registered DUTs$BOARD
eve
for exampleBOARD
variable explained in the official documentation$IP
192.0.2.1
for IPv4 address[2001:db8::1234]
for IPv6 addressdut_id
as well, please use $DUT
instead.$PACKAGE_NAME
chromeos-base/system_api
crosvm
This feature is mainly for the internal developers.
cro3 build --cros $CROS --board brya --packages sys-kernel/arcvm-kernel-ack-5_10
cro3 build --full --cros $CROS --board brya
cro3 config set default_cros_checkout /work/chromiumos_stable/
cro3 config show
cro3 deploy --cros $CROS --dut $DUT --package $PACKAGE_NAME --autologin
```
cro3 dut shell –dut ${DUT}
cro3 dut shell –dut ${DUT} – uname -a
cro3 dut list –add ${IP}
cro3 dut list
cro3 dut list –update
cro3 dut info –dut ${DUT}
cro3 dut info –dut ${DUT} ipv6_addr
--remote
is connected.cro3 dut discover –remote ${IP} | tee /tmp/dut_discovered.json
cro3 dut monitor ${DUT}
## Flash images (cros flash wrapper)
cro3 flash –cros ${CROS} –dut ${DUT}
cro3 flash –cros ${CROS} –usb –board ${BOARD}
## Controlling a Servo (Hardware debugging tool)
Note: the official document is [here](https://chromium.googlesource.com/chromiumos/third_party/hdctools/+/HEAD/docs/servo.md)
cro3 servo list
cro3 servo list –json
sudo which cro3
servo reset
## Get / update a ChromiumOS source checkout (similar to `git clone` or `git pull`)
cro3 sync –cros /work/chromiumos_stable/ –version 14899.0.0 cro3 sync –cros /work/chromiumos_stable/ –version R110-15263.0.0
cro3 sync –cros /work/chromiumos_versions/R110-15248.0.0/ –version R110-15248.0.0 –reference /work/chromiumos_mirror/ cro3 sync –cros /work/chromiumos_versions/R110-15248.0.0/ –version R110-15248.0.0 # you can omit –reference if the config is set ```