hikalium

Results 83 issues of hikalium

https://chromium.googlesource.com/chromiumos/third_party/hdctools/+/main/docs/servod_outside_chroot.md servod command in chroot will be unavailable soon as explained in the official documentation. We should migrate the usage of servo related commands to keep the `lium servo` commands...

P2

@kawasin73 gave me an idea to change the current working directory when running commands via lium chroot command to support `cargo build` in chroot since some rust packages (e.g. resourced...

P2

_Originally posted by @mblsha in https://github.com/google/lium/issues/137#issuecomment-1811735703_

P2

Created an issue from the comment: I took this as a temporary workaround. Since there may be a case where a USE flag mismatch would cause a surprising result, I'd...

P2

#137 removed the WebUSB support for the simplicity of the code but it looks like there are some demand on reviving that feature. Let me re-implement the feature to make...

P2

### problem statement pre-submit check is very useful. However, repo upload command with --wip flag is used for uploading the WIP CL to save the current state sometimes. running pre-check...

P2

``` Bus 001 Device 004: ID 18d1:5014 Google Inc. Cr50 ``` This device is not recognized as a DUT because of the WebSerial's port settings.

P2

alias configured in ssh_config should be honored when used in lium as network host name.

P2

update chroot can fail with: ``` 00:38:43.861: ERROR: Missing upgrade hook for version 222. Chroot is too new. Consider running: cros_sdk --replace ``` Detect the message and run `cros_sdk --replace`...

P2