From f88482bb47852fff3726eac9f5355d4083970489 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 23 Dec 2020 18:46:49 -0500 Subject: [PATCH] split out fastboot version check section --- static/install.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/static/install.html b/static/install.html index 304ce294..561ce08d 100644 --- a/static/install.html +++ b/static/install.html @@ -60,6 +60,7 @@ Obtaining fastboot
  • Obtaining signify
  • @@ -202,14 +203,20 @@ tar xvf platform-tools_r30.0.5-windows.zip
    $env:Path = "$pwd\platform-tools;$env:Path"
    -

    Sample output from fastboot --version afterwards:

    +

    This is a temporary change to PATH for the current shell and will need + to be done again if you open a new terminal.

    + + +
    +

    Checking fastboot version

    + +

    Check the output of fastboot --version before continuing.

    + +

    Example of the output after following the instructions above for the + standalone platform-tools:

    fastboot version 30.0.5-6877874
    -Installed as /home/username/downloads/platform-tools/fastboot
    - -

    This is a temporary change to PATH for the current shell and will need - to be done again if you open a new terminal. Make sure that the fastboot - command works in the current shell before trying to run the flashing script.

    +Installed as /home/username/platform-tools/fastboot