cro3 icon indicating copy to clipboard operation
cro3 copied to clipboard

Abstraction Layer of ChromiumOS development

Results 67 cro3 issues
Sort by recently updated
recently updated
newest added

Given there is a script to get tast CI result, we can implement a wrapper to query the latest result and integrate it with other commands. e.g. lium tast result...

P2

While reviewing the PR on add --ab_update #46, I noticed `cros-workon start` is called for the packages to be deployed. Is this necessary? I feel if we do things like...

P2

sometimes it fails to get macaddr (seems to be a timing issue). it should be fixed to improve reliability. also, if the macaddr is not set, it should report that.

P1

``` $ lium servo control --cros $CROS --serial $SERVO usb3_mux_en:on usb3_mux_sel:servo_sees_usbkey 2024-01-31T06:41:10.111116Z INFO ThreadId(01) lium::chroot: src/chroot.rs:35: Using Chromium OS checkout at /usr/local/google/home/kawasin/xxxxxx 2024-01-31T06:41:10.117764Z INFO ThreadId(01) lium::chroot: src/chroot.rs:115: Running remove_bash_logout in...

P1

If we run `lium build ` after `lium sync --version `, that can be failed because chroot environment is too new. You will see; ``` + setup_board --force --board=brask 14:50:46.980:...

P2

On ChromeOS, `file:///var/log/messages` is accessible even on a production image with non-dev mode via Chrome. However, it is just shown as a plain text so it's a bit hard to...

P2

After we setup [github actions](#51) we should move lium_update functionality for googlers into lium

P2

This will add some type safety here. A Display method can be added to convert to string easily. Assignees: brandonpollack23 Labels: