mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
133 B
Bash
7 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
openocd -f "$RIOTBASE/boards/pba-d-01-kw2x/dist/mkw22d512.cfg" \
|
||
|
-c "init" \
|
||
|
-c "reset run" \
|
||
|
-c "shutdown"
|