diff --git a/bashrc.d/local/stbbri-sec-1.bash b/bashrc.d/local/stbbri-sec-1.bash index edc89ce..890579f 100644 --- a/bashrc.d/local/stbbri-sec-1.bash +++ b/bashrc.d/local/stbbri-sec-1.bash @@ -19,7 +19,7 @@ alias log2='git log --graph --oneline --all --decorate=full' alias v=vbindiff alias ctags=ctags-exuberant -export JTAG_IP=10.178.4.31 +export JTAG_IP=10.178.4.115 # For use with jira-cli export JIRA_AUTH_TYPE=bearer @@ -40,6 +40,7 @@ alias gorelease="cd /local/releases/irdeto" alias gomarvin='cd /local/scratch/pw921828/marvin && source .venv/bin/activate && source env.sh' alias gozem='cd /local/scratch/pw921828/zem && source .venv/bin/activate' alias golevel4='cd /local/scratch/pw921828/stblevel4 && source .venv/bin/activate' +alias gomview='cd /local/scratch/pw921828/marvinview && source .venv/bin/activate && source env.sh' alias bounce='rsync -av $NEXUS_TOP/../$B_REFSW_OBJ_DIR/nexus/bin/* /projects/build/pw921828/$B_REFSW_BOOTLOADER_CHIP' alias m="make && bounce"