summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-04-20 13:33:32 +0000
committerPhilip Balister <philip@opensdr.com>2010-04-20 13:33:32 +0000
commitdfd5bed2b32131cd398a5daae184cec81488b5de (patch)
treebfbcc53d23e48c99c4de596c0a68510ccb97b096
parent0e11c5ddbcee0ca6afaf06920764a05d046df358 (diff)
downloaduhd-dfd5bed2b32131cd398a5daae184cec81488b5de.tar.gz
uhd-dfd5bed2b32131cd398a5daae184cec81488b5de.tar.bz2
uhd-dfd5bed2b32131cd398a5daae184cec81488b5de.zip
Always put new bin file in /home/root.
-rwxr-xr-xhost/apps/omap_debug/fetch-bin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/apps/omap_debug/fetch-bin.sh b/host/apps/omap_debug/fetch-bin.sh
index d1502f95c..019ddaaf2 100755
--- a/host/apps/omap_debug/fetch-bin.sh
+++ b/host/apps/omap_debug/fetch-bin.sh
@@ -1,6 +1,6 @@
if [ $GHQ ]; then
- scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u1e.bin .
+ 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 .
+ scp -P 8822 balister@192.168.1.10:src/git/fpgapriv/usrp2/top/u1e/build/u1e.bin /home/root
fi
sync