diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/apps/omap_debug/fetch-bin.sh | 4 |
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 |