Skip to content

Commit

Permalink
fixup! devices: nvidia*: Rework for jetson/foster split in variants
Browse files Browse the repository at this point in the history
Change-Id: I4eb756bd33b49ddea81285264373da7a634cb6f6
  • Loading branch information
npjohnson committed Aug 5, 2024
1 parent 08082b0 commit 0bda17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ To discern if you have this model, you can run the following command on stock:
adb -d shell getprop ro.hardware
```

If this command 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 wipinga a 500 GB hard disk.
If this command returns `foster_e_hdd`, please take note that the `fastboot oem unlock` command the instructions below will have you run can take up to 90 minutes. This is due to the fact that the device is securely wiping a 500 GB hard disk.
2 changes: 1 addition & 1 deletion _includes/templates/recovery_install_apx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tegraflash is only available for Linux. It will also not run properly in a VM.
{% endif %}
{% 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)." %}

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).
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` (Red Hat based hosts).
3. Run the following command in the folder which you downloaded the flash package to:
{% if device.flash_extract_instructions %}
* {{ device.flash_extract_instructions }}
Expand Down

0 comments on commit 0bda17e

Please sign in to comment.