From 6b0fbb7a5142a17ce0fcde2608070f7bfa277739 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 26 Jun 2019 15:27:08 -0400 Subject: [PATCH] no longer need to reboot into bootloader to lock --- static/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install.html b/static/install.html index e3faa9d4..41cca568 100644 --- a/static/install.html +++ b/static/install.html @@ -121,7 +121,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh detected, error correction data is used to attempt to obtain the original data at which point it's verified again which makes verified boot robust to non-malicious corruption.

-

Reboot into the bootloader interface and set it to locked:

+

In the bootloader interface, set it to locked:

fastboot flashing lock

The command needs to be confirmed on the device since it needs to perform a factory reset.