aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/fetch-bin.sh
blob: 019ddaaf29d36126c8690cae541533d26b1493a0 (plain)
1
2
3
4
5
6
if [ $GHQ ]; then
	scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u1e.bin /home/root
else
	scp -P 8822 balister@192.168.1.10:src/git/fpgapriv/usrp2/top/u1e/build/u1e.bin /home/root
fi
sync