diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 09:48:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 09:49:48 -0500 |
| commit | e45941beb29a31952a3d7e4dda8675d8b284ac6e (patch) | |
| tree | a0a7bc11286df713b10674a2156260f965e37b38 /static | |
| parent | d78ceb1e9b4c9eb767db994182a547472fcfeef7 (diff) | |
add flashing section to web install
Diffstat (limited to 'static')
| -rw-r--r-- | static/web-install.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/static/web-install.html b/static/web-install.html index 963b8700..2e73299c 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -152,8 +152,20 @@ <p><strong>Download not implemented yet.</strong></p> </section> - <section> - <h2>Incomplete</h2> + <section id="flashing-factory-images"> + <h2><a href="#flashing-factory-images">Flashing factory images</a></h2> + + <p>The initial install will be performed by flashing the factory images. This will + replace the existing OS installation and wipe all the existing data.</p> + + <p><strong>Needs to be implemented based on extracting and flashing images from + the downloaded zip (or a split approach to downloading files).</strong></p> + + <button id="flash-release" disabled="disabled">Flash release</button> + + <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> </section> <section id="locking-the-bootloader"> |
