Skip to content

Lenovo Chromebook Duet 3 Product Engineering

Metadata

ChromeOS Update Channels

=== "Stable" ChromeOS Stable Channel Update

```
- version : 137.0.7151.132
- chromeos_release_version : 16267.60.0
- linux_kernel_versions_stable : 6.6.76-08054-g1b09a1d2f6c9

```

=== "Beta" ChromeOS Beta Channel Update

```
- version : 138.0.7204.55
- chromeos_release_version : 16295.32.0

```

=== "Dev" ChromeOS Dev Channel Update

```
- version : 139.0.7258.8
- chromeos_release_version : 16328.6.0

```

=== "Canary" ChromeOS Canary Channel Update

```
- version : 140.0.7281.0_pre1482927
- chromeos_release_version : 16328.6.0

```

Build Flags

  • Build Flags : strongbad biod qmi qrtr detachable menu_ui bootimage hammerd fsverity has_chromeos_config_bsp touch_centric_device rmad cros_camera_algo

Gentoo Overlay Tree (wormdingler)

``` overlays/board-overlays/overlay-strongbad/ ├── chromeos-base │   ├── autotest-capability-strongbad │   │   ├── autotest-capability-strongbad-1.0.0.ebuild │   │   ├── autotest-capability-strongbad-1.0.0-r1.ebuild -> autotest-capability-strongbad-1.0.0.ebuild │   │   └── files │   │   └── 20-strongbad-capabilities.yaml │   ├── chromeos-bsp-strongbad │   │   ├── chromeos-bsp-strongbad-0.0.1-r53.ebuild │   │   ├── chromeos-bsp-strongbad-9999.ebuild │   │   ├── files │   │   │   ├── 91-hammer-keyboard.rules │   │   │   ├── 99-hammerd.rules │   │   │   ├── 99-usb-hub-power.rules │   │   │   ├── coachz │   │   │   │   └── audio │   │   │   │   ├── cras-config │   │   │   │   │   ├── dsp.ini │   │   │   │   │   └── sc7180-adau7002-max98357a │   │   │   │   └── ucm-config │   │   │   │   └── sc7180-adau7002-max98357a │   │   │   │   ├── HiFi.conf │   │   │   │   └── sc7180-adau7002-max98357a.conf │   │   │   ├── gelarshie │   │   │   │   └── audio │   │   │   │   ├── cras-config │   │   │   │   │   ├── dsp.ini │   │   │   │   │   └── sc7180-adau7002-max98357a │   │   │   │   └── ucm-config │   │   │   │   └── sc7180-adau7002-max98357a │   │   │   │   ├── HiFi.conf │   │   │   │   └── sc7180-adau7002-max98357a.conf │   │   │   ├── homestar │   │   │   │   └── audio │   │   │   │   ├── cras-config │   │   │   │   │   ├── dsp.ini │   │   │   │   │   └── sc7180-rt5682-max98357a-1mic │   │   │   │   └── ucm-config │   │   │   │   └── sc7180-rt5682-max98357a-1mic │   │   │   │   ├── HiFi.conf │   │   │   │   └── sc7180-rt5682-max98357a-1mic.conf │   │   │   ├── quackingstick │   │   │   │   ├── audio │   │   │   │   │   ├── cras-config │   │   │   │   │   │   ├── dsp.ini │   │   │   │   │   │   └── sc7180-rt5682-max98357a-1mic │   │   │   │   │   └── ucm-config │   │   │   │   │   └── sc7180-rt5682-max98357a-1mic │   │   │   │   │   ├── HiFi.conf │   │   │   │   │   └── sc7180-rt5682-max98357a-1mic.conf │   │   │   │   └── proximity-sensor │   │   │   │   └── quackingstick │   │   │   │   └── semtech_config_cellular.json │   │   │   ├── strongbad-bluetooth-sysprops.conf │   │   │   └── wormdingler │   │   │   └── audio │   │   │   ├── cras-config │   │   │   │   ├── dsp.ini │   │   │   │   ├── sc7180-rt5682-max98357a-1mic │   │   │   │   └── sc7180-rt5682s-max98357a-1mic │   │   │   └── ucm-config │   │   │   ├── sc7180-rt5682-max98357a-1mic │   │   │   │   ├── HiFi.conf │   │   │   │   └── sc7180-rt5682-max98357a-1mic.conf │   │   │   └── sc7180-rt5682s-max98357a-1mic │   │   │   ├── HiFi.conf │   │   │   └── sc7180-rt5682s-max98357a-1mic.conf │   │   └── OWNERS │   └── chromeos-config-bsp │   ├── chromeos-config-bsp-0.0.1-r30.ebuild │   ├── chromeos-config-bsp-9999.ebuild │   └── files │   └── model.yaml ├── metadata │   ├── layout.conf │   └── md5-cache │   ├── chromeos-base │   │   ├── autotest-capability-strongbad-1.0.0 │   │   ├── autotest-capability-strongbad-1.0.0-r1 │   │   ├── chromeos-bsp-strongbad-0.0.1-r53 │   │   ├── chromeos-bsp-strongbad-9999 │   │   ├── chromeos-config-bsp-0.0.1-r30 │   │   └── chromeos-config-bsp-9999 │   └── virtual │   ├── autotest-capability-2 │   ├── chromeos-bsp-2 │   └── chromeos-bsp-2-r1 ├── OWNERS ├── profiles │   ├── base │   │   ├── make.defaults │   │   └── parent │   └── kernelnext │   └── parent └── virtual ├── autotest-capability │   └── autotest-capability-2.ebuild └── chromeos-bsp ├── chromeos-bsp-2.ebuild └── chromeos-bsp-2-r1.ebuild -> chromeos-bsp-2.ebuild

46 directories, 54 files ```