From 166b97ff0da61eee6dc89b64bf0fa4195e4c97fc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 26 Apr 2019 04:06:00 -0400 Subject: [PATCH] update example to one of the actual releases --- static/install.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/install.html b/static/install.html index c3fb7c92..73e9330d 100644 --- a/static/install.html +++ b/static/install.html @@ -57,14 +57,14 @@

You can download the factory images from the releases page.

Verify the official factory images using the GPG signature:

gpg --recv-keys 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A
-gpg --verify blueline-factory-2018.12.21.18.zip.sig blueline-factory-2018.12.21.18.zip
+gpg --verify blueline-factory-2019.04.01.19.zip.sig blueline-factory-2019.04.01.19.zip

When this signing key is replaced, the new key will be signed with it.

Flashing factory images

Next, extract the factory images and run the script to flash them. Note that the fastboot command run by the flashing script requires a fair bit of free space in a temporary directory, which defaults to /tmp:

-

unzip blueline-factory-2018.12.21.18.zip
-cd blueline-pq1a.181205.006
+            
unzip blueline-factory-2019.04.01.19.zip
+cd blueline-pq2a.190405.003
 ./flash-all.sh

Use a different temporary directory if your /tmp doesn't have enough space available: