Skip to content

Commit f9ea336

Browse files
committed
devices: nvidia*: Update links to flash packages
Change-Id: Icb52e44eb35a49abf4878abb743152e23e63b5d5
1 parent 9e2821c commit f9ea336

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_includes/templates/device_specific/before_recovery_install_foster.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ adb -d shell getprop ro.hardware
99
If this command returns anything other than `foster_e_hdd` or `jetson_cv`, proceed with the install process. If it returns `foster_e_hdd` please take note that the `fastboot oem unlock` command the instrutions below will have you run can take up to 90 minutes. This is due to the fact that the device is securely wiping near to 500 GB of hard disk.
1010

1111
If it returns `jetson_cv`, or if you have a fresh Jetson TX1, the installation instructions require a Linux host to install, and getting Linux up and running won't be covered here.
12-
1. Download a [flash package](https://www.androidfilehost.com/?w=files&flid=328892).
12+
1. Download a [flash package](https://download.lineageos.org/devices/foster).
1313
* It will be named `p2371_flash_package.tar.xz`
1414
{% include alerts/note.html content="These flash packages were built by LineageOS Developer Aaron Kling (webgeek1234) from officially supported LineageOS repositories, using Tegraflash and device configurations from NVIDIA Linux4Tegra releases and a few custom scripts." %}
15-
2. Install `xz` and `python3`. To do so, run `sudo apt -y install xz-utils python3` (Debian based hosts) or `dnf -y install xz-utils python3` (Redhat based hosts).
15+
{% include alerts/note.html content="If you are in need of flash packages for LineageOS 20.0 or older, you can find them [here](https://www.androidfilehost.com/?w=files&flid=328892)." %}
16+
17+
2. Install `xz` and `python3`. To do so, run `sudo apt -y install xz-utils python3` (Debian based hosts) or `sudo dnf -y install xz-utils python3` (Redhat based hosts).
1618
3. Run the following command in the folder which you downloaded the flash package to `tar -xvf p2371_flash_package.tar.xz`.
1719
3. Power off the device, and boot it into download mode:
1820
* With the device off, press the <kbd>FRC REC</kbd> button, then tap power. Release the <kbd>FRC REC</kbd> button once the device enumerates in APX mode, to discern this, run `sudo dmesg` on your host, and look for "Product: APX", if it doesn't show, please try this step again or try a different USB cable/port until it enumerates.

_includes/templates/recovery_install_apx.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Tegraflash is only available for Linux. It will also not run properly in a VM.
88

99
## Installing a custom recovery using `Tegraflash`
1010

11-
1. Download a [flash package](https://www.androidfilehost.com/?w=files&flid=328892).
11+
1. Download a [flash package](https://download.lineageos.org/devices/{{ device.codename }}) for your device.
1212
{% if device.flash_download_instructions %}
1313
* {{ device.flash_download_instructions }}
1414
{% else %}
1515
* It will be named `{{ device.flash_codename }}_flash_package.tar.xz`
1616
{% endif %}
1717
{% include alerts/note.html content="These flash packages were built by LineageOS Developer Aaron Kling (webgeek1234) from officially supported LineageOS repositories, using Tegraflash and device configurations from NVIDIA Linux4Tegra releases and a few custom scripts." %}
18-
2. Install `xz` and `python3`. To do so, run `sudo apt -y install xz-utils python3` (Debian based hosts) or `dnf -y install xz-utils python3` (Redhat based hosts).
18+
{% include alerts/note.html content="If you are in need of flash packages for LineageOS 20.0 or older, you can find them [here](https://www.androidfilehost.com/?w=files&flid=328892)." %}
19+
20+
2. Install `xz` and `python3`. To do so, run `sudo apt -y install xz-utils python3` (Debian based hosts) or `sudo dnf -y install xz-utils python3` (Redhat based hosts).
1921
3. Run the following command in the folder which you downloaded the flash package to:
2022
{% if device.flash_extract_instructions %}
2123
* {{ device.flash_extract_instructions }}

0 commit comments

Comments
 (0)