local: vmhost1, adjust path and jtagserial

This commit is contained in:
2020-06-22 11:28:37 +01:00
parent 42d2e854f6
commit 63e84efb2c

View File

@@ -1,11 +1,12 @@
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 192.168.0.80 2300"
alias jtagserial2="telnet 192.168.0.80 2301"
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 flashfirstimage="webflasher.pl -i $EJTAG_IP -s 0x100000 -t -T http://$WEBFLASHER_HOST/webflasher/"