Skip to content

waggle-sensor/nvidia_toolchain

Repository files navigation

NVidia Jetson AARCH64 Toolchain

Contains a copy of the NVidia Jetson aarch64 build toolchain for compiling the wildnode-kernel and wildnode-cboot.

Source: https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/xavier_toolchain.html

Note: this repository uses git lfs so be sure the machine you are cloning this repository to supports git lfs.

Usage

Extract the Toolchain

mkdir $HOME/l4t-gcc
cd $HOME/l4t-gcc
tar xf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz

Set the CROSS_COMPILE environment variable

export CROSS_COMPILE=$HOME/l4t-gcc/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-

About

Contains the NVidia ARM64 build toolchain archive for use in building kernel & CBoot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published