aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/reload-fpga.sh
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-04-20 15:54:37 +0000
committerPhilip Balister <philip@opensdr.com>2010-04-20 15:54:37 +0000
commit43db7fd7ffb542d55d59368b62a27cffe03cba67 (patch)
tree3b849af251b67030bf56cffa42ff2c613ae6cf19 /host/apps/omap_debug/reload-fpga.sh
parent4e4d8556a43f7f054e760b66749c034aa5741a7f (diff)
downloaduhd-43db7fd7ffb542d55d59368b62a27cffe03cba67.tar.gz
uhd-43db7fd7ffb542d55d59368b62a27cffe03cba67.tar.bz2
uhd-43db7fd7ffb542d55d59368b62a27cffe03cba67.zip
Add program to setup debug pins.
Add script to reload fpga and module.
Diffstat (limited to 'host/apps/omap_debug/reload-fpga.sh')
-rwxr-xr-xhost/apps/omap_debug/reload-fpga.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/apps/omap_debug/reload-fpga.sh b/host/apps/omap_debug/reload-fpga.sh
new file mode 100755
index 000000000..2754718a4
--- /dev/null
+++ b/host/apps/omap_debug/reload-fpga.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+rmmod usrp_e
+fpga-downloader /home/root/u1e.bin
+modprobe usrp_e
+usrp-e-debug-pins 1
+