From 63e84efb2c84923010b14813817beeffeadd6626 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 22 Jun 2020 11:28:37 +0100 Subject: [PATCH] local: vmhost1, adjust path and jtagserial --- bashrc.d/local/secbri-vmhost-1.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashrc.d/local/secbri-vmhost-1.bash b/bashrc.d/local/secbri-vmhost-1.bash index a533de5..2e941c9 100644 --- a/bashrc.d/local/secbri-vmhost-1.bash +++ b/bashrc.d/local/secbri-vmhost-1.bash @@ -1,11 +1,12 @@ addpath /usr/local/opt/node/bin +addpath /opt/toolchains/stbgcc-6.3-1.7/bin/ addpath $HOME/bin/bento/wrappers/ export EJTAG_IP=192.168.0.80 export WEBFLASHER_HOST=192.168.0.243 -alias jtagserial="telnet 192.168.0.80 2300" -alias jtagserial2="telnet 192.168.0.80 2301" +alias jtagserial="telnet $EJTAG_IP 2300" +alias jtagserial2="telnet $EJTAG_IP 2301" alias gp="globalprotect" alias flash="webflasher.pl -i $EJTAG_IP -t -T http://$WEBFLASHER_HOST/webflasher/" alias flashfirstimage="webflasher.pl -i $EJTAG_IP -s 0x100000 -t -T http://$WEBFLASHER_HOST/webflasher/"