bash: add flash to vmhost1 local
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
export PATH=$PATH:/usr/local/opt/node/bin
|
addpath /usr/local/opt/node/bin
|
||||||
export PATH=$PATH:$HOME/bin/bento/wrappers/
|
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 jtagserial="telnet 192.168.0.80 2300"
|
||||||
alias jtagserial2="telnet 192.168.0.80 2301"
|
alias jtagserial2="telnet 192.168.0.80 2301"
|
||||||
alias gp="globalprotect"
|
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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user