Skip to content

Commit 0eb9e93

Browse files
committed
templates: recovery_install_aml/g12: Use infra artifacts
* Now they're on infra! Change-Id: Ibb9f2f69d9b288a86cc16a8a010337b4b1baf55f
1 parent 73cf870 commit 0eb9e93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/templates/device_specific/before_recovery_install_g12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
{% include alerts/warning.html content="This platform requires the dtb and dtbo partitions to be flashed for recovery to work properly, the process to do so is described below." %}
3939

40-
1. Download dtbo file from [here](https://download.lineageos.org/devices/{{ device.codename }}), and dtb file from [here](https://download.ods.ninja/Android/firmware/{{ device.codename }}/dtb), Rename the dtb to dtb.img.
40+
1. Download dtb.img and dtbo.img file from [here](https://download.lineageos.org/devices/{{ device.codename }}).
4141
2. Reboot the device into bootloader mode:
4242
* {{ device.download_boot }}
4343
3. Flash the downloaded image files to your device by running:

_includes/templates/recovery_install_amlogic_update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This generation of Amlogic devices include a unique boot mode called "Burn Mode"
99

1010
{% include alerts/note.html content="Please note regardless of the board you have, this firmware requires an eMMC module and **will not** work with only an SD Card. We will not change this due to performance requirements." %}
1111

12-
1. Download `aml_install_package.img` file from [here](https://download.ods.ninja/Android/firmware/{{ device.codename }}/static).
12+
1. Download `aml_install_package.img` file from [here](https://download.lineageos.org/devices/{{ device.codename }}).
1313
2. Power off the device, and boot it into burn mode:
1414
* {{ device.download_boot }}
1515
3. Download and install `aml-flash-tool`:
@@ -27,7 +27,7 @@ sudo ./aml-flash-tool.sh <aml_install_package.img>
2727
{% 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." %}
2828
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.
2929
6. Using your keyboard's <kbd>arrow keys</kbd> to navigate, and <kbd>enter key</kbd> to select the "Advanced" option, then "Enter fastboot".
30-
7. Download `super_empty.img` from [here](https://download.lineageos.org/devices/{{ device.codename }}/builds).
30+
7. Download `super_empty.img` from [here](https://download.lineageos.org/devices/{{ device.codename }}).
3131
8. Now, prepare the super image for dynamic partitions by running the following (replace `<super_empty.img>` with the actual filename!):
3232
```
3333
fastboot -w wipe-super <super_empty.img>

0 commit comments

Comments
 (0)