1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-03 02:44:13 +03:00
mobile-nixos/devices/lenovo-wormdingler
2023-09-14 18:47:17 -04:00
..
default.nix devices/lenovo-wormdingler: Use the chromeos family 2023-09-14 18:47:17 -04:00
README.adoc devices/lenovo-wormdingler: Use the chromeos family 2023-09-14 18:47:17 -04:00

= Lenovo Chromebook Duet 3 (11”)
include::_support/common.inc[]

== Device-specific notes

=== Developer mode

For more details the link:https://chromium.googlesource.com/chromiumos/docs/+/HEAD/debug_buttons.md#Firmware-Menu-Interface[
Firmware Menu Interface] section from the upstream documentation can be read.

You will need to:

. Boot in _Recovery mode_ by powering on using `Power` + `Volume-Up` + `Volume-Down`
. Activate Developer mode by navigating the on-screen menu

Note that this is only to allow you to boot unverified images.

You may want to configure other options with GBB flags. This is left as an
exercise to the reader.

=== Wi-Fi support

The Wi-Fi interface requires the modem to be initialized, even on non-LTE
devices.

The modem requires currently unredistributable firmware. It has been overlaid
in the package set as `chromeos-sc7180-unredistributable-firmware`.

For the time being, you will need to manually add this to your configuration
for Wi-Fi.

[source,nix]
----
{ /* configuration.nix */
  hardware.firmware = [
    pkgs.chromeos-sc7180-unredistributable-firmware
  ];
}
----

You will also need to connect with an alternative connection with the
installer, or build it with the firmware yourself.