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

Commit 2ef77144 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '983-correction-to-fp2-install-guide' into 'master'

Resolve "Correction to FP2 install guide"

Closes #983

See merge request e/documentation/user!1133
parents a6cb61b1 604b51f5
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -37,11 +37,9 @@ should_be_latest_version: false
soc: Qualcomm MSM8974AB-AB Snapdragon 801
storage: 32 GB
tree: android_device_fairphone_FP2
twrp_version: 3.2.3.0
custom_recovery: https://dl.twrp.me/FP2/
type: phone
community_doc_url: https://community.e.foundation/t/fairphone-fp2-fp2-documentation-suggestions/20954
uses_twrp: true
display_erecovery: false
vendor: Fairphone
vendor_short: fairphone
width: 73 mm (2.9 in)
@@ -56,7 +54,7 @@ region: All
maturity: green
install:
- { mode: Community install doc }
recovery_install_file_name: recovery_install_FP2
install_e_file_name: install_e_FP2
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}
bootloader_relocking:
+54 −0
Original line number Diff line number Diff line
## Installing /e/OS from the bootloader
{% include alerts/tip.html content="For Windows users, we advise to use Git Bash. For more info about Downloads and Installation see [Official Documentation](https://git-scm.com/about)"%}

1. Unzip the archive

    ```
    unzip fileyoudownloaded
    ```

   > Replace `fileyoudownloaded` with the name of the archive file you downloaded.

   > Alternately you can create a folder and unzip the archive there.


1. Confirm that extracted directory contains following content:

    - `bin-linux-x86 directory` - which contains linux tools including fastboot and adb
    - `bin-msys directory` - which contains Windows tools including fastboot and adb
    - `img files` - The `img` files that are to be flashed onto the device.
    - `flash_FP2_factory.sh` - The installer script.

1. Boot into bootloader/fastboot mode.

    - Power OFF the device and press `Volume Down + Power` buttons simultaneously.


1. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows).

1. Make sure you are in the current directory which contains the `flash_FP2_factory.sh` file.

    Linux
    - Right click -> Open terminal here
    - Execute the following command:

    ```
    chmod +x flash_FP2_factory.sh && ./flash_FP2_factory.sh
    ``` 

    Windows
    - Right click -> Git Bash here

    - Execute the following command:

    ```
    chmod +x flash_FP2_factory.sh && ./flash_FP2_factory.sh
    ```

    - The script will flash all the required files.
  

 

1. Enjoy! The device will now reboot automatically on /e/OS.