From 1b4a6777987483c55f0859d1716d8c785299f164 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 25 Mar 2016 18:06:55 -0600 Subject: [PATCH] Add TI PRU compiler to PATH --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 1aa7316..0b35d27 100644 --- a/bashrc +++ b/bashrc @@ -178,3 +178,6 @@ source /opt/tinyos/tinyos.sh ~/workspace/tinyos-2.x #stty -a | grep werase stty werase undef bind '\C-w:unix-filename-rubout' + +# Add TI PRU compiler (for AM335x SoCs) to path +export PATH=/home/smckown/opt/ti-cgt-pru_2.1.2/bin:${PATH} -- 2.39.2