Files
dotfiles/bashrc.d/local/secbri-vmhost-1.bash
2020-08-13 11:17:12 +01:00

14 lines
455 B
Bash

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 $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 flashfirstimagez4="flash -s 0x100000"
alias flashfirstimage="flash -s 0x180000"