cro3
cro3 copied to clipboard
Abstraction Layer of ChromiumOS development
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...
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...
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.
``` $ 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...
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:...
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...
After we setup [github actions](#51) we should move lium_update functionality for googlers into lium
This will add some type safety here. A Display method can be added to convert to string easily. Assignees: brandonpollack23 Labels: