local: sec1, JTAG IP changed

This commit is contained in:
2021-05-20 11:33:01 +01:00
parent deecdad163
commit 407f76e3bc

View File

@@ -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'