diff options
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 + |