From 407f76e3bc672a1199ac6d59d0f4e2b91cf5390f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 20 May 2021 11:33:01 +0100 Subject: [PATCH] local: sec1, JTAG IP changed --- bashrc.d/local/stbbri-sec-1.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index 1c989fd..59f252d 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -26,7 +26,7 @@ alias log2='git log --graph --oneline --all --decorate=full' alias v=vbindiff alias ctags=ctags-exuberant -export JTAG_IP=10.178.4.198 +export JTAG_IP=10.178.4.224 # Misc work alias jtagserial='telnet $JTAG_IP 2300' @@ -34,7 +34,6 @@ alias jtagserial2="telnet $EJTAG_IP 2301" # Security # WEBFLASH_SERVER=stbgit.broadcom.com/webflasher-test -# alias flash='webflasher.pl -i $JTAG_IP -t $WEBFLASH_SERVER' alias flash='webflasher.pl -i $JTAG_IP' alias flashfirstimagez4='flash -s 0x100000' alias flashfirstimage='flash -s 0x180000' @@ -49,6 +48,6 @@ alias m="make && bounce" alias debug='arm-linux-gdb -x gdb-7439.cmd' alias put="ncftpput -f ~/.ncftp_login ." -alias ec="emacsclient26 -n -c" +alias ec="emacsclient -n -c" alias cleanursr='if [ "$NEXUS_TOP" == "" ] ; then echo NEXUS_TOP not set ; else rm -r $NEXUS_TOP/../$B_REFSW_OBJ_DIR ; fi'