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/web.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
(limited to 'static/install/web.html')
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.
+
+
+
+ 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
+
+