diff --git a/static/install/cli.html b/static/install/cli.html index b1f48a0a1..4f7b932e0 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -70,6 +70,7 @@

Table of contents

  • Checking fastboot version
  • Flashing as non-root
  • +
  • Working around fwupd bug on Linux distributions
  • Booting into the bootloader interface
  • Connecting the device
  • Unlocking the bootloader
  • @@ -299,6 +300,19 @@

    Flashing as non-root

    years.

    +
    +

    Working around fwupd bug on Linux distributions

    + +

    The fwupd software used by many traditional Linux distributions (not Android or + ChromeOS) has a bug breaking + connecting to fastboot devices. The web installer takes slightly longer to + connect to the device and is more impacted by this. If you're on a Linux + distribution with fwupd running, stop uit before proceeding. You can do this by + running the following command in a terminal:

    + +
    sudo systemctl stop fwupd.service
    +
    +

    Booting into the bootloader interface

    diff --git a/static/install/web.html b/static/install/web.html index 2fdf713d0..b04fd231a 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -54,6 +54,7 @@

    Table of contents

  • Prerequisites
  • Enabling OEM unlocking
  • Flashing as non-root
  • +
  • Working around fwupd bug on Linux distributions
  • Booting into the bootloader interface
  • Connecting the device
  • Unlocking the bootloader
  • @@ -188,6 +189,19 @@

    Flashing as non-root

    Ubuntu, install the android-sdk-platform-tools-common package.

    +
    +

    Working around fwupd bug on Linux distributions

    + +

    The fwupd software used by many traditional Linux distributions (not Android or + ChromeOS) has a bug breaking + connecting to fastboot devices. The web installer takes slightly longer to + connect to the device and is more impacted by this. If you're on a Linux + distribution with fwupd running, stop uit before proceeding. You can do this by + running the following command in a terminal:

    + +
    sudo systemctl stop fwupd.service
    +
    +

    Booting into the bootloader interface