Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 290ba4df authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Add FP3 test session documentation

parent 473d3cd7
Loading
Loading
Loading
Loading
+31 −0
Original line number Original line Diff line number Diff line
---
layout: page
title: How to install /e/ on a FP3
permalink: how-to-install-fp3
search: exclude
---

1. Boot the device on bootloader

    Use `Power` + `Volume -`

1. Download the archive and extract it
1. Install /e/ using the following commands

    ```shell
    fastboot flash devinfo devinfo-unlocked.gpx
    fastboot reboot bootloader

    fastboot -w
    fastboot flash system system.img
    fastboot flash boot boot.img
    fastboot flash vendor vendor.img
    fastboot flash dtbo dtbo.img
    fastboot flash product product.img
    fastboot flash vbmeta vbmeta.img

    fastboot flashing lock
    ```
    The last command will ask you to confirm on the device to lock the bootloader. Select **Lock the bootloader** with `Volume +` and valid with `Power`.

1. Enjoy! The device reboot automatically on /e/.