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

Commit f09853d8 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Update install process for FP3

parent 3d08d0ed
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@ search: exclude

> Following the install process will reset your device data. Backup them before doing anything!

1. Boot the device on bootloader

    Use `Power` + `Volume -`
1. Unlock the bootloader
    -  Allow the bootloader unlocking by following the official FP documentation available at https://support.fairphone.com/hc/en-us/articles/360041655711-Unlock-the-bootloader-of-your-Fairphone-3
    - Reboot the device on fastboot mode by running `adb reboot bootloader` (or press `Power` + `Volume -` if your device is off)
    - Once on fastboot mode, unlock the device by running `fastboot flashing unlock`
    - The device will ask you to confirm the unlocking. Confirm by selecting **UNLOCK THE BOOTLOADER** and confirm with `Power`
    - The device reboot automatically. It will show a warning. Press `Volume +` or `Volume -` to display boot options, select `fastboot` and confirm with `Power` to reboot on fastboot

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
@@ -30,6 +30,6 @@ search: exclude

    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`.
    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/.