From 3e9a86eeccf13808c34a5a18c7738ef6037ebee8 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 21 May 2021 13:37:12 +0100 Subject: [PATCH] local: update lbbrs2 --- bashrc.d/local/lbbrs-pwalker2.bash | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bashrc.d/local/lbbrs-pwalker2.bash b/bashrc.d/local/lbbrs-pwalker2.bash index 873b5b0..0a00a05 100644 --- a/bashrc.d/local/lbbrs-pwalker2.bash +++ b/bashrc.d/local/lbbrs-pwalker2.bash @@ -1,9 +1,10 @@ -alias jtagserial="telnet 10.178.4.198 2300" -alias jtagserial2="telnet 10.178.4.198 2301" +export JTAG_IP=10.178.4.224 + +# Misc work +alias jtagserial='telnet $JTAG_IP 2300' +alias jtagserial2="telnet $JTAG_IP 2301" # alias bounce_7252sb0="scp -r stbbri-sec-1:/local/home/pw921828/tmp/bounce/* ~/target/security/7252sb0" alias bounce_7252sb0="rsync -avz stbbri-sec-1:~/tmp/bounce/ /local/pwalker/target/security/7252sb0" # alias bounce_7216b0="rsync -avz stbbri-sec-1:/local/home/pw921828/tmp/bounce/ /local/pwalker/target/security/7216b0" alias bounce_7216b0="scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/7216b0" - -addpath /usr/local/opt/node-v12.18.3-linux-x64/bin/