diff options
author | Philip Balister <philip@opensdr.com> | 2010-04-20 15:54:37 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-04-20 15:54:37 +0000 |
commit | 43db7fd7ffb542d55d59368b62a27cffe03cba67 (patch) | |
tree | 3b849af251b67030bf56cffa42ff2c613ae6cf19 /host/apps/omap_debug/reload-fpga.sh | |
parent | 4e4d8556a43f7f054e760b66749c034aa5741a7f (diff) | |
download | uhd-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-x | host/apps/omap_debug/reload-fpga.sh | 7 |
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 + |