Contains a copy of the NVidia Jetson aarch64 build toolchain for compiling the wildnode-kernel and wildnode-cboot.
Note: this repository uses
git lfsso be sure the machine you are cloning this repository to supportsgit lfs.
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-