From 399d28714f3a370f015641ff9e0a6da811f31f9e Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Sat, 25 Nov 2023 20:28:54 -0500
Subject: document workaround for fwupd bug
---
static/install/cli.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
(limited to 'static/install/cli.html')
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.
+
+
+
+ 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
+
+