diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 17:04:23 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 17:04:23 -0500 |
| commit | f97eba21b9e25ca5fa9e78e5d1c8ef9967053965 (patch) | |
| tree | f27185dff27b43fae366d97d0cae741d02f1fed1 /static/install/cli.html | |
| parent | 2c3b0f28c04b81494277b3bffdb632da24624163 (diff) | |
discourage interrupting flashing prematurely
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index b0e62685..92581193 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -400,9 +400,13 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.23.03.zip.sig</p <pre>./flash-all.bat</pre> - <p>Wait for the flashing process to complete and proceed to - <a href="#locking-the-bootloader">locking the bootloader</a> before using the - device as locking wipes the data again.</p> + <p>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 menu. Then, proceed to <a href="#locking-the-bootloader">locking the + bootloader</a> before using the device as locking wipes the data again.</p> <section id="troubleshooting"> <h3><a href="#troubleshooting">Troubleshooting</a></h3> |
