From 399d28714f3a370f015641ff9e0a6da811f31f9e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 25 Nov 2023 20:28:54 -0500 Subject: [PATCH] document workaround for fwupd bug --- static/install/cli.html | 13 +++++++++++++ static/install/web.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/static/install/cli.html b/static/install/cli.html index b1f48a0a..602ae82d 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -70,6 +70,7 @@
  • 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,18 @@ Installed as /home/username/platform-tools/fastboot 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 it 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 2fdf713d..531ffabd 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -54,6 +54,7 @@
  • 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,18 @@ 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 it before proceeding. You + can do this by running the following command in a terminal:

    + +
    sudo systemctl stop fwupd.service
    +
    +

    Booting into the bootloader interface