Skip to content

Commit

Permalink
templates: recovery_install_amlogic_update: Use official super_empty
Browse files Browse the repository at this point in the history
Change-Id: Iddf95fb6b9b2b6973b06214a4d46a142331c3c08
  • Loading branch information
npjohnson committed Jan 25, 2024
1 parent 9f715cb commit 01424fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_amlogic_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo ./aml-flash-tool.sh <aml_install_package.img>
{% include alerts/warning.html content="Please note that both `aml-flash-tool` and `update` are known to be somewhat finicky on specific host platforms (e.g. AMD machines). If you see any failures in flashing, return to step 2 and try again." %}
5. The script will flash the firmware, and after you see `Resetting board [OK]`, plug in a USB keyboard and cycle power to the board, at which point you will see LineageOS Recovery boot. You may now proceed with the following installation instructions.
6. Using your keyboard's <kbd>arrow keys</kbd> to navigate, and <kbd>enter key</kbd> to select the "Advanced" option, then "Enter fastboot".
7. Download `super_empty.img` from [here](https://download.ods.ninja/Android/firmware/{{ device.codename }}/static).
7. Download `super_empty.img` from [here](https://download.lineageos.org/devices/{{ device.codename }}/builds).
8. Now, prepare the super image for dynamic partitions by running the following (replace `<super_empty.img>` with the actual filename!):
```
fastboot -w wipe-super <super_empty.img>
Expand Down

0 comments on commit 01424fa

Please sign in to comment.