Nvidia Jetson (TX2 / TX2 NX) [Android TV] (quill)
- Download last nightly build (2022-02-10)
LineageOS 17.1 – [ Android 10.0 (Queen Cake) ] - [Recovery file (2022-02-10)]
- Previous version (nightly) (2022-02-03)
LineageOS 17.1 – [ Android 10.0 (Queen Cake) ] - [Recovery file (2022-02-03)]
- Install LineageOS on quill
- Basic requirements
- Preparing for installation
- Installing a custom recovery using Tegraflash
- Installing LineageOS from recovery
- Update to a newer build of the same LineageOS version on quill
- Updating your device
- Using the LineageOS Updater app
- From your PC via the push_update script (Linux/macOS only)
- Upgrade to a higher version of LineageOS
- Build for quill
- Introduction
- What you’ll need
- Build LineageOS
- Install the platform-tools
- Install the build packages
- Create the directories
- Install the repo command
- Put the ~/bin directory in your path of execution
- Configure git
- Turn on caching to speed up build
- Initialize the LineageOS source repository
- Download the source code
- Prepare the device-specific code
- Extract proprietary blobs
- Start the build
- Install the build
Install LineageOS on quill
Basic requirements
- Make sure your computer has
adb
andfastboot
. Setup instructions can be found here. - Enable USB debugging on your device.
Preparing for installation
Tegra devices come with a unique boot mode called “Tegra ReCovery Mode” or RCM, also known as APX.
Tegraflash is the official Nvidia tool for interfacing with RCM mode on recent Tegra devices.
Tegraflash is only available for Linux. It will also not run properly in a VM.
Installing a custom recovery using Tegraflash
-
Download a flash package.
- For TX2 Devkit, It will be named
p2771_flash_package.tar.xz
. For TX2 NX Devkit, It will be namedp3636-p3509_flash_package.tar.xz
.
Note: 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. - For TX2 Devkit, It will be named
- Install
xz
andpython3
. To do so, runsudo apt -y install xz-utils python3
(Debian based hosts) ordnf -y install xz-utils python3
(Redhat based hosts). -
Run the following command in the folder which you downloaded the flash package to:
- For TX2 Devkit,
tar -xvf p2771_flash_package.tar.xz
. For TX2 NX Devkit,tar -xvf p3636-p3509_flash_package.tar.xz
.
- For TX2 Devkit,
- Power off the device, and boot it into download mode:
- For TX2 Devkit – With the device off, press the FRC REC button, then tap POWER. Release FRC REC once apx enumerates. For TX2 NX – With the device unplugged, jump the FRC REC pin, then plug in. Remove the jumper once apx enumerates.
- Now, from the same terminal as before, run:
sudo ./flash.sh
Note: Please note this will require your user’s sudo password, as the script requires direct hardware access, which requires root privledges. - The script will flash the boot stack and boot directly to recovery.
Installing LineageOS from recovery
- Download the LineageOS installation package that you would like to install or build the package yourself.
- Optionally, download an application package add-on such as Google Apps (use the
arm64
architecture).
- Optionally, download an application package add-on such as Google Apps (use the
- If you are not in recovery, reboot into recovery:
- The bootloader does not allow using hardware buttons to boot to recovery. After apx flash, the device will boot directly to recovery. After installing Lineage, normal methods can be used to reboot to recovery.
- Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
- Return to the main menu.
- Sideload the LineageOS
.zip
package:- On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.
- On the host machine, sideload the package using:
adb sideload filename.zip
.Tip: Normally, adb will reportTotal xfer: 1.00x
, but in some cases, even if the process succeeds the output will stop at 47% and reportadb: failed to read command: Success
. In some cases it will reportadb: failed to read command: No error
which is also fine.
-
(Optionally): If you want to install any add-ons, click
Advanced
, thenReboot to Recovery
, then when your device reboots, clickApply Update
, thenApply from ADB
, thenadb sideload filename.zip
those packages in sequence.Note: Add-ons aren’t signed with LineageOS’s official key, and therefore when they are sideloaded, Lineage Recovery will present a screen that saysSignature verification failed
, this is expected, please clickContinue
.Note: If you want the Google Apps add-on on your device, you must follow this step before booting into LineageOS for the first time! - Once you have installed everything successfully, click the back arrow in the top left of the screen, then “Reboot system now”.
We strongly advise you to opt out of installing these, as they may cause your device to bootloop,
as well as attempt to access or corrupt your data.
Update to a newer build of the same LineageOS version on quill
Updating your device
Using the LineageOS Updater app
- Open Settings, navigate to “System”, then “Updater”.
- Click the Refresh Icon in the top right corner.
- Choose which update you’d like and press “Download”.
- When the download completes, click “Install”. Once the update process has finished, the device will display a “Reboot” button, you may need to go into the Updater menu in Settings, “System” to see it. This will reboot you into the updated system.
From your PC via the push_update script (Linux/macOS only)
- Make sure your computer has working
adb
. Setup instructions can be found here. - Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, and then either check “Rooted Debugging” (LineageOS 17.1 or above) or select “Root Access Options”, then “ADB Only”.
- Run
adb root
-
Run
wget https://raw.githubusercontent.com/LineageOS/android_packages_apps_Updater/lineage-17.1/push-update.sh && chmod +x push-update.sh
- Run:
./push-update.sh /path/to/zip
- Open Settings, navigate to “System”, then “Updater”. click “Install”. Once the update process has finished, the device will display a “Reboot” button, you may need to go into the Updater menu in Settings, “System” to see it. This will reboot you into the updated system.
Upgrade to a higher version of LineageOS (e.g. lineage-15.1 -> lineage-16.0) on quill
Manually upgrading LineageOS
The updater app does not support upgrades from one version of LineageOS to another, and will block installation to any update for a different version. Upgrading manually requires similar steps to installing LineageOS for the first time.
- Download the LineageOS install package that you’d like to install or build the package yourself.
- Optionally, download an application package add-on such as Google Apps (use the
arm64
architecture).
- Optionally, download an application package add-on such as Google Apps (use the
-
Make sure your computer has working
adb
. Setup instructions can be found here. - Run
adb reboot sideload
.Important: The device may reboot to a blank black screen, fear not, this is a known bug on some recoveries, proceed with the instructions. - Run
adb sideload /path/to/zip
(inserting the path to your LineageOS package). - (Optionally): If you want to install any add-ons, click
Advanced
, thenReboot to Recovery
, then when your device reboots, clickApply Update
, thenApply from ADB
, thenadb sideload /path/to/zip
those packages in sequence.Note: If you previously had any Google Apps add-on package installed on your device, you must install an updated package before the first boot of Android! If you did not have Google Apps installed, you must wipe the Data partition (or perform a factory reset) to install them. - Once you have installed everything successfully, click the back arrow in the top left of the screen, then “Reboot system now”.
We strongly advise you to opt out of installing these, as they may cause your device to bootloop,
as well as attempt to access or corrupt your data.
Build for quill
Introduction
These instructions will hopefully assist you to start with a stock Nvidia Jetson (TX2 / TX2 NX) [Android TV], unlock the bootloader (if necessary), and then download
the required tools as well as the very latest source code for LineageOS (based on Google’s Android operating system) for your device. Using these, you can build both
a LineageOS installation zip and a LineageOS Recovery image and install them on your device.
It is difficult to say how much experience is necessary to follow these instructions. While this guide is certainly not for the extremely uninitiated,
these steps shouldn’t require a PhD in software development either. Some readers will have no difficulty and breeze through the steps easily.
Others may struggle over the most basic operation. Because people’s experiences, backgrounds, and intuitions differ, it may be a good idea to read through
just to ascertain whether you feel comfortable or are getting over your head.
Remember, you assume all risk of trying this, but you will reap the rewards! It’s pretty satisfying to boot into a fresh operating system you baked at home :).
And once you’re an Android-building ninja, there will be no more need to wait for “nightly” builds from anyone. You will have at your fingertips the skills to
build a full operating system from code and install it to a running device, whenever you want. Where you go from there– maybe you’ll add a feature, fix a bug, add a translation,
or use what you’ve learned to build a new app or port to a new device– or maybe you’ll never build again– it’s all really up to you.
What you’ll need
- A Nvidia Jetson (TX2 / TX2 NX) [Android TV].
- A relatively recent 64-bit computer (Linux, macOS, or Windows) with a reasonable amount of RAM and about 200 GB of free storage (more if you enable
ccache
or build for multiple devices). The less RAM you have, the longer the build will take. Aim for 16 GB RAM or more, enabling ZRAM can be helpful. Using SSDs results in considerably faster
build times than traditional hard drives. - A decent internet connection and reliable electricity. 🙂
- Some familiarity with basic Android operation and terminology.
It may be useful to know some basic command line concepts such ascd
, which stands for “change directory”, the concept of directory hierarchies, and that in Linux they are separated by/
, etc.
VirtualBox, then install a Linux distribution such as Ubuntu (AOSP vets Ubuntu as well).
Any recent 64-bit version should work great, but the latest Long Term Support (LTS) version is recommended. There are plenty of instructions on setting up VirtualBox to run Ubuntu, so we’ll leave that to you. Though it is worth noting, if you already use either a Linux distro or macOS, you can just proceed.
Let’s begin!
Build LineageOS
skip to Prepare the device-specific code
Install the platform-tools
If you haven’t previously installed adb
and fastboot
, you can download them from Google.
Extract it running:
unzip platform-tools-latest-linux.zip -d ~
Now you have to add adb
and fastboot
to your PATH. Open ~/.profile
and add the following:
# add Android SDK platform tools to path
if [ -d "$HOME/platform-tools" ] ; then
PATH="$HOME/platform-tools:$PATH"
fi
Then, run source ~/.profile
to update your environment.
Install the build packages
Several packages are needed to build LineageOS. You can install these using your distribution’s package manager.
(usually originating from the Internet) on your computer. With Ubuntu, you can use the Ubuntu Software Center. Even better, you may also use the
apt-get install
command directly in the Terminal.
To build LineageOS, you’ll need:
bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick
lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev
libsdl1.2-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync
schedtool squashfs-tools xsltproc
zip zlib1g-dev
For Ubuntu versions older than 20.04 (focal), install also:
libwxgtk3.0-dev
While for Ubuntu versions older than 16.04 (xenial), install:
libwxgtk2.8-dev
Java
Different versions of LineageOS require different JDK (Java Development Kit) versions.
- LineageOS 18.1: OpenJDK 11 (included in source download)
- LineageOS 16.0-17.1: OpenJDK 1.9 (included in source download)
- LineageOS 14.1-15.1: OpenJDK 1.8 (install
openjdk-8-jdk
) - LineageOS 11.0-13.0: OpenJDK 1.7 (install
openjdk-7-jdk
)*
* Ubuntu 16.04 and newer do not have OpenJDK 1.7 in the standard package repositories. See the Ask Ubuntu question “How do I install openjdk 7 on Ubuntu 16.04 or higher?”. Note that the suggestion to use PPA openjdk-r is outdated (the PPA has never updated their offering of openjdk-7-jdk, so it lacks security fixes); skip that answer even if it is the most upvoted.
Create the directories
You’ll need to set up some directories in your build environment.
To create them:
mkdir -p ~/bin
mkdir -p ~/android/lineage
The ~/bin
directory will contain the git-repo tool (commonly named “repo”) and the ~/android/lineage
directory will contain the source code of LineageOS.
Install the repo
command
Enter the following to download the repo
binary and make it executable (runnable):
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
Put the ~/bin
directory in your path of execution
In recent versions of Ubuntu, ~/bin
should already be in your PATH. You can check this by opening ~/.profile
with a text editor and verifying the following code exists (add it if it is missing):
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
Then, run source ~/.profile
to update your environment.
Configure git
Given that repo
requires you to identify yourself to sync Android, run the following commands to configure your git
identity:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
Turn on caching to speed up build
Make use of ccache
if you want to speed up subsequent builds by running:
export USE_CCACHE=1
export CCACHE_EXEC=/usr/bin/ccache
and adding that line to your ~/.bashrc
file. Then, specify the maximum amount of disk space you want ccache
to use by typing this:
ccache -M 50G
where 50G
corresponds to 50GB of cache. This needs to be run once. Anywhere from 25GB-100GB will result in very noticeably increased build speeds
(for instance, a typical 1hr build time can be reduced to 20min). If you’re only building for one device, 25GB-50GB is fine. If you plan to build
for several devices that do not share the same kernel source, aim for 75GB-100GB. This space will be permanently occupied on your drive, so take this
into consideration.
You can also enable the optional ccache
compression. While this may involve a slight performance slowdown, it increases the number of files that fit in the cache. To enable it, run:
ccache -o compression=true
ccache
size can be lower (aim for approximately 20GB for one device).Initialize the LineageOS source repository
The following branches are officially supported for the Nvidia Jetson (TX2 / TX2 NX) [Android TV]:
- lineage-17.1
Enter the following to initialize the repository:
cd ~/android/lineage
repo init -u https://github.com/LineageOS/android.git -b lineage-17.1
Download the source code
To start the download of the source code to your computer, type the following:
repo sync
The LineageOS manifests include a sensible default configuration for repo, which we strongly suggest you use (i.e. don’t add any options to sync).
For reference, our default values are -j 4
and -c
. The -j 4
part implies be four simultaneous threads/connections. If you experience
problems syncing, you can lower this to -j 3
or -j 2
. On the other hand, -c
makes repo to pull in only the current branch instead of all branches that are available on GitHub.
repo sync
command is used to update the latest source code from LineageOS and Google. Remember it, as you may want todo it every few days to keep your code base fresh and up-to-date. But note, if you make any changes, running
repo sync
may wipe them away!Prepare the device-specific code
After the source downloads, ensure you’re in the root of the source code (cd ~/android/lineage
), then type:
source build/envsetup.sh
breakfast quill
This will download your device’s device specific configuration and
kernel.
makefiles, jump down to Extract proprietary blobs. The first portion of breakfast should have succeeded, and after completing you can rerun
breakfast
Extract proprietary blobs
This step requires to have a device already running the latest LineageOS, based on the branch you wish to build for. If you don’t have access to such device, refer to Extracting proprietary blobs from installable zip.
Now ensure your Nvidia Jetson (TX2 / TX2 NX) [Android TV] is connected to your computer via the USB cable, with ADB and root enabled, and that you are in the
~/android/lineage/device/nvidia/quill
folder. Then run the extract-files.sh
script:
./extract-files.sh
The blobs should be pulled into the ~/android/lineage/vendor/nvidia
folder. If you see “command not found” errors, adb
may
need to be placed in ~/bin
.
Start the build
Time to start building! Now, type:
croot
brunch quill
The build should begin.
Want to learn how to sign your own builds? Take a look at Signing builds.
Install the build
Assuming the build completed without errors (it will be obvious when it finishes), type the following in the terminal window the build ran in:
cd $OUT
There you’ll find all the files that were created. The two files of more interest are:
-
boot.img
, which is the LineageOS boot image, and contains the recovery-ramdisk. -
lineage-17.1-20211106-UNOFFICIAL-quill.zip
, which is the LineageOS
installer package.
Success! So… what’s next?
You’ve done it! Welcome to the elite club of self-builders. You’ve built your operating system from scratch, from the ground up. You are the master/mistress of your domain… and
hopefully you’ve learned a bit on the way and had some fun too.
Content of this page is based on informations from github and LineageOS Wiki, under CC BY-SA 3.0 licence.