diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-18 07:53:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-18 07:54:33 -0400 |
| commit | 8395ef2eec9866caa8f8545ae6be6cd72143c506 (patch) | |
| tree | 78e6e00598f05b18271af2328bda07a9ce8cdeed /static | |
| parent | f5e2d53c9ba41a942404eca8768b910d5163c89b (diff) | |
improve fastboot documentation
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/static/install.html b/static/install.html index 8053ebaf..c91ab1ed 100644 --- a/static/install.html +++ b/static/install.html @@ -83,12 +83,14 @@ <code>28.0.0</code>. Don't proceed with the installation process until this is set up properly in your current shell. A very common mistake is using an outdated copy of <code>fastboot</code> from a Linux distribution package not receiving regular updates. - Make sure that the <code>fastboot</code> found earliest in your <code>PATH</code> is - the correct one if you have multiple copies on your system. You can run <code>which - fastboot</code> to determine where the tool being used is coming from. Older versions - do not have support for current devices. Very old versions of <code>fastboot</code> - from several years ago are still shipped by Linux distributions like Debian and lack - the compatibility detection of modern versions so they can soft brick devices.</p> + Make sure that the <code>fastboot</code> found earliest in your <code>PATH</code> + is the correct one if you have multiple copies on your system. The <code>fastboot + --version</code> output includes the installation path for the copy of + <code>fastboot</code> that's being used. Older versions of fastboot do not have + support for current devices and OS versions. Very old versions of + <code>fastboot</code> from several years ago are still shipped by Linux distributions + like Debian and lack the compatibility detection of modern versions so they can soft + brick devices.</p> <h2 id="enabling-oem-unlocking"> <a href="#enabling-oem-unlocking">Enabling OEM unlocking</a> </h2> |
