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

Commit 1074ad25 authored by Manoj Nair's avatar Manoj Nair
Browse files

review comments incorporated

parent b825cfb6
Loading
Loading
Loading
Loading
+19 −14
Original line number Diff line number Diff line
@@ -51,14 +51,25 @@ This information can help to verify that the
  `fastboot flash --disable-verity --disable-verification boot boot.img`


## Step 4: Flash the system image

## Step 4: Erase userdata
 > This step is executed on the PC in the console where you are executing fastboot commands

- This step will remove all existing userdata on the device
    
    `fastboot -w`
    



## Step 5: Flash the system image

> This step is executed on the PC


Once you know which system image you need, download it and save it to a location on your PC.

Choose the system image specific to your device from the list below:
1. Choose the system image specific to your device from the list below:

   - [Arm A](https://images.ecloud.global/dev/treble_arm_avN/) (system-arm-a.img.xz)
   - [Arm A/B](https://images.ecloud.global/dev/treble_arm_bvN/) (system-arm-ab.img.xz)
@@ -81,12 +92,6 @@ Choose the system image specific to your device from the list below:
    `fastboot flash system system.img`
    

## Step 5: Erase userdata
 > This step is executed on the PC in the console where you are executing fastboot commands

- This step will remove all existing userdata on the device
    
    `fastboot -w`