1
0
mirror of https://github.com/marqs85/ossc.git synced 2025-07-08 19:23:58 +00:00
Files
ossc/scripts/reprogram.sh
2025-01-23 00:03:47 +02:00

9 lines
147 B
Bash
Executable File

#!/bin/sh
jtagconfig
make rv-reprogram
if [ $# -eq 1 ] && [ $1 = "jtag_uart" ] && [ $(pgrep -c nios2-terminal) = 0 ]; then
nios2-terminal
fi