From 0bfc4ace864e1950d9b7bbdd86076cc31fd1bc38 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 May 2020 19:11:43 -0400 Subject: [PATCH] Windows flash-all instructions --- static/install.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/install.html b/static/install.html index 1c13c132..280df245 100644 --- a/static/install.html +++ b/static/install.html @@ -257,11 +257,18 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig

Reboot into the bootloader interface to begin the flashing procedure.

-

Next, extract the factory images and run the script to flash them:

+

Next, extract the factory images and move into the directory:

unzip crosshatch-factory-2020.04.14.23.zip
-cd crosshatch-qq2a.200405.005
-./flash-all.sh
+cd crosshatch-qq2a.200405.005 + +

Flash the images with the flash-all script in the directory. On Linux and macOS:

+ +
./flash-all.sh
+ +

On Windows:

+ +
flash-all

Wait for the flashing process to complete and for the device to boot up using the new operating system.