Skip to content

Commit

Permalink
wiki: Skip fastboot instructions for devices using boot_stack template
Browse files Browse the repository at this point in the history
Change-Id: I106b2571d8d1ccc0cdbf2e57681a70e29d539b2f
  • Loading branch information
luk1337 committed Sep 22, 2024
1 parent 69749b3 commit 419f888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/templates/recovery_install_fastboot_generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
1. [Build]({{ device | device_link: "/build" | relative_url }}) a LineageOS installation package. The recovery will be built as part of it!
{%- endif %}
{% include alerts/important.html content="Other recoveries may not work for installation or updates. We strongly recommend to use the one linked above!" %}
{%- if device.before_recovery_install.instructions != "boot_stack" %}
2. Connect your device to your PC via USB if it isn't already.
{%- if device.has_no_usb %}
3. Boot into fastboot mode via a key combination:
Expand All @@ -43,6 +44,7 @@ fastboot devices
* on Linux or macOS: If you see `no permissions fastboot` try running `fastboot` as root. When the output is empty, check your USB cable (preferably use a USB Type-A 2.0 one or a USB hub) and port!

{% include alerts/tip.html content="Some devices have buggy USB support while in bootloader mode, if you see `fastboot` hanging with no output when using commands such as `fastboot getvar ...`, `fastboot boot ...`, `fastboot flash ...` you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub." %}
{%- endif %}
{%- if device.needs_fastboot_boot %}
7. Temporarily boot recovery on your device:
```
Expand Down

0 comments on commit 419f888

Please sign in to comment.