From e2c7694230a9e3eb2025024eafea4a67a18a9b8f Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Tue, 6 Aug 2024 20:08:25 +0300 Subject: [PATCH] cli-install: update flashing-factory-images section It now matches the corresponding web install section. --- static/install/cli.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index 1d6a8d2a..fda9f599 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -479,12 +479,10 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-install-VERS
./flash-all.bat

Wait for the flashing process to complete. It will automatically handle - flashing the firmware, rebooting into the bootloader interface, flashing the core - OS, rebooting into the userspace fastboot mode, flashing the rest of the OS and - finally rebooting back into the bootloader interface. Avoid interacting with the - device until the flashing script is finished and the device is back at the - bootloader interface. Then, proceed to locking - the bootloader before using the device as locking wipes the data again.

+ flashing the firmware, rebooting into the bootloader interface and flashing the OS. + Avoid interacting with the device until the flashing script is finished. Then, + proceed to locking the bootloader before using + the device as locking wipes the data again.

Troubleshooting