Commit 52567fbe authored by John Robert Gill's avatar John Robert Gill

Added script to aid configuration of IOUpdate delay.

parent 3dcdded5
#!/bin/bash
slot=$1
./wr2rf -s $slot reconfigure
sleep 5
sh wr2rf_init.sh $slot
./wr2rf -s $slot set-rfout 1 dds
while true; do
./wr2rf -s $slot nco-reset-ctrl soft_nco_reset on
usleep 200000
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment