diff options
| author | wires <wires@noreply.wires.systems> | 2025-10-05 13:59:52 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-10-05 13:59:52 -0400 |
| commit | 43620e3f0bf5bbe933c5908f9d008dd0eb5c9444 (patch) | |
| tree | 680c7df9080bb8e734db1347e78fea8e6e4c63ff /start_openocd.sh | |
| parent | update rpi firmware (diff) | |
| download | zosimos-43620e3f0bf5bbe933c5908f9d008dd0eb5c9444.tar.gz | |
strip out docker stuff since networking broke
Diffstat (limited to '')
| -rwxr-xr-x | start_openocd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/start_openocd.sh b/start_openocd.sh new file mode 100755 index 0000000..838f20e --- /dev/null +++ b/start_openocd.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +openocd -f ft2232h.cfg -f board/rpi4b.cfg |