From 4609b2a3f596ca2b4d2a8434239955aa36d39055 Mon Sep 17 00:00:00 2001 From: dchvs Date: Mon, 15 Feb 2021 18:39:35 +0000 Subject: [PATCH] --- Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 76efa09..61904e0 100644 --- a/Installation.md +++ b/Installation.md @@ -14,9 +14,11 @@ The Make targets gets sourced from the ```source/``` directory on the Jetpack wo ### 1. Download the Toolchain for crosscompiling ```bash wget http://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz -tar xf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz -C /opt/gcc-linaro-7.3.1/ +sudo tar xf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz -C /opt/gcc-linaro-7.3.1/ echo "export CROSS_COMPILE=/opt/gcc-linaro-7.3.1/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-" >> ~/.bashrc + +source ~/.bashrc ``` ### 2. Clone recursively the repository to the workspace root