mirror of
https://github.com/marqs85/ossc
synced 2025-04-09 22:56:34 +03:00
9 lines
147 B
Bash
Executable File
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
|