Commit 4a9672a0 authored by Joanne Hugé's avatar Joanne Hugé

scripts: remove SDR driver before patching FPGA

parent 11bcec55
#!/bin/bash
lsmod | grep -q sdr && rmmod sdr;
cd /root/flash-trxsdr;
./openocd/src/openocd -s ./openocd/tcl -f pcie_radio.cfg
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