diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 19:11:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 19:11:43 -0400 |
| commit | 0bfc4ace864e1950d9b7bbdd86076cc31fd1bc38 (patch) | |
| tree | 7607579bf39bd93525b7c8507e45ac977e685a82 /static | |
| parent | 1f622077733ac4abd9d378cadd16c01b069a7cd1 (diff) | |
Windows flash-all instructions
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 13 |
1 files 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 <p>Reboot into the bootloader interface to begin the flashing procedure.</p> - <p>Next, extract the factory images and run the script to flash them:</p> + <p>Next, extract the factory images and move into the directory:</p> <pre>unzip crosshatch-factory-2020.04.14.23.zip -cd crosshatch-qq2a.200405.005 -./flash-all.sh</pre> +cd crosshatch-qq2a.200405.005</pre> + + <p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p> + + <pre>./flash-all.sh</pre> + + <p>On Windows:</p> + + <pre>flash-all</pre> <p>Wait for the flashing process to complete and for the device to boot up using the new operating system.</p> |
