diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 14:13:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 14:13:56 -0400 |
| commit | 7f69ddf008b73ee3cd2238b7beda0a0a60544dd7 (patch) | |
| tree | ac004a34c303b903ff76203dbe17785d2b394fa1 /static | |
| parent | 86fe956c6c1c8462ac81b035df20783bda8fa13f (diff) | |
reword bootloader unlocking section
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html index 1ecba8d5..09cf2896 100644 --- a/static/install.html +++ b/static/install.html @@ -191,11 +191,11 @@ Installed as /home/username/downloads/platform-tools/fastboot</pre> <p>First, boot into the bootloader interface. You can do this by turning off the device and then turning it on by holding both the Volume Down and Power buttons.</p> - <p>The bootloader now needs to be unlocked to allow flashing new images:</p> + <p>Unlock the bootloader to allow flashing the OS and firmware:</p> <pre>fastboot flashing unlock</pre> - <p>The command needs to be confirmed on the device.</p> + <p>The command needs to be confirmed on the device and will wipe all data.</p> <h2 id="obtaining-factory-images"> <a href="#obtaining-factory-images">Obtaining factory images</a> |
